SuccessConsole Output

Skipping 356 KB.. Full Log
 ---> Running in f193ddb8d03b
Removing intermediate container f193ddb8d03b
 ---> ebeca8b3cadd
Step 30/33 : ENV RO_DB_NAME=mano_db
 ---> Running in 01e9db21ed03
Removing intermediate container 01e9db21ed03
 ---> 1165673a1115
Step 31/33 : ENV RO_DB_OVIM_NAME=mano_vim_db
 ---> Running in 130cf8375514
Removing intermediate container 130cf8375514
 ---> dff974fddfe3
Step 32/33 : HEALTHCHECK --start-period=30s --interval=10s --timeout=5s --retries=12   CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1
 ---> Running in 7cf3c4e04df9
Removing intermediate container 7cf3c4e04df9
 ---> 41e25e327b0b
Step 33/33 : CMD /bin/RO/start.sh
 ---> Running in ed9e4bb5eca0
Removing intermediate container ed9e4bb5eca0
 ---> e02539a2e6d0
[Warning] One or more build-args [MON_VERSION POL_VERSION COMMON_VERSION N2VC_VERSION DEVOPS_VERSION LWUI_VERSION NBI_VERSION LCM_VERSION OSMCLIENT_VERSION] were not consumed
Successfully built e02539a2e6d0
Successfully tagged opensourcemano/ro:osm-v50-merge-12
docker build -t opensourcemano/lcm:osm-v50-merge-12 \
                   --build-arg RELEASE=release \
                   --build-arg REPOSITORY=unstable \
                   --build-arg REPOSITORY_KEY=pubkey.asc \
                   --build-arg REPOSITORY_BASE=http://172.17.0.4/ \
                   --build-arg MON_VERSION==5.0.5+g217286e.dirty-1 \
                   --build-arg IM_VERSION==5.0.5+gd75b38f.dirty-1 \
                   --build-arg RO_VERSION==5.0.5-1 \
                   --build-arg LCM_VERSION==5.0.5+gf609c16.dirty-1 \
                   --build-arg COMMON_VERSION==5.0.5+g1ae80e3.dirty-1 \
                   --build-arg OSMCLIENT_VERSION==5.0.5+gec260c4.dirty-1 \
                   --build-arg NBI_VERSION==5.0.5+gf876545.dirty-1 \
                   --build-arg POL_VERSION==5.0.5+g28d5e04.dirty-1 \
                   --build-arg DEVOPS_VERSION==5.0.5-1 \
                   --build-arg N2VC_VERSION==5.0.5+gbfedfd4.dirty-1 \
                   --build-arg LWUI_VERSION==5.0.2.post9-1 \
                    .
Sending build context to Docker daemon  6.144kB

Step 1/36 : FROM ubuntu:16.04
 ---> 7e87e2b3bf7a
Step 2/36 : WORKDIR /app/osm_lcm
 ---> Using cache
 ---> 30597f68d5d7
Step 3/36 : RUN echo 'path-exclude /usr/share/doc/*\npath-include /usr/share/doc/*/copyright\npath-exclude /usr/share/man/*\npath-exclude /usr/share/groff/*\npath-exclude /usr/share/info/*\npath-exclude /usr/share/lintian/*\npath-exclude /usr/share/linda/*\n'> /etc/dpkg/dpkg.cfg.d/01_nodoc &&     echo  'APT::Install-Recommends "false";\nAPT::AutoRemove::RecommendsImportant "false";\nAPT::AutoRemove::SuggestsImportant "false";\n'> /etc/apt/apt.conf.d/99_norecommends
 ---> Using cache
 ---> 3c1729ffe1ef
Step 4/36 : RUN apt-get update && apt-get -y install curl software-properties-common
 ---> Using cache
 ---> 59076fa711de
Step 5/36 : RUN apt-get update && apt-get install -y git make python3     python3-pip python3-pymongo python3-yaml python3-aiohttp     python3-all python3-setuptools openssh-client libffi-dev libssl-dev     python3-bitarray python3-regex python3-lxml dh-python wget tox     python3-cffi     && pip3 install pip==9.0.3     && pip3 install -U aiokafka pyang lxml six enum34     && pip3 install websockets==4.0.1     && pip3 install requests     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 9533f41ca4e8
Step 6/36 : RUN pip3 install  'macaroonbakery>=1.1,<2.0' 'pyRFC3339>=1.0,<2.0'       'pyyaml>=3.0,<4.0' 'theblues>=0.3.8,<1.0' 'websockets>=4.0,<5.0'       'paramiko'   # PyNaCl
 ---> Using cache
 ---> 5163a808dcf4
Step 7/36 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ---> Using cache
 ---> a2b4421d0975
Step 8/36 : ARG RELEASE=ReleaseFOUR-daily
 ---> Using cache
 ---> ff05aa2d5997
Step 9/36 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ---> Using cache
 ---> 48299113c84a
Step 10/36 : ARG REPOSITORY=testing
 ---> Using cache
 ---> a85eab11ab69
Step 11/36 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
 ---> Using cache
 ---> bd7dcb914787
Step 12/36 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LCM N2VC common" && apt update
 ---> Using cache
 ---> 62594ab42469
Step 13/36 : ARG LCM_VERSION
 ---> Using cache
 ---> 534ed3b31b96
Step 14/36 : ARG COMMON_VERSION
 ---> Using cache
 ---> 4a57a9f284f8
Step 15/36 : ARG N2VC_VERSION
 ---> Using cache
 ---> c1c04c84902b
Step 16/36 : RUN apt-get update && apt-get install -y python3-osm-lcm${LCM_VERSION}                                          python3-osm-common${COMMON_VERSION}                                          python3-n2vc${N2VC_VERSION}                                          && rm -rf /var/lib/apt/lists/*
 ---> Running in 3b4a07dbff46
Ign:1 http://172.17.0.4//release unstable InRelease
Get:2 http://172.17.0.4//release unstable Release [11.4 kB]
Get:3 http://172.17.0.4//release unstable Release.gpg [473 B]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:5 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:7 http://172.17.0.4//release unstable/LCM amd64 Packages [607 B]
Get:8 http://172.17.0.4//release unstable/N2VC amd64 Packages [490 B]
Get:9 http://172.17.0.4//release unstable/common amd64 Packages [988 B]
Get:10 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1167 kB]
Fetched 1506 kB in 0s (2034 kB/s)
Reading package lists...
W: http://172.17.0.4//release/dists/unstable/Release.gpg: Signature by key 5BC308402CB59EA71677FD0A314F175C88FBD97D uses weak digest algorithm (SHA1)
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  python3-crypto python3-ecdsa python3-jinja2 python3-markupsafe
  python3-paramiko python3-rfc3339 python3-six python3-tz python3-websockets
  tzdata
Suggested packages:
  python3-crypto-dbg python-crypto-doc python-jinja2-doc
The following NEW packages will be installed:
  python3-crypto python3-ecdsa python3-jinja2 python3-markupsafe python3-n2vc
  python3-osm-common python3-osm-lcm python3-paramiko python3-rfc3339
  python3-six python3-tz python3-websockets tzdata
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 936 kB of archives.
After this operation, 8642 kB of additional disk space will be used.
Get:1 http://172.17.0.4//release unstable/N2VC amd64 python3-n2vc all 5.0.5+gbfedfd4.dirty-1 [131 kB]
Get:2 http://172.17.0.4//release unstable/common amd64 python3-osm-common all 5.0.5+g1ae80e3.dirty-1 [22.6 kB]
Get:3 http://172.17.0.4//release unstable/LCM amd64 python3-osm-lcm all 5.0.5+gf609c16.dirty-1 [37.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 tzdata all 2018i-0ubuntu0.16.04 [168 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-crypto amd64 2.6.1-6ubuntu0.16.04.3 [246 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.0 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-ecdsa all 0.13-2 [34.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-markupsafe amd64 0.23-2build2 [16.1 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-jinja2 all 2.8-1 [103 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-paramiko all 1.16.0-1ubuntu0.2 [110 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-tz all 2014.10~dfsg1-0ubuntu2 [24.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python3-rfc3339 all 1.0-4 [6356 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python3-websockets all 3.0-1 [27.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 936 kB in 0s (2841 kB/s)
Selecting previously unselected package tzdata.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12876 files and directories currently installed.)
Preparing to unpack .../tzdata_2018i-0ubuntu0.16.04_all.deb ...
Unpacking tzdata (2018i-0ubuntu0.16.04) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../python3-crypto_2.6.1-6ubuntu0.16.04.3_amd64.deb ...
Unpacking python3-crypto (2.6.1-6ubuntu0.16.04.3) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.10.0-3_all.deb ...
Unpacking python3-six (1.10.0-3) ...
Selecting previously unselected package python3-ecdsa.
Preparing to unpack .../python3-ecdsa_0.13-2_all.deb ...
Unpacking python3-ecdsa (0.13-2) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../python3-markupsafe_0.23-2build2_amd64.deb ...
Unpacking python3-markupsafe (0.23-2build2) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../python3-jinja2_2.8-1_all.deb ...
Unpacking python3-jinja2 (2.8-1) ...
Selecting previously unselected package python3-paramiko.
Preparing to unpack .../python3-paramiko_1.16.0-1ubuntu0.2_all.deb ...
Unpacking python3-paramiko (1.16.0-1ubuntu0.2) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../python3-tz_2014.10~dfsg1-0ubuntu2_all.deb ...
Unpacking python3-tz (2014.10~dfsg1-0ubuntu2) ...
Selecting previously unselected package python3-rfc3339.
Preparing to unpack .../python3-rfc3339_1.0-4_all.deb ...
Unpacking python3-rfc3339 (1.0-4) ...
Selecting previously unselected package python3-websockets.
Preparing to unpack .../python3-websockets_3.0-1_all.deb ...
Unpacking python3-websockets (3.0-1) ...
Selecting previously unselected package python3-n2vc.
Preparing to unpack .../python3-n2vc_5.0.5+gbfedfd4.dirty-1_all.deb ...
Unpacking python3-n2vc (5.0.5+gbfedfd4.dirty-1) ...
Selecting previously unselected package python3-osm-common.
Preparing to unpack .../python3-osm-common_5.0.5+g1ae80e3.dirty-1_all.deb ...
Unpacking python3-osm-common (5.0.5+g1ae80e3.dirty-1) ...
Selecting previously unselected package python3-osm-lcm.
Preparing to unpack .../python3-osm-lcm_5.0.5+gf609c16.dirty-1_all.deb ...
Unpacking python3-osm-lcm (5.0.5+gf609c16.dirty-1) ...
Setting up tzdata (2018i-0ubuntu0.16.04) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline

Current default time zone: 'Etc/UTC'
Local time is now:      Mon Feb  4 05:29:34 UTC 2019.
Universal Time is now:  Mon Feb  4 05:29:34 UTC 2019.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up python3-crypto (2.6.1-6ubuntu0.16.04.3) ...
Setting up python3-six (1.10.0-3) ...
Setting up python3-ecdsa (0.13-2) ...
Setting up python3-markupsafe (0.23-2build2) ...
Setting up python3-jinja2 (2.8-1) ...
Setting up python3-paramiko (1.16.0-1ubuntu0.2) ...
Setting up python3-tz (2014.10~dfsg1-0ubuntu2) ...
Setting up python3-rfc3339 (1.0-4) ...
Setting up python3-websockets (3.0-1) ...
Setting up python3-n2vc (5.0.5+gbfedfd4.dirty-1) ...
Setting up python3-osm-common (5.0.5+g1ae80e3.dirty-1) ...
POST INSTALL OSM-COMMON
Installing python dependencies via pip...
Requirement already satisfied: pip==9.0.3 in /usr/local/lib/python3.5/dist-packages
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting aiokafka==0.4.*
  Downloading https://files.pythonhosted.org/packages/59/80/8a05a305592a35eac9d1a62af002556f0bf18972e60980410ed5c6fe452b/aiokafka-0.4.3.tar.gz (189kB)
[?25l
    5% |#                               | 10kB 481kB/s eta 0:00:01
    10% |###                             | 20kB 939kB/s eta 0:00:01
    16% |#####                           | 30kB 694kB/s eta 0:00:01
    21% |######                          | 40kB 915kB/s eta 0:00:01
    27% |########                        | 51kB 1.1MB/s eta 0:00:01
    32% |##########                      | 61kB 1.4MB/s eta 0:00:01
    37% |############                    | 71kB 1.1MB/s eta 0:00:01
    43% |#############                   | 81kB 1.2MB/s eta 0:00:01
    48% |###############                 | 92kB 1.4MB/s eta 0:00:01
    54% |#################               | 102kB 1.5MB/s eta 0:00:01
    59% |###################             | 112kB 2.2MB/s eta 0:00:01
    64% |####################            | 122kB 2.2MB/s eta 0:00:01
    70% |######################          | 133kB 2.3MB/s eta 0:00:01
    75% |########################        | 143kB 2.3MB/s eta 0:00:01
    81% |#########################       | 153kB 2.3MB/s eta 0:00:01
    86% |###########################     | 163kB 2.3MB/s eta 0:00:01
    91% |#############################   | 174kB 4.3MB/s eta 0:00:01
    97% |############################### | 184kB 4.3MB/s eta 0:00:01
    100% |################################| 194kB 2.7MB/s 
[?25hRequirement already up-to-date: kafka-python==1.4.3 in /usr/local/lib/python3.5/dist-packages (from aiokafka==0.4.*)
Installing collected packages: aiokafka
  Found existing installation: aiokafka 0.5.0
    Uninstalling aiokafka-0.5.0:
      Successfully uninstalled aiokafka-0.5.0
  Running setup.py install for aiokafka ... [?25l- \ | done
[?25hSuccessfully installed aiokafka-0.4.3
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pymongo==3.7.*
  Downloading https://files.pythonhosted.org/packages/93/bf/d5234f8dc5eaae6d8391154f282dbefb7f82c2d8305af60cb5face86e880/pymongo-3.7.2-cp35-cp35m-manylinux1_x86_64.whl (408kB)
[?25l
    2% |                                | 10kB 445kB/s eta 0:00:01
    5% |#                               | 20kB 870kB/s eta 0:00:01
    7% |##                              | 30kB 675kB/s eta 0:00:01
    10% |###                             | 40kB 892kB/s eta 0:00:01
    12% |####                            | 51kB 1.1MB/s eta 0:00:01
    15% |####                            | 61kB 1.3MB/s eta 0:00:01
    17% |#####                           | 71kB 1.0MB/s eta 0:00:01
    20% |######                          | 81kB 1.2MB/s eta 0:00:01
    22% |#######                         | 92kB 1.3MB/s eta 0:00:01
    25% |########                        | 102kB 1.5MB/s eta 0:00:01
    27% |########                        | 112kB 2.2MB/s eta 0:00:01
    30% |#########                       | 122kB 2.2MB/s eta 0:00:01
    32% |##########                      | 133kB 2.2MB/s eta 0:00:01
    35% |###########                     | 143kB 2.3MB/s eta 0:00:01
    37% |############                    | 153kB 2.2MB/s eta 0:00:01
    40% |############                    | 163kB 2.2MB/s eta 0:00:01
    42% |#############                   | 174kB 4.2MB/s eta 0:00:01
    45% |##############                  | 184kB 4.3MB/s eta 0:00:01
    47% |###############                 | 194kB 4.3MB/s eta 0:00:01
    50% |################                | 204kB 4.3MB/s eta 0:00:01
    52% |################                | 215kB 4.2MB/s eta 0:00:01
    55% |#################               | 225kB 4.3MB/s eta 0:00:01
    57% |##################              | 235kB 4.1MB/s eta 0:00:01
    60% |###################             | 245kB 4.1MB/s eta 0:00:01
    62% |####################            | 256kB 4.1MB/s eta 0:00:01
    65% |####################            | 266kB 4.1MB/s eta 0:00:01
    67% |#####################           | 276kB 4.1MB/s eta 0:00:01
    70% |######################          | 286kB 4.1MB/s eta 0:00:01
    72% |#######################         | 296kB 4.1MB/s eta 0:00:01
    75% |########################        | 307kB 4.1MB/s eta 0:00:01
    77% |########################        | 317kB 4.1MB/s eta 0:00:01
    80% |#########################       | 327kB 4.1MB/s eta 0:00:01
    82% |##########################      | 337kB 33.2MB/s eta 0:00:01
    85% |###########################     | 348kB 4.7MB/s eta 0:00:01
    87% |############################    | 358kB 4.7MB/s eta 0:00:01
    90% |############################    | 368kB 4.7MB/s eta 0:00:01
    92% |#############################   | 378kB 4.7MB/s eta 0:00:01
    95% |##############################  | 389kB 4.7MB/s eta 0:00:01
    97% |############################### | 399kB 4.7MB/s eta 0:00:01
    100% |################################| 409kB 2.0MB/s 
[?25hInstalling collected packages: pymongo
Successfully installed pymongo-3.7.2
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pyyaml==3.*
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
[?25l
    3% |#                               | 10kB 441kB/s eta 0:00:01
    7% |##                              | 20kB 847kB/s eta 0:00:01
    11% |###                             | 30kB 668kB/s eta 0:00:01
    15% |####                            | 40kB 877kB/s eta 0:00:01
    18% |######                          | 51kB 1.1MB/s eta 0:00:01
    22% |#######                         | 61kB 1.3MB/s eta 0:00:01
    26% |########                        | 71kB 1.0MB/s eta 0:00:01
    30% |#########                       | 81kB 1.2MB/s eta 0:00:01
    34% |##########                      | 92kB 1.3MB/s eta 0:00:01
    37% |############                    | 102kB 1.5MB/s eta 0:00:01
    41% |#############                   | 112kB 2.2MB/s eta 0:00:01
    45% |##############                  | 122kB 2.2MB/s eta 0:00:01
    49% |###############                 | 133kB 2.2MB/s eta 0:00:01
    52% |################                | 143kB 2.3MB/s eta 0:00:01
    56% |##################              | 153kB 2.3MB/s eta 0:00:01
    60% |###################             | 163kB 1.9MB/s eta 0:00:01
    64% |####################            | 174kB 3.2MB/s eta 0:00:01
    68% |#####################           | 184kB 3.2MB/s eta 0:00:01
    71% |#######################         | 194kB 3.2MB/s eta 0:00:01
    75% |########################        | 204kB 3.2MB/s eta 0:00:01
    79% |#########################       | 215kB 3.2MB/s eta 0:00:01
    83% |##########################      | 225kB 3.2MB/s eta 0:00:01
    87% |###########################     | 235kB 4.2MB/s eta 0:00:01
    90% |#############################   | 245kB 2.2MB/s eta 0:00:01
    94% |##############################  | 256kB 2.2MB/s eta 0:00:01
    98% |############################### | 266kB 2.7MB/s eta 0:00:01
    100% |################################| 276kB 1.7MB/s 
[?25hInstalling collected packages: pyyaml
  Found existing installation: PyYAML 3.11
    DEPRECATION: Uninstalling a distutils installed project (pyyaml) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling PyYAML-3.11:
      Successfully uninstalled PyYAML-3.11
  Running setup.py install for pyyaml ... [?25l- \ done
[?25hSuccessfully installed pyyaml-3.13
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Setting up python3-osm-lcm (5.0.5+gf609c16.dirty-1) ...
Removing intermediate container 3b4a07dbff46
 ---> b8d43a212920
Step 17/36 : EXPOSE 9999
 ---> Running in 442d292a43d6
Removing intermediate container 442d292a43d6
 ---> 230aa4e3770a
Step 18/36 : LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com"       Description="This implements life cycle management engine for OSM"       Version="1.0"       Author="Alfonso Tierno"
 ---> Running in 1dbf6c5e623a
Removing intermediate container 1dbf6c5e623a
 ---> c27f011d0e72
Step 19/36 : VOLUME /app/storage
 ---> Running in 261929b3342e
Removing intermediate container 261929b3342e
 ---> c1ac00b93278
Step 20/36 : VOLUME /app/log
 ---> Running in b91ef6b5d7f6
Removing intermediate container b91ef6b5d7f6
 ---> 5293fc404069
Step 21/36 : ENV OSMLCM_RO_HOST         ro
 ---> Running in 6a679289e2a1
Removing intermediate container 6a679289e2a1
 ---> baa4a6195adf
Step 22/36 : ENV OSMLCM_RO_PORT         9090
 ---> Running in f56dab79ed2a
Removing intermediate container f56dab79ed2a
 ---> 221811c46947
Step 23/36 : ENV OSMLCM_RO_TENANT       osm
 ---> Running in 790a40639bbc
Removing intermediate container 790a40639bbc
 ---> b30f95b4487b
Step 24/36 : ENV OSMLCM_VCA_HOST        vca
 ---> Running in d72f0ace5fdc
Removing intermediate container d72f0ace5fdc
 ---> f701b27092e9
Step 25/36 : ENV OSMLCM_VCA_PORT:       17070
 ---> Running in 8d614f5a6934
Removing intermediate container 8d614f5a6934
 ---> 548942b928fb
Step 26/36 : ENV OSMLCM_VCA_USER:       admin
 ---> Running in 82d396d12d41
Removing intermediate container 82d396d12d41
 ---> 61aaaa34181a
Step 27/36 : ENV OSMLCM_VCA_SECRET:     secret
 ---> Running in 5658341edfa5
Removing intermediate container 5658341edfa5
 ---> 22a56c67ae9a
Step 28/36 : ENV OSMLCM_DATABASE_DRIVER mongo
 ---> Running in 5c5d240881ae
Removing intermediate container 5c5d240881ae
 ---> 25681ced3bb9
Step 29/36 : ENV OSMLCM_DATABASE_URI    mongodb://mongo:27017
 ---> Running in 7d419d1aa4c2
Removing intermediate container 7d419d1aa4c2
 ---> 74c4feb1abf9
Step 30/36 : ENV OSMLCM_STORAGE_DRIVER  local
 ---> Running in 830da8bb7848
Removing intermediate container 830da8bb7848
 ---> acd45dd0082d
Step 31/36 : ENV OSMLCM_STORAGE_PATH    /app/storage
 ---> Running in ecd44d276eb8
Removing intermediate container ecd44d276eb8
 ---> ce26ffb483d2
Step 32/36 : ENV OSMLCM_MESSAGE_DRIVER  kafka
 ---> Running in 6bdd23b85ca2
Removing intermediate container 6bdd23b85ca2
 ---> 93b4ce74d113
Step 33/36 : ENV OSMLCM_MESSAGE_HOST    kafka
 ---> Running in 3616b55ed6a9
Removing intermediate container 3616b55ed6a9
 ---> b10af95d83c5
Step 34/36 : ENV OSMLCM_MESSAGE_PORT    9092
 ---> Running in 9a30dfb1bfea
Removing intermediate container 9a30dfb1bfea
 ---> 59c0ebd58a27
Step 35/36 : HEALTHCHECK --interval=120s --timeout=15s --retries=1   CMD python3 /usr/lib/python3/dist-packages/osm_lcm/lcm.py --health-check || exit 1
 ---> Running in 1d58da793923
Removing intermediate container 1d58da793923
 ---> 6e16ac84b598
Step 36/36 : CMD ["python3", "/usr/lib/python3/dist-packages/osm_lcm/lcm.py"]
 ---> Running in 8712d81ef477
Removing intermediate container 8712d81ef477
 ---> 5bb2ff4057de
[Warning] One or more build-args [LWUI_VERSION RO_VERSION NBI_VERSION POL_VERSION DEVOPS_VERSION IM_VERSION MON_VERSION OSMCLIENT_VERSION] were not consumed
Successfully built 5bb2ff4057de
Successfully tagged opensourcemano/lcm:osm-v50-merge-12
docker build -t opensourcemano/light-ui:osm-v50-merge-12 \
                   --build-arg RELEASE=release \
                   --build-arg REPOSITORY=unstable \
                   --build-arg REPOSITORY_KEY=pubkey.asc \
                   --build-arg REPOSITORY_BASE=http://172.17.0.4/ \
                   --build-arg MON_VERSION==5.0.5+g217286e.dirty-1 \
                   --build-arg IM_VERSION==5.0.5+gd75b38f.dirty-1 \
                   --build-arg RO_VERSION==5.0.5-1 \
                   --build-arg LCM_VERSION==5.0.5+gf609c16.dirty-1 \
                   --build-arg COMMON_VERSION==5.0.5+g1ae80e3.dirty-1 \
                   --build-arg OSMCLIENT_VERSION==5.0.5+gec260c4.dirty-1 \
                   --build-arg NBI_VERSION==5.0.5+gf876545.dirty-1 \
                   --build-arg POL_VERSION==5.0.5+g28d5e04.dirty-1 \
                   --build-arg DEVOPS_VERSION==5.0.5-1 \
                   --build-arg N2VC_VERSION==5.0.5+gbfedfd4.dirty-1 \
                   --build-arg LWUI_VERSION==5.0.2.post9-1 \
                    .
Sending build context to Docker daemon  4.096kB

Step 1/26 : FROM ubuntu:16.04
 ---> 7e87e2b3bf7a
Step 2/26 : RUN apt-get update && apt-get install -y npm git python-pip nginx supervisor curl software-properties-common
 ---> Using cache
 ---> 58121c3ed8a0
Step 3/26 : RUN npm install -g bower
 ---> Using cache
 ---> 9a23db192776
Step 4/26 : RUN ln -s /usr/bin/nodejs /usr/bin/node
 ---> Using cache
 ---> f9e3c5043315
Step 5/26 : RUN echo "daemon off;" >> /etc/nginx/nginx.conf
 ---> Using cache
 ---> 4b76c13fd752
Step 6/26 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ---> Using cache
 ---> 901e326b1697
Step 7/26 : ARG RELEASE=ReleaseFOUR-daily
 ---> Using cache
 ---> bd2e220c4390
Step 8/26 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ---> Using cache
 ---> dbbf610907b2
Step 9/26 : ARG REPOSITORY=testing
 ---> Using cache
 ---> a8f1f3b281c2
Step 10/26 : ARG LWUI_VERSION
 ---> Using cache
 ---> 0d4a7aecd32a
Step 11/26 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
 ---> Running in 0a877b73e9f7
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2104  100  2104    0     0  1606k      0 --:--:-- --:--:-- --:--:-- 2054k
OK
Removing intermediate container 0a877b73e9f7
 ---> 4b40407c0107
Step 12/26 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LW-UI" && apt-get update
 ---> Running in 46a9fd580355
Ign:1 http://172.17.0.4//release unstable InRelease
Get:2 http://172.17.0.4//release unstable Release [11.4 kB]
Get:3 http://172.17.0.4//release unstable Release.gpg [473 B]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:5 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:6 http://172.17.0.4//release unstable/LW-UI amd64 Packages [498 B]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Fetched 338 kB in 0s (589 kB/s)
Reading package lists...
W: http://172.17.0.4//release/dists/unstable/Release.gpg: Signature by key 5BC308402CB59EA71677FD0A314F175C88FBD97D uses weak digest algorithm (SHA1)
Removing intermediate container 46a9fd580355
 ---> ab6d00818d76
Step 13/26 : RUN apt-get install -y osm-lightui${LWUI_VERSION} &&     rm -rf /var/lib/apt/lists/*
 ---> Running in 598c46c2f07e
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  osm-lightui
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 839 kB of archives.
After this operation, 1765 kB of additional disk space will be used.
Get:1 http://172.17.0.4//release unstable/LW-UI amd64 osm-lightui all 5.0.2.post9-1 [839 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 839 kB in 0s (13.4 MB/s)
Selecting previously unselected package osm-lightui.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23350 files and directories currently installed.)
Preparing to unpack .../osm-lightui_5.0.2.post9-1_all.deb ...
Unpacking osm-lightui (5.0.2.post9-1) ...
Setting up osm-lightui (5.0.2.post9-1) ...
Removing intermediate container 598c46c2f07e
 ---> 36089cf0146d
Step 14/26 : WORKDIR /usr/share/osm-lightui
 ---> Running in 9adce2f27ad8
Removing intermediate container 9adce2f27ad8
 ---> 4aaef5929b99
Step 15/26 : RUN bower install --allow-root
 ---> Running in 63f2e6cbda6b
bower bootbox.js#^4.4.0     not-cached https://github.com/makeusabrew/bootbox.git#^4.4.0
bower bootbox.js#^4.4.0        resolve https://github.com/makeusabrew/bootbox.git#^4.4.0
bower admin-lte#^2.4.3      not-cached https://github.com/almasaeed2010/AdminLTE.git#^2.4.3
bower admin-lte#^2.4.3         resolve https://github.com/almasaeed2010/AdminLTE.git#^2.4.3
bower d3#^4                 not-cached https://github.com/mbostock-bower/d3-bower.git#^4
bower d3#^4                    resolve https://github.com/mbostock-bower/d3-bower.git#^4
bower codemirror#^5.36.0    not-cached https://github.com/components/codemirror.git#^5.36.0
bower codemirror#^5.36.0       resolve https://github.com/components/codemirror.git#^5.36.0
bower components-font-awesome#^5.2.0       not-cached https://github.com/components/font-awesome.git#^5.2.0
bower components-font-awesome#^5.2.0          resolve https://github.com/components/font-awesome.git#^5.2.0
bower moment#^2.22.2                       not-cached https://github.com/moment/moment.git#^2.22.2
bower moment#^2.22.2                          resolve https://github.com/moment/moment.git#^2.22.2
bower bootbox.js#^4.4.0                      download https://github.com/makeusabrew/bootbox/archive/v4.4.0.tar.gz
bower components-font-awesome#^5.2.0         download https://github.com/components/font-awesome/archive/5.4.2.tar.gz
bower d3#^4                                  download https://github.com/mbostock-bower/d3-bower/archive/v4.13.0.tar.gz
bower admin-lte#^2.4.3                       download https://github.com/almasaeed2010/AdminLTE/archive/v2.4.8.tar.gz
bower codemirror#^5.36.0                     download https://github.com/components/codemirror/archive/5.43.0.tar.gz
bower bootbox.js#^4.4.0                       extract archive.tar.gz
bower moment#^2.22.2                         download https://github.com/moment/moment/archive/2.24.0.tar.gz
bower d3#^4                                   extract archive.tar.gz
bower bootbox.js#^4.4.0                      resolved https://github.com/makeusabrew/bootbox.git#4.4.0
bower d3#^4                                  resolved https://github.com/mbostock-bower/d3-bower.git#4.13.0
bower bootstrap#>= 3.0.0                   not-cached https://github.com/twbs/bootstrap.git#>= 3.0.0
bower bootstrap#>= 3.0.0                      resolve https://github.com/twbs/bootstrap.git#>= 3.0.0
bower codemirror#^5.36.0                      extract archive.tar.gz
bower codemirror#^5.36.0                     resolved https://github.com/components/codemirror.git#5.43.0
bower moment#^2.22.2                          extract archive.tar.gz
bower bootstrap#>= 3.0.0                     download https://github.com/twbs/bootstrap/archive/v4.2.1.tar.gz
bower components-font-awesome#^5.2.0          extract archive.tar.gz
bower moment#^2.22.2                         resolved https://github.com/moment/moment.git#2.24.0
bower components-font-awesome#^5.2.0     invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/eaf3e02791b919a2d78d699601436700-8-uTn9vY/bower.json
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field cannot contain font, image, audio, or video files
bower components-font-awesome#^5.2.0     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .eot files: ["webfonts/fa-brands-400.eot","webfonts/fa-regular-400.eot","webfonts/fa-solid-900.eot"]
bower components-font-awesome#^5.2.0     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .woff2 files: ["webfonts/fa-brands-400.woff2","webfonts/fa-regular-400.woff2","webfonts/fa-solid-900.woff2"]
bower components-font-awesome#^5.2.0     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .woff files: ["webfonts/fa-brands-400.woff","webfonts/fa-regular-400.woff","webfonts/fa-solid-900.woff"]
bower components-font-awesome#^5.2.0     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .ttf files: ["webfonts/fa-brands-400.ttf","webfonts/fa-regular-400.ttf","webfonts/fa-solid-900.ttf"]
bower components-font-awesome#^5.2.0     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .svg files: ["webfonts/fa-brands-400.svg","webfonts/fa-regular-400.svg","webfonts/fa-solid-900.svg"]
bower components-font-awesome#^5.2.0         resolved https://github.com/components/font-awesome.git#5.4.2
bower bootstrap#>= 3.0.0                      extract archive.tar.gz
bower bootstrap#>= 3.0.0                     resolved https://github.com/twbs/bootstrap.git#4.2.1
bower admin-lte#^2.4.3                        extract archive.tar.gz
bower admin-lte#^2.4.3                       resolved https://github.com/almasaeed2010/AdminLTE.git#2.4.8
bower bootstrap#^3.3.7                     not-cached https://github.com/twbs/bootstrap.git#^3.3.7
bower bootstrap#^3.3.7                        resolve https://github.com/twbs/bootstrap.git#^3.3.7
bower bootstrap#^3.3.7                       download https://github.com/twbs/bootstrap/archive/v3.4.0.tar.gz
bower ckeditor#^4.7.0                      not-cached https://github.com/ckeditor/ckeditor-releases.git#^4.7.0
bower ckeditor#^4.7.0                         resolve https://github.com/ckeditor/ckeditor-releases.git#^4.7.0
bower chart.js#1.0.*                       not-cached https://github.com/chartjs/Chart.js.git#1.0.*
bower chart.js#1.0.*                          resolve https://github.com/chartjs/Chart.js.git#1.0.*
bower bootstrap-slider#*                   not-cached https://github.com/pammacdotnet/bootstrap-slider.git#*
bower bootstrap-slider#*                      resolve https://github.com/pammacdotnet/bootstrap-slider.git#*
bower jquery#^3.2.1                        not-cached https://github.com/jquery/jquery-dist.git#^3.2.1
bower jquery#^3.2.1                           resolve https://github.com/jquery/jquery-dist.git#^3.2.1
bower bootstrap-colorpicker#^2.5.1         not-cached https://github.com/itsjavi/bootstrap-colorpicker.git#^2.5.1
bower bootstrap-colorpicker#^2.5.1            resolve https://github.com/itsjavi/bootstrap-colorpicker.git#^2.5.1
bower datatables.net-bs#^2.1.1             not-cached https://github.com/DataTables/Dist-DataTables-Bootstrap.git#^2.1.1
bower datatables.net-bs#^2.1.1                resolve https://github.com/DataTables/Dist-DataTables-Bootstrap.git#^2.1.1
bower bootstrap-daterangepicker#^2.1.25    not-cached https://github.com/dangrossman/bootstrap-daterangepicker.git#^2.1.25
bower bootstrap-daterangepicker#^2.1.25       resolve https://github.com/dangrossman/bootstrap-daterangepicker.git#^2.1.25
bower bootstrap-datepicker#^1.7.0          not-cached https://github.com/eternicode/bootstrap-datepicker.git#^1.7.0
bower bootstrap-datepicker#^1.7.0             resolve https://github.com/eternicode/bootstrap-datepicker.git#^1.7.0
bower datatables.net#^1.10.15              not-cached https://github.com/DataTables/Dist-DataTables.git#^1.10.15
bower datatables.net#^1.10.15                 resolve https://github.com/DataTables/Dist-DataTables.git#^1.10.15
bower inputmask#^3.3.7                     not-cached https://github.com/RobinHerbots/jquery.inputmask.git#^3.3.7
bower inputmask#^3.3.7                        resolve https://github.com/RobinHerbots/jquery.inputmask.git#^3.3.7
bower fullcalendar#^3.4.0                  not-cached https://github.com/fullcalendar/fullcalendar.git#^3.4.0
bower fullcalendar#^3.4.0                     resolve https://github.com/fullcalendar/fullcalendar.git#^3.4.0
bower Flot#^0.8.3                          not-cached https://github.com/flot/flot.git#^0.8.3
bower Flot#^0.8.3                             resolve https://github.com/flot/flot.git#^0.8.3
bower fastclick#^1.0.6                     not-cached https://github.com/ftlabs/fastclick.git#^1.0.6
bower fastclick#^1.0.6                        resolve https://github.com/ftlabs/fastclick.git#^1.0.6
bower jvectormap#^1.2.2                    not-cached https://github.com/bjornd/jvectormap.git#^1.2.2
bower jvectormap#^1.2.2                       resolve https://github.com/bjornd/jvectormap.git#^1.2.2
bower ion.rangeSlider#^2.2.0               not-cached https://github.com/IonDen/ion.rangeSlider.git#^2.2.0
bower ion.rangeSlider#^2.2.0                  resolve https://github.com/IonDen/ion.rangeSlider.git#^2.2.0
bower morris.js#^0.5.1                     not-cached https://github.com/oesmith/morris.js.git#^0.5.1
bower morris.js#^0.5.1                        resolve https://github.com/oesmith/morris.js.git#^0.5.1
bower PACE#^1.0.2                          not-cached https://github.com/HubSpot/pace.git#^1.0.2
bower PACE#^1.0.2                             resolve https://github.com/HubSpot/pace.git#^1.0.2
bower jquery-knob#^1.2.13                  not-cached https://github.com/aterrien/jQuery-Knob.git#^1.2.13
bower jquery-knob#^1.2.13                     resolve https://github.com/aterrien/jQuery-Knob.git#^1.2.13
bower select2#^4.0.3                       not-cached https://github.com/ivaynberg/select2.git#^4.0.3
bower select2#^4.0.3                          resolve https://github.com/ivaynberg/select2.git#^4.0.3
bower jquery-slimscroll#^1.3.8             not-cached https://github.com/rochal/jQuery-slimScroll.git#^1.3.8
bower jquery-slimscroll#^1.3.8                resolve https://github.com/rochal/jQuery-slimScroll.git#^1.3.8
bower font-awesome#^4.7.0                  not-cached https://github.com/FortAwesome/Font-Awesome.git#^4.7.0
bower font-awesome#^4.7.0                     resolve https://github.com/FortAwesome/Font-Awesome.git#^4.7.0
bower bootstrap-timepicker#^0.5.2          not-cached https://github.com/jdewit/bootstrap-timepicker.git#^0.5.2
bower bootstrap-timepicker#^0.5.2             resolve https://github.com/jdewit/bootstrap-timepicker.git#^0.5.2
bower Ionicons#^2.0.1                      not-cached https://github.com/driftyco/ionicons.git#^2.0.1
bower Ionicons#^2.0.1                         resolve https://github.com/driftyco/ionicons.git#^2.0.1
bower jquery-sparkline#^2.1.3              not-cached https://github.com/rkgrep/jquery.sparkline.git#^2.1.3
bower jquery-sparkline#^2.1.3                 resolve https://github.com/rkgrep/jquery.sparkline.git#^2.1.3
bower jquery-ui#1.11.4                     not-cached https://github.com/components/jqueryui.git#1.11.4
bower jquery-ui#1.11.4                        resolve https://github.com/components/jqueryui.git#1.11.4
bower bootstrap-slider#*                     download https://github.com/pammacdotnet/bootstrap-slider/archive/master.tar.gz
bower bootstrap-colorpicker#^2.5.1           download https://github.com/itsjavi/bootstrap-colorpicker/archive/2.5.3.tar.gz
bower ckeditor#^4.7.0                        download https://github.com/ckeditor/ckeditor-releases/archive/4.11.2.tar.gz
bower jquery#^3.2.1                          download https://github.com/jquery/jquery-dist/archive/3.3.1.tar.gz
bower chart.js#1.0.*                         download https://github.com/chartjs/Chart.js/archive/v1.0.2.tar.gz
bower datatables.net-bs#^2.1.1               download https://github.com/DataTables/Dist-DataTables-Bootstrap/archive/2.1.1.tar.gz
bower datatables.net#^1.10.15                download https://github.com/DataTables/Dist-DataTables/archive/1.10.19.tar.gz
bower bootstrap-slider#*                      extract archive.tar.gz
bower bootstrap-daterangepicker#^2.1.25      download https://github.com/dangrossman/bootstrap-daterangepicker/archive/v2.1.27.tar.gz
bower bootstrap-datepicker#^1.7.0            download https://github.com/eternicode/bootstrap-datepicker/archive/v1.8.0.tar.gz
bower inputmask#^3.3.7                       download https://github.com/RobinHerbots/jquery.inputmask/archive/3.3.11.tar.gz
bower bootstrap-slider#*                     resolved https://github.com/pammacdotnet/bootstrap-slider.git#879a98dcd0
bower chart.js#1.0.*                          extract archive.tar.gz
bower jquery#^3.2.1                           extract archive.tar.gz
bower chart.js#1.0.*                     invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/e58c48f11bb0536ee6a67d24776f2112-8-tUtNud/bower.json
bower chart.js#1.0.*                     invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower chart.js#1.0.*                         resolved https://github.com/chartjs/Chart.js.git#1.0.2
bower fullcalendar#^3.4.0                    download https://github.com/fullcalendar/fullcalendar/archive/v3.10.0.tar.gz
bower bootstrap-colorpicker#^2.5.1            extract archive.tar.gz
bower datatables.net-bs#^2.1.1                extract archive.tar.gz
bower datatables.net-bs#^2.1.1               resolved https://github.com/DataTables/Dist-DataTables-Bootstrap.git#2.1.1
bower jquery#>=1.7                         not-cached https://github.com/jquery/jquery-dist.git#>=1.7
bower jquery#>=1.7                            resolve https://github.com/jquery/jquery-dist.git#>=1.7
bower datatables.net#>=1.10.9              not-cached https://github.com/DataTables/Dist-DataTables.git#>=1.10.9
bower datatables.net#>=1.10.9                 resolve https://github.com/DataTables/Dist-DataTables.git#>=1.10.9
bower jquery#>=1.7                           download https://github.com/jquery/jquery-dist/archive/3.3.1.tar.gz
bower datatables.net#>=1.10.9                download https://github.com/DataTables/Dist-DataTables/archive/1.10.19.tar.gz
bower Flot#^0.8.3                            download https://github.com/flot/flot/archive/v0.8.3.tar.gz
bower bootstrap-colorpicker#^2.5.1           resolved https://github.com/itsjavi/bootstrap-colorpicker.git#2.5.3
bower jvectormap#^1.2.2                      download https://github.com/bjornd/jvectormap/archive/1.2.2.tar.gz
bower ion.rangeSlider#^2.2.0                 download https://github.com/IonDen/ion.rangeSlider/archive/2.3.0.tar.gz
bower fastclick#^1.0.6                       download https://github.com/ftlabs/fastclick/archive/v1.0.6.tar.gz
bower jquery#^3.2.1                          resolved https://github.com/jquery/jquery-dist.git#3.3.1
bower morris.js#^0.5.1                       download https://github.com/oesmith/morris.js/archive/0.5.1.tar.gz
bower ckeditor#^4.7.0                         extract archive.tar.gz
bower datatables.net#^1.10.15                 extract archive.tar.gz
bower datatables.net#^1.10.15                resolved https://github.com/DataTables/Dist-DataTables.git#1.10.19
bower jquery-knob#^1.2.13                    download https://github.com/aterrien/jQuery-Knob/archive/1.2.13.tar.gz
bower bootstrap#^3.3.7                        extract archive.tar.gz
bower jquery-slimscroll#^1.3.8               download https://github.com/rochal/jQuery-slimScroll/archive/v1.3.8.tar.gz
bower select2#^4.0.3                         download https://github.com/ivaynberg/select2/archive/4.0.5.tar.gz
bower PACE#^1.0.2                            download https://github.com/HubSpot/pace/archive/v1.0.2.tar.gz
bower datatables.net#>=1.10.9                 extract archive.tar.gz
bower ion.rangeSlider#^2.2.0                  extract archive.tar.gz
bower bootstrap-daterangepicker#^2.1.25       extract archive.tar.gz
bower inputmask#^3.3.7                        extract archive.tar.gz
bower font-awesome#^4.7.0                    download https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.tar.gz
bower bootstrap-datepicker#^1.7.0             extract archive.tar.gz
bower datatables.net#>=1.10.9                resolved https://github.com/DataTables/Dist-DataTables.git#1.10.19
bower fastclick#^1.0.6                        extract archive.tar.gz
bower jquery#>=1.7                            extract archive.tar.gz
bower fullcalendar#^3.4.0                     extract archive.tar.gz
bower ion.rangeSlider#^2.2.0             invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/9e6b977aaf679f0ea65758bc1498d005-8-2W57an/bower.json
bower ion.rangeSlider#^2.2.0             invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower ion.rangeSlider#^2.2.0             invalid-meta The "main" field cannot contain font, image, audio, or video files
bower ion.rangeSlider#^2.2.0             invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["css/ion.rangeSlider.css","css/ion.rangeSlider.skinFlat.css"]
bower jvectormap#^1.2.2                       extract archive.tar.gz
bower Flot#^0.8.3                             extract archive.tar.gz
bower Ionicons#^2.0.1                        download https://github.com/driftyco/ionicons/archive/v2.0.1.tar.gz
bower bootstrap-timepicker#^0.5.2            download https://github.com/jdewit/bootstrap-timepicker/archive/v0.5.2.tar.gz
bower jquery-sparkline#^2.1.3                download https://github.com/rkgrep/jquery.sparkline/archive/v2.1.3.tar.gz
bower jquery-ui#1.11.4                       download https://github.com/components/jqueryui/archive/1.11.4.tar.gz
bower morris.js#^0.5.1                        extract archive.tar.gz
bower jquery-knob#^1.2.13                     extract archive.tar.gz
bower jquery-slimscroll#^1.3.8                extract archive.tar.gz
bower ion.rangeSlider#^2.2.0                 resolved https://github.com/IonDen/ion.rangeSlider.git#2.3.0
bower bootstrap-daterangepicker#^2.1.25      resolved https://github.com/dangrossman/bootstrap-daterangepicker.git#2.1.27
bower jquery-knob#^1.2.13                    resolved https://github.com/aterrien/jQuery-Knob.git#1.2.13
bower fastclick#^1.0.6                       resolved https://github.com/ftlabs/fastclick.git#1.0.6
bower jquery-slimscroll#^1.3.8           invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/e86aa286103213f2c66ce14a038098f0-8-HFQZGe/bower.json
bower jquery-slimscroll#^1.3.8           invalid-meta The "description" is too long, the limit is 140 characters
bower jquery-slimscroll#^1.3.8           invalid-meta The "main" field cannot contain minified files
bower jquery-slimscroll#^1.3.8           invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["jquery.slimscroll.js","jquery.slimscroll.min.js"]
bower jvectormap#^1.2.2                      resolved https://github.com/bjornd/jvectormap.git#1.2.2
bower PACE#^1.0.2                             extract archive.tar.gz
bower jquery-slimscroll#^1.3.8               resolved https://github.com/rochal/jQuery-slimScroll.git#1.3.8
bower morris.js#^0.5.1                       mismatch Version declared in the json (0.5.0) is different than the resolved one (0.5.1)
bower morris.js#^0.5.1                       resolved https://github.com/oesmith/morris.js.git#0.5.1
bower inputmask#^3.3.7                   invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/4406f2743e50981bdcfdadce41e68143-8-3PazMX/bower.json
bower inputmask#^3.3.7                   invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["./dist/inputmask/inputmask.js","./dist/inputmask/inputmask.extensions.js","./dist/inputmask/inputmask.date.extensions.js","./dist/inputmask/inputmask.numeric.extensions.js","./dist/inputmask/inputmask.phone.extensions.js","./dist/inputmask/jquery.inputmask.js","./dist/inputmask/global/document.js","./dist/inputmask/global/window.js","./dist/inputmask/phone-codes/phone.js","./dist/inputmask/phone-codes/phone-be.js","./dist/inputmask/phone-codes/phone-nl.js","./dist/inputmask/phone-codes/phone-ru.js","./dist/inputmask/phone-codes/phone-uk.js","./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js","./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js","./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js","./dist/inputmask/bindings/inputmask.binding.js"]
bower raphael#>= 2.0                       not-cached https://github.com/DmitryBaranovskiy/raphael.git#>= 2.0
bower raphael#>= 2.0                          resolve https://github.com/DmitryBaranovskiy/raphael.git#>= 2.0
bower mocha#~1.17.1                        not-cached https://github.com/mochajs/mocha.git#~1.17.1
bower mocha#~1.17.1                           resolve https://github.com/mochajs/mocha.git#~1.17.1
bower bootstrap-timepicker#^0.5.2             extract archive.tar.gz
bower Flot#^0.8.3                        invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/a7113d14a4eaba2eab0cbef232d63fa9-8-ZHMkxH/component.json
bower Flot#^0.8.3                        invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower Flot#^0.8.3                          deprecated Package Flot is using the deprecated component.json
bower Flot#^0.8.3                            resolved https://github.com/flot/flot.git#0.8.3
bower jquery-sparkline#^2.1.3                 extract archive.tar.gz
bower inputmask#^3.3.7                       resolved https://github.com/RobinHerbots/jquery.inputmask.git#3.3.11
bower select2#^4.0.3                          extract archive.tar.gz
bower bootstrap-timepicker#^0.5.2            resolved https://github.com/jdewit/bootstrap-timepicker.git#0.5.2
bower jquery#^2.0                          not-cached https://github.com/jquery/jquery-dist.git#^2.0
bower jquery#^2.0                             resolve https://github.com/jquery/jquery-dist.git#^2.0
bower jquery#^2.0                            download https://github.com/jquery/jquery-dist/archive/2.2.4.tar.gz
bower jquery-sparkline#^2.1.3                resolved https://github.com/rkgrep/jquery.sparkline.git#2.1.3
bower raphael#>= 2.0                         download https://github.com/DmitryBaranovskiy/raphael/archive/v2.2.7.tar.gz
bower font-awesome#^4.7.0                     extract archive.tar.gz
bower jquery-ui#1.11.4                        extract archive.tar.gz
bower jquery#>=1.7                           resolved https://github.com/jquery/jquery-dist.git#3.3.1
bower PACE#^1.0.2                        invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/a07127d952ba6758ae1e08d5d703d8ef-8-g0e1nL/bower.json
bower PACE#^1.0.2                        invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower bootstrap-datepicker#^1.7.0            resolved https://github.com/eternicode/bootstrap-datepicker.git#1.8.0
bower Ionicons#^2.0.1                         extract archive.tar.gz
bower PACE#^1.0.2                            resolved https://github.com/HubSpot/pace.git#1.0.2
bower mocha#~1.17.1                          download https://github.com/mochajs/mocha/archive/1.17.1.tar.gz
bower jquery#^2.0                             extract archive.tar.gz
bower select2#^4.0.3                         resolved https://github.com/ivaynberg/select2.git#4.0.5
bower raphael#>= 2.0                          extract archive.tar.gz
bower bootstrap#^3.3.7                       resolved https://github.com/twbs/bootstrap.git#3.4.0
bower raphael#>= 2.0                     invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/aa622d1829f3f68127c00e2df48320b5-8-1xr2SE/bower.json
bower raphael#>= 2.0                     invalid-meta The "main" field cannot contain minified files
bower raphael#>= 2.0                         resolved https://github.com/DmitryBaranovskiy/raphael.git#2.2.7
bower eve-raphael#0.5.0                    not-cached https://github.com/tomasAlabes/eve.git#0.5.0
bower eve-raphael#0.5.0                       resolve https://github.com/tomasAlabes/eve.git#0.5.0
bower jquery#^2.0                            resolved https://github.com/jquery/jquery-dist.git#2.2.4
bower mocha#~1.17.1                           extract archive.tar.gz
bower fullcalendar#^3.4.0                    resolved https://github.com/fullcalendar/fullcalendar.git#3.10.0
bower eve-raphael#0.5.0                      download https://github.com/tomasAlabes/eve/archive/v0.5.0.tar.gz
bower mocha#~1.17.1                          resolved https://github.com/mochajs/mocha.git#1.17.1
bower jquery-ui#1.11.4                       resolved https://github.com/components/jqueryui.git#1.11.4
bower eve-raphael#0.5.0                       extract archive.tar.gz
bower eve-raphael#0.5.0                      resolved https://github.com/tomasAlabes/eve.git#0.5.0
bower font-awesome#^4.7.0                    resolved https://github.com/FortAwesome/Font-Awesome.git#4.7.0
bower Ionicons#^2.0.1                    invalid-meta for:/tmp/9140a6c56f29a8c9d4c691c1ee916a3e/bower/941fd5bcd422c1dd72cd362d7f683958-8-Xkp7tu/bower.json
bower Ionicons#^2.0.1                    invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower Ionicons#^2.0.1                    invalid-meta The "main" field cannot contain globs (example: "*.js")
bower Ionicons#^2.0.1                        mismatch Version declared in the json (2.0.0) is different than the resolved one (2.0.1)
bower Ionicons#^2.0.1                        resolved https://github.com/driftyco/ionicons.git#2.0.1
bower ckeditor#^4.7.0                        resolved https://github.com/ckeditor/ckeditor-releases.git#4.11.2

Please note that,
    bootstrap-timepicker#0.5.2 depends on jquery#^2.0 which resolved to jquery#2.2.4
    bootstrap#3.4.0, bootstrap-daterangepicker#2.1.27 depends on jquery#1.9.1 - 3 which resolved to jquery#3.3.1
    Flot#0.8.3 depends on jquery#>= 1.2.6 which resolved to jquery#3.3.1
    jquery-knob#1.2.13 depends on jquery#>=1.7.0 which resolved to jquery#3.3.1
    morris.js#0.5.1 depends on jquery#>= 2.1.0 which resolved to jquery#3.3.1
    admin-lte#2.4.8 depends on jquery#^3.2.1 which resolved to jquery#3.3.1
    datatables.net-bs#2.1.1 depends on jquery#>=1.7 which resolved to jquery#3.3.1
    bootstrap-datepicker#1.8.0 depends on jquery#>=1.7.1 <4.0.0 which resolved to jquery#3.3.1
    fullcalendar#3.10.0 depends on jquery#2 - 3 which resolved to jquery#3.3.1
    jquery-ui#1.11.4 depends on jquery#>=1.6 which resolved to jquery#3.3.1
    ion.rangeSlider#2.3.0 depends on jquery#>=1.8 which resolved to jquery#3.3.1
Resort to using jquery#2 - 3 which resolved to jquery#2.2.4
Code incompatibilities may occur.

bower bootbox.js#^4.4.0                       install bootbox.js#4.4.0
bower d3#^4                                   install d3#4.13.0
bower codemirror#^5.36.0                      install codemirror#5.43.0
bower moment#^2.22.2                          install moment#2.24.0
bower components-font-awesome#^5.2.0          install components-font-awesome#5.4.2
bower bootstrap#^3.3.7                        install bootstrap#3.4.0
bower admin-lte#^2.4.3                        install admin-lte#2.4.8
bower bootstrap-slider#*                      install bootstrap-slider#879a98dcd0
bower chart.js#1.0.*                          install chart.js#1.0.2
bower datatables.net-bs#^2.1.1                install datatables.net-bs#2.1.1
bower bootstrap-colorpicker#^2.5.1            install bootstrap-colorpicker#2.5.3
bower jquery#^2.0                             install jquery#2.2.4
bower datatables.net#^1.10.15                 install datatables.net#1.10.19
bower ion.rangeSlider#^2.2.0                  install ion.rangeSlider#2.3.0
bower bootstrap-daterangepicker#^2.1.25       install bootstrap-daterangepicker#2.1.27
bower jquery-knob#^1.2.13                     install jquery-knob#1.2.13
bower fastclick#^1.0.6                        install fastclick#1.0.6
bower jvectormap#^1.2.2                       install jvectormap#1.2.2
bower jquery-slimscroll#^1.3.8                install jquery-slimscroll#1.3.8
bower morris.js#^0.5.1                        install morris.js#0.5.1
bower Flot#^0.8.3                             install Flot#0.8.3
bower inputmask#^3.3.7                        install inputmask#3.3.11
bower bootstrap-timepicker#^0.5.2             install bootstrap-timepicker#0.5.2
bower jquery-sparkline#^2.1.3                 install jquery-sparkline#2.1.3
bower bootstrap-datepicker#^1.7.0             install bootstrap-datepicker#1.8.0
bower PACE#^1.0.2                             install PACE#1.0.2
bower select2#^4.0.3                          install select2#4.0.5
bower raphael#>= 2.0                          install raphael#2.2.7
bower fullcalendar#^3.4.0                     install fullcalendar#3.10.0
bower mocha#~1.17.1                           install mocha#1.17.1
bower jquery-ui#1.11.4                        install jquery-ui#1.11.4
bower eve-raphael#0.5.0                       install eve-raphael#0.5.0
bower font-awesome#^4.7.0                     install font-awesome#4.7.0
bower Ionicons#^2.0.1                         install Ionicons#2.0.1
bower ckeditor#^4.7.0                         install ckeditor#4.11.2

bootbox.js#4.4.0 static/bower_components/bootbox.js
└── bootstrap#3.4.0

d3#4.13.0 static/bower_components/d3

codemirror#5.43.0 static/bower_components/codemirror

moment#2.24.0 static/bower_components/moment

components-font-awesome#5.4.2 static/bower_components/components-font-awesome

bootstrap#3.4.0 static/bower_components/bootstrap
└── jquery#2.2.4

admin-lte#2.4.8 static/bower_components/admin-lte
├── Flot#0.8.3
├── Ionicons#2.0.1
├── PACE#1.0.2
├── bootstrap#3.4.0
├── bootstrap-colorpicker#2.5.3
├── bootstrap-datepicker#1.8.0
├── bootstrap-daterangepicker#2.1.27
├── bootstrap-slider#879a98dcd0
├── bootstrap-timepicker#0.5.2
├── chart.js#1.0.2
├── ckeditor#4.11.2
├── datatables.net#1.10.19
├── datatables.net-bs#2.1.1
├── fastclick#1.0.6
├── font-awesome#4.7.0
├── fullcalendar#3.10.0
├── inputmask#3.3.11
├── ion.rangeSlider#2.3.0
├── jquery#2.2.4
├── jquery-knob#1.2.13
├── jquery-slimscroll#1.3.8
├── jquery-sparkline#2.1.3
├── jquery-ui#1.11.4
├── jvectormap#1.2.2
├── moment#2.24.0
├── morris.js#0.5.1
└── select2#4.0.5

bootstrap-slider#879a98dcd0 static/bower_components/bootstrap-slider

chart.js#1.0.2 static/bower_components/chart.js

datatables.net-bs#2.1.1 static/bower_components/datatables.net-bs
├── datatables.net#1.10.19
└── jquery#2.2.4

bootstrap-colorpicker#2.5.3 static/bower_components/bootstrap-colorpicker

jquery#2.2.4 static/bower_components/jquery

datatables.net#1.10.19 static/bower_components/datatables.net
└── jquery#2.2.4

ion.rangeSlider#2.3.0 static/bower_components/ion.rangeSlider
└── jquery#2.2.4

bootstrap-daterangepicker#2.1.27 static/bower_components/bootstrap-daterangepicker
├── jquery#2.2.4
└── moment#2.24.0

jquery-knob#1.2.13 static/bower_components/jquery-knob
└── jquery#2.2.4

fastclick#1.0.6 static/bower_components/fastclick

jvectormap#1.2.2 static/bower_components/jvectormap

jquery-slimscroll#1.3.8 static/bower_components/jquery-slimscroll

morris.js#0.5.1 static/bower_components/morris.js
├── jquery#2.2.4
├── mocha#1.17.1
└── raphael#2.2.7

Flot#0.8.3 static/bower_components/Flot
└── jquery#2.2.4

inputmask#3.3.11 static/bower_components/inputmask
└── jquery#2.2.4

bootstrap-timepicker#0.5.2 static/bower_components/bootstrap-timepicker
├── bootstrap#3.4.0
└── jquery#2.2.4

jquery-sparkline#2.1.3 static/bower_components/jquery-sparkline

bootstrap-datepicker#1.8.0 static/bower_components/bootstrap-datepicker
└── jquery#2.2.4

PACE#1.0.2 static/bower_components/PACE

select2#4.0.5 static/bower_components/select2

raphael#2.2.7 static/bower_components/raphael
└── eve-raphael#0.5.0

fullcalendar#3.10.0 static/bower_components/fullcalendar
├── jquery#2.2.4
└── moment#2.24.0

mocha#1.17.1 static/bower_components/mocha

jquery-ui#1.11.4 static/bower_components/jquery-ui
└── jquery#2.2.4

eve-raphael#0.5.0 static/bower_components/eve-raphael

font-awesome#4.7.0 static/bower_components/font-awesome

Ionicons#2.0.1 static/bower_components/Ionicons

ckeditor#4.11.2 static/bower_components/ckeditor
Removing intermediate container 63f2e6cbda6b
 ---> ce4ead5bc0b8
Step 16/26 : RUN pip install -r requirements.txt
 ---> Running in 857ab5a3e27e
Collecting decorator==4.0.10 (from -r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/53/24/cc53f9f216dd5ef269e0af7c7651cbda162554a5b088621a205961c07a6f/decorator-4.0.10-py2.py3-none-any.whl
Collecting Django==1.10.1 (from -r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/6c/cf/d6ab0edb891865ef86b3e3d7290c162f57c363cf880099bbe94229806f56/Django-1.10.1-py2.py3-none-any.whl (6.8MB)
Collecting django-model-utils==2.6 (from -r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/ae/6a/753e6fb589bc3b5ff0c37118a6594b3d23884409b88bd6420c6142f06677/django-model-utils-2.6.tar.gz
Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
Collecting jsonfield==1.0.3 (from -r requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/ad/e2/e1d8a62edb0aa3c9984ed5cb73d9001065520796f1740caf6daf1c5540c4/jsonfield-1.0.3.tar.gz
Collecting jsonschema==2.5.1 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/bd/cc/5388547ea3504bd8cbf99ba2ae7a3231598f54038e9b228cbd174f8ec6a1/jsonschema-2.5.1-py2.py3-none-any.whl
Collecting pbr==1.10.0 (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/b8/a1/7abb01fd93d66fc71e24e5df9ca6d7d9acfb4b715937d2a38fd739f266e6/pbr-1.10.0-py2.py3-none-any.whl (96kB)
Collecting pyaml==15.8.2 (from -r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/59/19/7279d8d457471334901978345b2c3729eeed3bad8bbcc981a8066480c66a/pyaml-15.8.2.tar.gz
Collecting pymongo==3.4.0 (from -r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/78/79/bf344055f2c3db0b6f2fa6ca1515552d86ea440fe7f78744be98ec53f474/pymongo-3.4.0-cp27-cp27mu-manylinux1_x86_64.whl (362kB)
Collecting python-dateutil==2.6.0 (from -r requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/40/8b/275015d7a9ec293cf1bbf55433258fbc9d0711890a7f6dc538bac7b86bce/python_dateutil-2.6.0-py2.py3-none-any.whl (194kB)
Collecting PyYAML==3.12 (from -r requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz (253kB)
Collecting requests==2.12.4 (from -r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/ed/9e/60cc074968c095f728f0d8d28370e8d396fa60afb7582735563cccf223dd/requests-2.12.4-py2.py3-none-any.whl (576kB)
Collecting six==1.10.0 (from -r requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
Collecting smmap2==2.0.3 (from -r requirements.txt (line 14))
  Downloading https://files.pythonhosted.org/packages/e3/59/4e22f692e65f5f9271252a8e63f04ce4ad561d4e06192478ee48dfac9611/smmap2-2.0.3-py2.py3-none-any.whl
Collecting url==0.2.0 (from -r requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/e3/18/f93bc0aa36df89a8b2720e859fe5022be2ede530df4c51ad1b450ed41eaa/url-0.2.0.tar.gz
Collecting wheel==0.24.0 (from -r requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/e8/14/eaaac12b0432c984a27ad0050a5a0bedc6135df35a0f5f1f35228faf12d4/wheel-0.24.0-py2.py3-none-any.whl (63kB)
Collecting publicsuffix (from url==0.2.0->-r requirements.txt (line 15))
  Downloading https://files.pythonhosted.org/packages/76/8e/2be900ba8397bafe88c9d17fab456faddab7af22d7105df18699d3dd97de/publicsuffix-1.1.0.tar.gz (61kB)
Building wheels for collected packages: django-model-utils, functools32, jsonfield, pyaml, PyYAML, url, publicsuffix
  Running setup.py bdist_wheel for django-model-utils: started
  Running setup.py bdist_wheel for django-model-utils: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f8/00/be/f355d91958415d261811632b7dc999ebfd6bb608f1297e76a4
  Running setup.py bdist_wheel for functools32: started
  Running setup.py bdist_wheel for functools32: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2
  Running setup.py bdist_wheel for jsonfield: started
  Running setup.py bdist_wheel for jsonfield: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/cd/c6/9d/6ab674b816a7b0d04d9cd6a661f8afdae526a1ccdc27c0459b
  Running setup.py bdist_wheel for pyaml: started
  Running setup.py bdist_wheel for pyaml: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/25/7c/79/a52e0e0c4516d2cf49ac5628a44d584a58df779ed123af306a
  Running setup.py bdist_wheel for PyYAML: started
  Running setup.py bdist_wheel for PyYAML: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/03/05/65/bdc14f2c6e09e82ae3e0f13d021e1b6b2481437ea2f207df3f
  Running setup.py bdist_wheel for url: started
  Running setup.py bdist_wheel for url: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/70/d3/f4/f9a5238effcc66bf895ff603a078d5c8bc28791d32e9a0ad14
  Running setup.py bdist_wheel for publicsuffix: started
  Running setup.py bdist_wheel for publicsuffix: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/9d/a4/2c/5637edcd941f8486aa5025a1c17ed0f9f8ee6c448b4a597d4a
Successfully built django-model-utils functools32 jsonfield pyaml PyYAML url publicsuffix
Installing collected packages: decorator, Django, django-model-utils, functools32, jsonfield, jsonschema, pbr, PyYAML, pyaml, pymongo, six, python-dateutil, requests, smmap2, publicsuffix, url, wheel
  Found existing installation: wheel 0.29.0
    Not uninstalling wheel at /usr/lib/python2.7/dist-packages, outside environment /usr
Successfully installed Django-1.10.1 PyYAML-3.12 decorator-4.0.10 django-model-utils-2.6 functools32-3.2.3.post2 jsonfield-1.0.3 jsonschema-2.5.1 pbr-1.10.0 publicsuffix-1.1.0 pyaml-15.8.2 pymongo-3.4.0 python-dateutil-2.6.0 requests-2.12.4 six-1.10.0 smmap2-2.0.3 url-0.2.0 wheel-0.24.0
You are using pip version 8.1.1, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 857ab5a3e27e
 ---> eefa355f2064
Step 17/26 : RUN pip install uwsgi
 ---> Running in ec5587e7a43b
Collecting uwsgi
  Downloading https://files.pythonhosted.org/packages/a2/c9/a2d5737f63cd9df4317a4acc15d1ddf4952e28398601d8d7d706c16381e0/uwsgi-2.0.17.1.tar.gz (800kB)
Building wheels for collected packages: uwsgi
  Running setup.py bdist_wheel for uwsgi: started
  Running setup.py bdist_wheel for uwsgi: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/32/d6/90/0239cc69219013d9f402b098b7c5ef7454792c21acd1d6c24e
Successfully built uwsgi
Installing collected packages: uwsgi
Successfully installed uwsgi-2.0.17.1
You are using pip version 8.1.1, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container ec5587e7a43b
 ---> ed3bb5c476fc
Step 18/26 : RUN cp /usr/share/osm-lightui/nginx-app.conf /etc/nginx/sites-available/default
 ---> Running in ac18c12227a8
Removing intermediate container ac18c12227a8
 ---> 60ab5c11361f
Step 19/26 : RUN cp /usr/share/osm-lightui/supervisor-app.conf /etc/supervisor/conf.d/
 ---> Running in 042aeed927a3
Removing intermediate container 042aeed927a3
 ---> 7744053b6905
Step 20/26 : RUN rm -f db.sqlite3
 ---> Running in 4cd597b7ebf8
Removing intermediate container 4cd597b7ebf8
 ---> 43f0aeefa040
Step 21/26 : ENV DJANGO_ENV=prod
 ---> Running in f263fcb13f93
Removing intermediate container f263fcb13f93
 ---> bc5ee848cf33
Step 22/26 : RUN python manage.py makemigrations authosm
 ---> Running in 2418c9ea9a71
Migrations for 'authosm':
  authosm/migrations/0001_initial.py:
    - Create model OsmUser
Removing intermediate container 2418c9ea9a71
 ---> 2f01ec241f1a
Step 23/26 : RUN python manage.py migrate
 ---> Running in 5d1ab121d5ab
Operations to perform:
  Apply all migrations: admin, auth, authosm, contenttypes, sessions
Running migrations:
  Applying contenttypes.0001_initial... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0001_initial... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying auth.0007_alter_validators_add_error_messages... OK
  Applying auth.0008_alter_user_username_max_length... OK
  Applying authosm.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying sessions.0001_initial... OK
Removing intermediate container 5d1ab121d5ab
 ---> bf894659cec2
Step 24/26 : RUN python manage.py collectstatic --noinput
 ---> Running in 453bee19546a
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/actions.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/inlines.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/core.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/actions.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/cancel.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/timeparse.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/popup_response.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/collapse.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/prepopulate_init.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/jquery.init.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/SelectFilter2.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/collapse.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/SelectBox.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/inlines.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/urlify.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/calendar.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/change_form.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/dashboard.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/widgets.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/rtl.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/fonts.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/login.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/base.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/changelists.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/css/forms.css'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/README.txt'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-alert.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/search.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/sorting-icons.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/LICENSE'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-unknown.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/README.txt'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-addlink.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/selector-icons.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/calendar-icons.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-changelink.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-yes.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-no.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/tooltag-add.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/inline-delete.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-clock.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/icon-calendar.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg'
Copying '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg'

61 static files copied to '/usr/share/osm-lightui/static'.
Removing intermediate container 453bee19546a
 ---> 92e819089392
Step 25/26 : EXPOSE 80
 ---> Running in 74da0647fd0f
Removing intermediate container 74da0647fd0f
 ---> 855ab0742ae3
Step 26/26 : CMD ["supervisord", "-n"]
 ---> Running in d6307d42b175
Removing intermediate container d6307d42b175
 ---> d1ae05c29c6e
[Warning] One or more build-args [N2VC_VERSION NBI_VERSION OSMCLIENT_VERSION RO_VERSION COMMON_VERSION DEVOPS_VERSION MON_VERSION POL_VERSION IM_VERSION LCM_VERSION] were not consumed
Successfully built d1ae05c29c6e
Successfully tagged opensourcemano/light-ui:osm-v50-merge-12
docker build -t opensourcemano/pol:osm-v50-merge-12 \
                   --build-arg RELEASE=release \
                   --build-arg REPOSITORY=unstable \
                   --build-arg REPOSITORY_KEY=pubkey.asc \
                   --build-arg REPOSITORY_BASE=http://172.17.0.4/ \
                   --build-arg MON_VERSION==5.0.5+g217286e.dirty-1 \
                   --build-arg IM_VERSION==5.0.5+gd75b38f.dirty-1 \
                   --build-arg RO_VERSION==5.0.5-1 \
                   --build-arg LCM_VERSION==5.0.5+gf609c16.dirty-1 \
                   --build-arg COMMON_VERSION==5.0.5+g1ae80e3.dirty-1 \
                   --build-arg OSMCLIENT_VERSION==5.0.5+gec260c4.dirty-1 \
                   --build-arg NBI_VERSION==5.0.5+gf876545.dirty-1 \
                   --build-arg POL_VERSION==5.0.5+g28d5e04.dirty-1 \
                   --build-arg DEVOPS_VERSION==5.0.5-1 \
                   --build-arg N2VC_VERSION==5.0.5+gbfedfd4.dirty-1 \
                   --build-arg LWUI_VERSION==5.0.2.post9-1 \
                    .
Sending build context to Docker daemon  4.608kB

Step 1/22 : FROM ubuntu:16.04
 ---> 7e87e2b3bf7a
Step 2/22 : LABEL authors="Benjamín Díaz"
 ---> Using cache
 ---> f232663f95ff
Step 3/22 : RUN apt-get --yes update  && apt-get --yes install python3 python3-pip libmysqlclient-dev git  && pip3 install pip==9.0.3
 ---> Using cache
 ---> 3cb5a88fc740
Step 4/22 : RUN apt-get update && apt-get -y install curl software-properties-common
 ---> Using cache
 ---> ad46b3efc067
Step 5/22 : RUN apt-get --yes update  && apt-get --yes install git python python-pip python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev  && pip3 install pip==9.0.3
 ---> Using cache
 ---> a63bb239dd53
Step 6/22 : ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
 ---> Using cache
 ---> 1bd263725f1a
Step 7/22 : ARG RELEASE=ReleaseFOUR-daily
 ---> Using cache
 ---> 4844634556fb
Step 8/22 : ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg
 ---> Using cache
 ---> d20f3e3a9d4b
Step 9/22 : ARG REPOSITORY=testing
 ---> Using cache
 ---> d5ac4649bd25
Step 10/22 : RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add -
 ---> Using cache
 ---> 5c29e942f93f
Step 11/22 : RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} POL common" && apt update
 ---> Using cache
 ---> f5b129692b83
Step 12/22 : ARG POL_VERSION
 ---> Using cache
 ---> c613fee51e64
Step 13/22 : ARG COMMON_VERSION
 ---> Using cache
 ---> a4e1e28efad2
Step 14/22 : RUN apt-get --yes update  && apt-get -y install python3-osm-policy-module${POL_VERSION}
 ---> Running in 228469c8140f
Ign:1 http://172.17.0.4//release unstable InRelease
Get:2 http://172.17.0.4//release unstable Release [11.4 kB]
Get:3 http://172.17.0.4//release unstable Release.gpg [473 B]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:5 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:7 http://172.17.0.4//release unstable/POL amd64 Packages [602 B]
Get:8 http://172.17.0.4//release unstable/common amd64 Packages [988 B]
Get:9 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1167 kB]
Fetched 1505 kB in 0s (1850 kB/s)
Reading package lists...
W: http://172.17.0.4//release/dists/unstable/Release.gpg: Signature by key 5BC308402CB59EA71677FD0A314F175C88FBD97D uses weak digest algorithm (SHA1)
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libyaml-0-2 python3-crypto python3-jsonschema python3-osm-common python3-six
  python3-yaml
Suggested packages:
  python3-crypto-dbg python-crypto-doc
The following NEW packages will be installed:
  libyaml-0-2 python3-crypto python3-jsonschema python3-osm-common
  python3-osm-policy-module python3-six python3-yaml
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 468 kB of archives.
After this operation, 2542 kB of additional disk space will be used.
Get:1 http://172.17.0.4//release unstable/common amd64 python3-osm-common all 5.0.5+g1ae80e3.dirty-1 [22.6 kB]
Get:2 http://172.17.0.4//release unstable/POL amd64 python3-osm-policy-module all 5.0.5+g28d5e04.dirty-1 [15.1 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-0-2 amd64 0.1.6-3 [47.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-crypto amd64 2.6.1-6ubuntu0.16.04.3 [246 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-jsonschema all 2.5.1-4 [30.3 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-yaml amd64 3.11-3build1 [95.6 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.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 468 kB in 0s (1580 kB/s)
Selecting previously unselected package libyaml-0-2:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19862 files and directories currently installed.)
Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../python3-crypto_2.6.1-6ubuntu0.16.04.3_amd64.deb ...
Unpacking python3-crypto (2.6.1-6ubuntu0.16.04.3) ...
Selecting previously unselected package python3-jsonschema.
Preparing to unpack .../python3-jsonschema_2.5.1-4_all.deb ...
Unpacking python3-jsonschema (2.5.1-4) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../python3-yaml_3.11-3build1_amd64.deb ...
Unpacking python3-yaml (3.11-3build1) ...
Selecting previously unselected package python3-osm-common.
Preparing to unpack .../python3-osm-common_5.0.5+g1ae80e3.dirty-1_all.deb ...
Unpacking python3-osm-common (5.0.5+g1ae80e3.dirty-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.10.0-3_all.deb ...
Unpacking python3-six (1.10.0-3) ...
Selecting previously unselected package python3-osm-policy-module.
Preparing to unpack .../python3-osm-policy-module_5.0.5+g28d5e04.dirty-1_all.deb ...
Unpacking python3-osm-policy-module (5.0.5+g28d5e04.dirty-1) ...
Setting up libyaml-0-2:amd64 (0.1.6-3) ...
Setting up python3-crypto (2.6.1-6ubuntu0.16.04.3) ...
Setting up python3-jsonschema (2.5.1-4) ...
update-alternatives: using /usr/bin/python3-jsonschema to provide /usr/bin/jsonschema (jsonschema) in auto mode
Setting up python3-yaml (3.11-3build1) ...
Setting up python3-osm-common (5.0.5+g1ae80e3.dirty-1) ...
POST INSTALL OSM-COMMON
Installing python dependencies via pip...
Requirement already satisfied: pip==9.0.3 in /usr/local/lib/python3.5/dist-packages
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting aiokafka==0.4.*
  Downloading https://files.pythonhosted.org/packages/59/80/8a05a305592a35eac9d1a62af002556f0bf18972e60980410ed5c6fe452b/aiokafka-0.4.3.tar.gz (189kB)
[?25l
    5% |#                               | 10kB 483kB/s eta 0:00:01
    10% |###                             | 20kB 935kB/s eta 0:00:01
    16% |#####                           | 30kB 704kB/s eta 0:00:01
    21% |######                          | 40kB 913kB/s eta 0:00:01
    27% |########                        | 51kB 1.1MB/s eta 0:00:01
    32% |##########                      | 61kB 1.3MB/s eta 0:00:01
    37% |############                    | 71kB 1.1MB/s eta 0:00:01
    43% |#############                   | 81kB 1.2MB/s eta 0:00:01
    48% |###############                 | 92kB 1.4MB/s eta 0:00:01
    54% |#################               | 102kB 1.5MB/s eta 0:00:01
    59% |###################             | 112kB 2.2MB/s eta 0:00:01
    64% |####################            | 122kB 2.2MB/s eta 0:00:01
    70% |######################          | 133kB 2.3MB/s eta 0:00:01
    75% |########################        | 143kB 2.3MB/s eta 0:00:01
    81% |#########################       | 153kB 2.3MB/s eta 0:00:01
    86% |###########################     | 163kB 2.2MB/s eta 0:00:01
    91% |#############################   | 174kB 4.0MB/s eta 0:00:01
    97% |############################### | 184kB 4.1MB/s eta 0:00:01
    100% |################################| 194kB 2.6MB/s 
[?25hCollecting kafka-python==1.4.3 (from aiokafka==0.4.*)
  Downloading https://files.pythonhosted.org/packages/38/fa/a60848ca95fd06dd4b2e1f95b4c133237f68e1094245968e7c0046019152/kafka_python-1.4.3-py2.py3-none-any.whl (233kB)
[?25l
    4% |#                               | 10kB 31.1MB/s eta 0:00:01
    8% |##                              | 20kB 27.3MB/s eta 0:00:01
    13% |####                            | 30kB 31.7MB/s eta 0:00:01
    17% |#####                           | 40kB 30.4MB/s eta 0:00:01
    21% |#######                         | 51kB 2.3MB/s eta 0:00:01
    26% |########                        | 61kB 2.8MB/s eta 0:00:01
    30% |#########                       | 71kB 3.2MB/s eta 0:00:01
    35% |###########                     | 81kB 3.6MB/s eta 0:00:01
    39% |############                    | 92kB 4.0MB/s eta 0:00:01
    43% |##############                  | 102kB 4.3MB/s eta 0:00:01
    48% |###############                 | 112kB 4.3MB/s eta 0:00:01
    52% |################                | 122kB 2.4MB/s eta 0:00:01
    57% |##################              | 133kB 2.4MB/s eta 0:00:01
    61% |###################             | 143kB 2.4MB/s eta 0:00:01
    65% |#####################           | 153kB 4.4MB/s eta 0:00:01
    70% |######################          | 163kB 4.4MB/s eta 0:00:01
    74% |#######################         | 174kB 4.4MB/s eta 0:00:01
    79% |#########################       | 184kB 4.4MB/s eta 0:00:01
    83% |##########################      | 194kB 4.4MB/s eta 0:00:01
    87% |############################    | 204kB 4.5MB/s eta 0:00:01
    92% |#############################   | 215kB 4.5MB/s eta 0:00:01
    96% |##############################  | 225kB 33.8MB/s eta 0:00:01
    100% |################################| 235kB 5.3MB/s 
[?25hBuilding wheels for collected packages: aiokafka
  Running setup.py bdist_wheel for aiokafka ... [?25l- \ | / done
[?25h  Stored in directory: /root/.cache/pip/wheels/67/ab/8f/f1a294b0e42db780a64609421c58381f949e6ea6a1acc093f2
Successfully built aiokafka
Installing collected packages: kafka-python, aiokafka
Successfully installed aiokafka-0.4.3 kafka-python-1.4.3
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pymongo==3.7.*
  Downloading https://files.pythonhosted.org/packages/93/bf/d5234f8dc5eaae6d8391154f282dbefb7f82c2d8305af60cb5face86e880/pymongo-3.7.2-cp35-cp35m-manylinux1_x86_64.whl (408kB)
[?25l
    2% |                                | 10kB 491kB/s eta 0:00:01
    5% |#                               | 20kB 964kB/s eta 0:00:01
    7% |##                              | 30kB 709kB/s eta 0:00:01
    10% |###                             | 40kB 934kB/s eta 0:00:01
    12% |####                            | 51kB 1.2MB/s eta 0:00:01
    15% |####                            | 61kB 1.4MB/s eta 0:00:01
    17% |#####                           | 71kB 1.1MB/s eta 0:00:01
    20% |######                          | 81kB 1.2MB/s eta 0:00:01
    22% |#######                         | 92kB 1.3MB/s eta 0:00:01
    25% |########                        | 102kB 1.5MB/s eta 0:00:01
    27% |########                        | 112kB 2.1MB/s eta 0:00:01
    30% |#########                       | 122kB 2.1MB/s eta 0:00:01
    32% |##########                      | 133kB 1.5MB/s eta 0:00:01
    35% |###########                     | 143kB 1.5MB/s eta 0:00:01
    37% |############                    | 153kB 1.5MB/s eta 0:00:01
    40% |############                    | 163kB 1.5MB/s eta 0:00:01
    42% |#############                   | 174kB 2.2MB/s eta 0:00:01
    45% |##############                  | 184kB 2.2MB/s eta 0:00:01
    47% |###############                 | 194kB 2.2MB/s eta 0:00:01
    50% |################                | 204kB 2.2MB/s eta 0:00:01
    52% |################                | 215kB 2.2MB/s eta 0:00:01
    55% |#################               | 225kB 2.2MB/s eta 0:00:01
    57% |##################              | 235kB 17.3MB/s eta 0:00:01
    60% |###################             | 245kB 17.7MB/s eta 0:00:01
    62% |####################            | 256kB 19.5MB/s eta 0:00:01
    65% |####################            | 266kB 20.7MB/s eta 0:00:01
    67% |#####################           | 276kB 21.1MB/s eta 0:00:01
    70% |######################          | 286kB 23.0MB/s eta 0:00:01
    72% |#######################         | 296kB 23.1MB/s eta 0:00:01
    75% |########################        | 307kB 26.6MB/s eta 0:00:01
    77% |########################        | 317kB 28.8MB/s eta 0:00:01
    80% |#########################       | 327kB 5.3MB/s eta 0:00:01
    82% |##########################      | 337kB 5.4MB/s eta 0:00:01
    85% |###########################     | 348kB 5.5MB/s eta 0:00:01
    87% |############################    | 358kB 5.5MB/s eta 0:00:01
    90% |############################    | 368kB 5.5MB/s eta 0:00:01
    92% |#############################   | 378kB 5.4MB/s eta 0:00:01
    95% |##############################  | 389kB 5.5MB/s eta 0:00:01
    97% |############################### | 399kB 5.3MB/s eta 0:00:01
    100% |################################| 409kB 2.1MB/s 
[?25hInstalling collected packages: pymongo
Successfully installed pymongo-3.7.2
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting pyyaml==3.*
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
[?25l
    3% |#                               | 10kB 457kB/s eta 0:00:01
    7% |##                              | 20kB 885kB/s eta 0:00:01
    11% |###                             | 30kB 684kB/s eta 0:00:01
    15% |####                            | 40kB 887kB/s eta 0:00:01
    18% |######                          | 51kB 1.1MB/s eta 0:00:01
    22% |#######                         | 61kB 1.3MB/s eta 0:00:01
    26% |########                        | 71kB 1.1MB/s eta 0:00:01
    30% |#########                       | 81kB 1.2MB/s eta 0:00:01
    34% |##########                      | 92kB 1.3MB/s eta 0:00:01
    37% |############                    | 102kB 1.5MB/s eta 0:00:01
    41% |#############                   | 112kB 2.2MB/s eta 0:00:01
    45% |##############                  | 122kB 2.2MB/s eta 0:00:01
    49% |###############                 | 133kB 4.0MB/s eta 0:00:01
    52% |################                | 143kB 4.2MB/s eta 0:00:01
    56% |##################              | 153kB 2.3MB/s eta 0:00:01
    60% |###################             | 163kB 2.3MB/s eta 0:00:01
    64% |####################            | 174kB 4.4MB/s eta 0:00:01
    68% |#####################           | 184kB 4.3MB/s eta 0:00:01
    71% |#######################         | 194kB 4.4MB/s eta 0:00:01
    75% |########################        | 204kB 4.4MB/s eta 0:00:01
    79% |#########################       | 215kB 4.4MB/s eta 0:00:01
    83% |##########################      | 225kB 4.4MB/s eta 0:00:01
    87% |###########################     | 235kB 2.2MB/s eta 0:00:01
    90% |#############################   | 245kB 2.2MB/s eta 0:00:01
    94% |##############################  | 256kB 3.9MB/s eta 0:00:01
    98% |############################### | 266kB 3.8MB/s eta 0:00:01
    100% |################################| 276kB 2.2MB/s 
[?25hBuilding wheels for collected packages: pyyaml
  Running setup.py bdist_wheel for pyyaml ... [?25l- \ done
[?25h  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
Successfully built pyyaml
Installing collected packages: pyyaml
  Found existing installation: PyYAML 3.11
    DEPRECATION: Uninstalling a distutils installed project (pyyaml) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling PyYAML-3.11:
      Successfully uninstalled PyYAML-3.11
Successfully installed pyyaml-3.13
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied: pycrypto in /usr/lib/python3/dist-packages
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Setting up python3-six (1.10.0-3) ...
Setting up python3-osm-policy-module (5.0.5+g28d5e04.dirty-1) ...
Installing python dependencies via pip...
Requirement already satisfied: aiokafka==0.4.* in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: kafka-python==1.4.3 in /usr/local/lib/python3.5/dist-packages (from aiokafka==0.4.*)
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting peewee==3.1.*
  Downloading https://files.pythonhosted.org/packages/6d/aa/03f98c8552dc481137d6ccb43555dd59b77dfccbc551a8b6a452be49de62/peewee-3.1.7.tar.gz (587kB)
[?25l
    1% |                                | 10kB 475kB/s eta 0:00:02
    3% |#                               | 20kB 882kB/s eta 0:00:01
    5% |#                               | 30kB 695kB/s eta 0:00:01
    6% |##                              | 40kB 896kB/s eta 0:00:01
    8% |##                              | 51kB 1.1MB/s eta 0:00:01
    10% |###                             | 61kB 1.3MB/s eta 0:00:01
    12% |###                             | 71kB 1.1MB/s eta 0:00:01
    13% |####                            | 81kB 1.2MB/s eta 0:00:01
    15% |#####                           | 92kB 1.3MB/s eta 0:00:01
    17% |#####                           | 102kB 1.5MB/s eta 0:00:01
    19% |######                          | 112kB 2.1MB/s eta 0:00:01
    20% |######                          | 122kB 2.0MB/s eta 0:00:01
    22% |#######                         | 133kB 2.1MB/s eta 0:00:01
    24% |#######                         | 143kB 2.2MB/s eta 0:00:01
    26% |########                        | 153kB 2.2MB/s eta 0:00:01
    27% |########                        | 163kB 2.2MB/s eta 0:00:01
    29% |#########                       | 174kB 3.7MB/s eta 0:00:01
    31% |##########                      | 184kB 3.9MB/s eta 0:00:01
    33% |##########                      | 194kB 4.0MB/s eta 0:00:01
    34% |###########                     | 204kB 4.0MB/s eta 0:00:01
    36% |###########                     | 215kB 3.9MB/s eta 0:00:01
    38% |############                    | 225kB 4.7MB/s eta 0:00:01
    40% |############                    | 235kB 3.5MB/s eta 0:00:01
    41% |#############                   | 245kB 3.5MB/s eta 0:00:01
    43% |#############                   | 256kB 3.5MB/s eta 0:00:01
    45% |##############                  | 266kB 3.6MB/s eta 0:00:01
    47% |###############                 | 276kB 3.6MB/s eta 0:00:01
    48% |###############                 | 286kB 3.6MB/s eta 0:00:01
    50% |################                | 296kB 2.3MB/s eta 0:00:01
    52% |################                | 307kB 2.3MB/s eta 0:00:01
    54% |#################               | 317kB 2.3MB/s eta 0:00:01
    55% |#################               | 327kB 2.3MB/s eta 0:00:01
    57% |##################              | 337kB 5.3MB/s eta 0:00:01
    59% |##################              | 348kB 5.4MB/s eta 0:00:01
    61% |###################             | 358kB 5.4MB/s eta 0:00:01
    62% |####################            | 368kB 5.4MB/s eta 0:00:01
    64% |####################            | 378kB 5.3MB/s eta 0:00:01
    66% |#####################           | 389kB 5.4MB/s eta 0:00:01
    68% |#####################           | 399kB 21.3MB/s eta 0:00:01
    69% |######################          | 409kB 20.9MB/s eta 0:00:01
    71% |######################          | 419kB 21.0MB/s eta 0:00:01
    73% |#######################         | 430kB 21.1MB/s eta 0:00:01
    74% |#######################         | 440kB 21.1MB/s eta 0:00:01
    76% |########################        | 450kB 21.2MB/s eta 0:00:01
    78% |#########################       | 460kB 3.7MB/s eta 0:00:01
    80% |#########################       | 471kB 3.7MB/s eta 0:00:01
    81% |##########################      | 481kB 3.5MB/s eta 0:00:01
    83% |##########################      | 491kB 2.4MB/s eta 0:00:01
    85% |###########################     | 501kB 2.5MB/s eta 0:00:01
    87% |###########################     | 512kB 2.5MB/s eta 0:00:01
    88% |############################    | 522kB 2.5MB/s eta 0:00:01
    90% |#############################   | 532kB 2.5MB/s eta 0:00:01
    92% |#############################   | 542kB 2.5MB/s eta 0:00:01
    94% |##############################  | 552kB 2.5MB/s eta 0:00:01
    95% |##############################  | 563kB 5.7MB/s eta 0:00:01
    97% |############################### | 573kB 5.7MB/s eta 0:00:01
    99% |############################### | 583kB 6.4MB/s eta 0:00:01
    100% |################################| 593kB 2.4MB/s 
[?25hBuilding wheels for collected packages: peewee
  Running setup.py bdist_wheel for peewee ... [?25l- \ done
[?25h  Stored in directory: /root/.cache/pip/wheels/60/d2/75/adf14576a027a80c62fe969bd03b6013ddbbc1b559ec986712
Successfully built peewee
Installing collected packages: peewee
Successfully installed peewee-3.1.7
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting jsonschema==2.6.*
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Installing collected packages: jsonschema
  Found existing installation: jsonschema 2.5.1
    Uninstalling jsonschema-2.5.1:
      Successfully uninstalled jsonschema-2.5.1
Successfully installed jsonschema-2.6.0
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting six==1.11.*
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Installing collected packages: six
  Found existing installation: six 1.10.0
    Uninstalling six-1.10.0:
      Successfully uninstalled six-1.10.0
Successfully installed six-1.11.0
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied: pyyaml==3.* in /usr/local/lib/python3.5/dist-packages
You are using pip version 9.0.3, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installation of python dependencies finished
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Removing intermediate container 228469c8140f
 ---> 2080644f8a15
Step 15/22 : ENV OSMPOL_MESSAGE_DRIVER kafka
 ---> Running in 9b19994cc0e2
Removing intermediate container 9b19994cc0e2
 ---> ca03016ea3d1
Step 16/22 : ENV OSMPOL_MESSAGE_HOST kafka
 ---> Running in 5f468a9ba89e
Removing intermediate container 5f468a9ba89e
 ---> a2e92791df62
Step 17/22 : ENV OSMPOL_MESSAGE_PORT 9092
 ---> Running in c5600b7b55b2
Removing intermediate container c5600b7b55b2
 ---> 274e6d3e5512
Step 18/22 : ENV OSMPOL_DATABASE_DRIVER mongo
 ---> Running in 350588cca47f
Removing intermediate container 350588cca47f
 ---> 9e8ba0478485
Step 19/22 : ENV OSMPOL_DATABASE_URI mongodb://mongo:27017
 ---> Running in 921d03edec64
Removing intermediate container 921d03edec64
 ---> b326d2c4d0bc
Step 20/22 : ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db
 ---> Running in 80fb25b62547
Removing intermediate container 80fb25b62547
 ---> 9137d4e54a1f
Step 21/22 : ENV OSMPOL_LOG_LEVEL INFO
 ---> Running in 4ec94f1642a6
Removing intermediate container 4ec94f1642a6
 ---> 7a96bd85621f
Step 22/22 : CMD osm-policy-agent
 ---> Running in a42b685b56f8
Removing intermediate container a42b685b56f8
 ---> c1d582a7aa10
[Warning] One or more build-args [N2VC_VERSION NBI_VERSION OSMCLIENT_VERSION RO_VERSION DEVOPS_VERSION LCM_VERSION LWUI_VERSION MON_VERSION IM_VERSION] were not consumed
Successfully built c1d582a7aa10
Successfully tagged opensourcemano/pol:osm-v50-merge-12
docker build -t opensourcemano/keystone:osm-v50-merge-12 \
                   --build-arg RELEASE=release \
                   --build-arg REPOSITORY=unstable \
                   --build-arg REPOSITORY_KEY=pubkey.asc \
                   --build-arg REPOSITORY_BASE=http://172.17.0.4/ \
                   --build-arg MON_VERSION==5.0.5+g217286e.dirty-1 \
                   --build-arg IM_VERSION==5.0.5+gd75b38f.dirty-1 \
                   --build-arg RO_VERSION==5.0.5-1 \
                   --build-arg LCM_VERSION==5.0.5+gf609c16.dirty-1 \
                   --build-arg COMMON_VERSION==5.0.5+g1ae80e3.dirty-1 \
                   --build-arg OSMCLIENT_VERSION==5.0.5+gec260c4.dirty-1 \
                   --build-arg NBI_VERSION==5.0.5+gf876545.dirty-1 \
                   --build-arg POL_VERSION==5.0.5+g28d5e04.dirty-1 \
                   --build-arg DEVOPS_VERSION==5.0.5-1 \
                   --build-arg N2VC_VERSION==5.0.5+gbfedfd4.dirty-1 \
                   --build-arg LWUI_VERSION==5.0.2.post9-1 \
                    .
Sending build context to Docker daemon  8.192kB

Step 1/14 : FROM ubuntu:16.04
 ---> 7e87e2b3bf7a
Step 2/14 : LABEL Maintainer="esousa@whitestack.com"       Description="Openstack Keystone Instance"       Version="1.0"       Author="Eduardo Sousa"
 ---> Using cache
 ---> b89e1e743480
Step 3/14 : EXPOSE 5000
 ---> Using cache
 ---> 5a74842ce847
Step 4/14 : WORKDIR /keystone
 ---> Using cache
 ---> 1527fdc344ec
Step 5/14 : COPY scripts/start.sh /keystone/start.sh
 ---> Using cache
 ---> c9dbf2e09a05
Step 6/14 : RUN apt-get update &&     apt-get upgrade -y &&     apt-get autoremove -y &&     apt-get install -y software-properties-common &&     add-apt-repository -y cloud-archive:queens &&     apt-get update && apt dist-upgrade -y &&     apt-get install -y python-openstackclient keystone apache2 libapache2-mod-wsgi net-tools mysql-client &&     rm -rf /var/lib/apt/lists/* &&     chmod +x start.sh
 ---> Using cache
 ---> ba63f010d7d4
Step 7/14 : ENV DB_HOST                 keystone-db
 ---> Using cache
 ---> 28d5494b20ae
Step 8/14 : ENV DB_PORT                 3306
 ---> Using cache
 ---> 02b5fbd32cdc
Step 9/14 : ENV ROOT_DB_USER            root
 ---> Using cache
 ---> 93242a220cd7
Step 10/14 : ENV ROOT_DB_PASSWORD        admin
 ---> Using cache
 ---> aefdf74bbe7c
Step 11/14 : ENV KEYSTONE_DB_PASSWORD    admin
 ---> Using cache
 ---> e87119d0b6b4
Step 12/14 : ENV ADMIN_PASSWORD          admin
 ---> Using cache
 ---> 5053785c4d2e
Step 13/14 : ENV NBI_PASSWORD            nbi
 ---> Using cache
 ---> 8d817f5ce6c9
Step 14/14 : ENTRYPOINT ./start.sh
 ---> Using cache
 ---> 4ecce6597521
[Warning] One or more build-args [RO_VERSION COMMON_VERSION N2VC_VERSION NBI_VERSION REPOSITORY_KEY DEVOPS_VERSION LCM_VERSION POL_VERSION MON_VERSION OSMCLIENT_VERSION RELEASE IM_VERSION LWUI_VERSION REPOSITORY REPOSITORY_BASE] were not consumed
Successfully built 4ecce6597521
Successfully tagged opensourcemano/keystone:osm-v50-merge-12
make: Leaving directory '/tmp/tmp.RfEB518W8Y/usr/share/osm-devops/docker'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install)
[Pipeline] sh
[osm-devops] Running shell script
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
+ installers/full_install_osm.sh -y -s osm-v50-merge-12 --test --nolxd --nodocker --nojuju --nohostports --nohostclient --nodockerbuild -t osm-v50-merge-12 -w /tmp/osm -r unstable http://172.17.0.4/ -k pubkey.asc -R release
Checking required packages: git jq wget curl tar

Using local devops repo for OSM installation
##  Mon Feb  4 06:32:15 CET 2019 source: logging sourced
##  Mon Feb  4 06:32:15 CET 2019 source: config sourced
##  Mon Feb  4 06:32:15 CET 2019 source: container sourced
##  Mon Feb  4 06:32:15 CET 2019 source: git_functions sourced
Installing lightweight build of OSM
Creating Juju controller "osm-v50-merge-12" on localhost/localhost
Looking for packaged Juju agent version 2.5.0 for amd64
To configure your system to better support LXD containers, please see: https://github.com/lxc/lxd/blob/master/doc/production-setup.md
Launching controller instance(s) on localhost/localhost...
 - acquiring LXD image
                      
 - Creating container
 - Container started
                      
 - juju-02f696-0 (arch=amd64)          
Installing Juju agent on bootstrap instance
Fetching Juju GUI 2.14.0
Waiting for address
Attempting to connect to 10.168.11.206:22
Connected to 10.168.11.206
Running machine configuration script...
Bootstrap agent now started
Contacting Juju controller at 10.168.11.206 to verify accessibility...
Bootstrap complete, "osm-v50-merge-12" controller now available
Controller machines are in the "controller" model
Initial model "default" added
Generating docker env files
OSMLCM_DATABASE_COMMONKEY=7QUjh8pnt1l6lmtpYtUYaxlsbyAgp4Pg
OSMLCM_VCA_HOST=10.168.11.206
OSMLCM_VCA_SECRET=d19dcb6835603d34edcd01303bdce67a
MYSQL_ROOT_PASSWORD=kRyQLS4vMeuu3cJ3Bj5jPfnjSCLI6I28
RO_DB_ROOT_PASSWORD=kRyQLS4vMeuu3cJ3Bj5jPfnjSCLI6I28
MYSQL_ROOT_PASSWORD=EiJwhsBB9HiNk664M3mfOOTDtgrO5MWf
ROOT_DB_PASSWORD=EiJwhsBB9HiNk664M3mfOOTDtgrO5MWf
KEYSTONE_DB_PASSWORD=dgYB6elBCDTQakdEHOqOGd1MAAkw0JPe
NBI_PASSWORD=y14EtmNttjGqeiTNjFDiggy2YYVugHxa
OSMNBI_AUTHENTICATION_SERVICE_PASSWORD=y14EtmNttjGqeiTNjFDiggy2YYVugHxa
OSMNBI_DATABASE_COMMONKEY=7QUjh8pnt1l6lmtpYtUYaxlsbyAgp4Pg
OSMMON_DATABASE_COMMONKEY=7QUjh8pnt1l6lmtpYtUYaxlsbyAgp4Pg
OS_NOTIFIER_URI=http://172.21.1.7:8662
OSMMON_VCA_HOST=10.168.11.206
OSMMON_VCA_SECRET=d19dcb6835603d34edcd01303bdce67a
Finished generation of docker env files
Generating config and log folders
Finished generation of config and log folders
nothing found in stack: osm-v50-merge-12
creating network
5xe7ry95u9ckioziuhejqf4zk
creating network DONE
Deploying lightweight build
export OSM_NBI_PORTS=9999 OSM_RO_PORTS=9090 OSM_KEYSTONE_PORTS=5000 OSM_UI_PORTS=80 OSM_MON_PORTS=8662 OSM_PROM_PORTS=9090
export OSM_NETWORK=netosm-v50-merge-12
export TAG=osm-v50-merge-12
export DOCKER_USER=opensourcemano
export KAFKA_TAG=2.11-1.0.2
export PROMETHEUS_TAG=v2.4.3
export KEYSTONEDB_TAG=10
/tmp/osm/stack/osm-v50-merge-12 /tmp/tmp.RfEB518W8Y/usr/share/osm-devops
Creating service osm-v50-merge-12_zookeeper
Creating service osm-v50-merge-12_keystone
Creating service osm-v50-merge-12_kafka
Creating service osm-v50-merge-12_keystone-db
Creating service osm-v50-merge-12_prometheus
Creating service osm-v50-merge-12_lcm
Creating service osm-v50-merge-12_pol
Creating service osm-v50-merge-12_light-ui
Creating service osm-v50-merge-12_mongo
Creating service osm-v50-merge-12_ro
Creating service osm-v50-merge-12_mon
Creating service osm-v50-merge-12_ro-db
Creating service osm-v50-merge-12_nbi
/tmp/tmp.RfEB518W8Y/usr/share/osm-devops
Finished deployment of lightweight build
docker run -ti --network netosm-v50-merge-12 opensourcemano/osmclient:osm-v50-merge-12
osmclient sidecar container can be found at: /tmp/osm/stack/osm-v50-merge-12/osm

DONE
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (OSM Health)
[Pipeline] sh
[osm-devops] Running shell script
+ installers/osm_health.sh -s osm-v50-merge-12
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Smoke)
[Pipeline] sh
[osm-devops] Running shell script
+ mktemp -d
[Pipeline] sh
[osm-devops] Running shell script
+ touch /tmp/tmp.xuaukzvS5l/env
[Pipeline] sh
[osm-devops] Running shell script
+ docker run --network netosm-v50-merge-12 --env-file /tmp/tmp.xuaukzvS5l/env -v /tmp/tmp.xuaukzvS5l:/usr/share/osm-devops/systest/reports opensourcemano/osmclient:osm-v50-merge-12 make -C /usr/share/osm-devops/systest smoke
make: Entering directory '/usr/share/osm-devops/systest'
make -C /usr/share/osm-devops//descriptor-packages/vnfd/cirros_vnf
make[1]: Entering directory '/usr/share/osm-devops/descriptor-packages/vnfd/cirros_vnf'
building cirros_vnf build
make[1]: Leaving directory '/usr/share/osm-devops/descriptor-packages/vnfd/cirros_vnf'
make -C /usr/share/osm-devops//descriptor-packages/nsd/cirros_ns
make[1]: Entering directory '/usr/share/osm-devops/descriptor-packages/nsd/cirros_ns'
building cirros_ns build
make[1]: Leaving directory '/usr/share/osm-devops/descriptor-packages/nsd/cirros_ns'
make[1]: Entering directory '/usr/share/osm-devops/systest'
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-4.1.1, py-1.7.0, pluggy-0.8.1
rootdir: /usr/share/osm-devops, inifile:
collected 11 items / 5 deselected

testcases/smoke/test_smoke.py .....                                      [ 83%]
testcases/vim/test_vim.py .                                              [100%]

-- generated xml file: /usr/share/osm-devops/systest/reports/pytest-smoke.xml --
==================== 6 passed, 5 deselected in 5.85 seconds ====================
make[1]: Leaving directory '/usr/share/osm-devops/systest'
make: Leaving directory '/usr/share/osm-devops/systest'
[Pipeline] sh
[osm-devops] Running shell script
+ cp /tmp/tmp.xuaukzvS5l/env /tmp/tmp.xuaukzvS5l/pytest-smoke.xml .
[Pipeline] step
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (stage_4)
[Pipeline] sh
[osm-devops] Running shell script
+ mktemp -d
[Pipeline] sh
[osm-devops] Running shell script
+ docker run --network netosm-v50-merge-12 --env-file /home/jenkins/hive/openstack-whitestack.rc -v /tmp/tmp.tYfknhYeRm:/usr/share/osm-devops/systest/reports opensourcemano/osmclient:osm-v50-merge-12 make -C /usr/share/osm-devops/systest openstack_stage_4
make: Entering directory '/usr/share/osm-devops/systest'
make -C /usr/share/osm-devops//descriptor-packages/vnfd/cirros_vnf
make[1]: Entering directory '/usr/share/osm-devops/descriptor-packages/vnfd/cirros_vnf'
building cirros_vnf build
make[1]: Leaving directory '/usr/share/osm-devops/descriptor-packages/vnfd/cirros_vnf'
make -C /usr/share/osm-devops//descriptor-packages/nsd/cirros_ns
make[1]: Entering directory '/usr/share/osm-devops/descriptor-packages/nsd/cirros_ns'
building cirros_ns build
make[1]: Leaving directory '/usr/share/osm-devops/descriptor-packages/nsd/cirros_ns'
+------------------+------------------------------------------------------+
| Field            | Value                                                |
+------------------+------------------------------------------------------+
| checksum         | f8ab98ff5e73ebab884d80c9dc9c7290                     |
| container_format | bare                                                 |
| created_at       | 2019-02-03T10:47:57Z                                 |
| disk_format      | raw                                                  |
| file             | /v2/images/e8391f2f-b4bc-4f2f-a446-efba1a352f9f/file |
| id               | e8391f2f-b4bc-4f2f-a446-efba1a352f9f                 |
| min_disk         | 0                                                    |
| min_ram          | 0                                                    |
| name             | cirros-0.3.5-x86_64-disk.img                         |
| owner            | 4d1842c4fb8546d68092d4cdbdce7c1b                     |
| protected        | False                                                |
| schema           | /v2/schemas/image                                    |
| size             | 13267968                                             |
| status           | active                                               |
| tags             |                                                      |
| updated_at       | 2019-02-03T10:48:34Z                                 |
| virtual_size     | None                                                 |
| visibility       | shared                                               |
+------------------+------------------------------------------------------+
make[1]: Entering directory '/usr/share/osm-devops/systest'
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-4.1.1, py-1.7.0, pluggy-0.8.1
rootdir: /usr/share/osm-devops, inifile:
collected 11 items / 10 deselected

testcases/vnfs/test_vnfs.py .                                            [100%]

- generated xml file: /usr/share/osm-devops/systest/reports/pytest-cirros.xml --
=================== 1 passed, 10 deselected in 75.24 seconds ===================
make[1]: Leaving directory '/usr/share/osm-devops/systest'
make: Leaving directory '/usr/share/osm-devops/systest'
[Pipeline] sh
[osm-devops] Running shell script
+ cp /tmp/tmp.tYfknhYeRm/pytest-cirros.xml .
[Pipeline] step
Recording test results
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
[Pipeline] sh
[osm-devops] Running shell script
+ echo osm-v50-merge-12
[Pipeline] step
Archiving artifacts
Recording fingerprints
[Pipeline] dir
Running in /home/jenkins/workspace/osm-stage_3-merge_v5.0-O6MNUC5HJDSHVFAH45CMJ43JOPCGDYNQL3CEUNADRFF7RPZBTCWQ/repo/release
[Pipeline] {
[Pipeline] getArtifactoryServer
[Pipeline] artifactoryUpload
For pattern: dists/*.gz 12 artifacts were found.
For pattern: dists/*Packages 12 artifacts were found.
For pattern: pool/*/*.deb 15 artifacts were found.
For pattern: changelog/* 13 artifacts were found.
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-osm.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/LW-UI/osm-lightui_5.0.2.post9-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-LCM.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/N2VC/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/MON/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/devops/osm-devops_5.0.5-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/osmclient/python-osmclient_5.0.5+gec260c4.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-devops.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/IM/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/IM/osm-imdocs_5.0.5-gd75b38f_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/N2VC/python3-n2vc_5.0.5+gbfedfd4.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/LCM/python3-osm-lcm_5.0.5+gf609c16.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/osmclient/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/POL/python3-osm-policy-module_5.0.5+g28d5e04.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/openvim/python-osm-openvim_5.0.5-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/osmclient/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/MON/python3-osm-mon_5.0.5+g217286e.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/NBI/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/openvim/python-lib-osm-openvim_5.0.5-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/common/python3-osm-common_5.0.5+g1ae80e3.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-LW-UI.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/IM/python3-osm-im_5.0.5+gd75b38f.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/NBI/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/LCM/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-openvim.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/devops/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/NBI/python3-osm-nbi_5.0.5+gf876545.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/MON/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/LW-UI/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/IM/python-osm-im_5.0.5+gd75b38f.dirty-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/LCM/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/openvim/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-MON.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/RO/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/POL/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/LW-UI/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/common/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-common.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/POL/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/IM/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-osmclient.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/devops/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/openvim/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-IM.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/pool/RO/python-osm-ro_5.0.5-1_all.deb
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-POL.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/N2VC/binary-amd64/Packages.gz
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/common/binary-amd64/Packages
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-NBI.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-RO.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/changelog/changelog-N2VC.html
Deploying artifact: http://osm1.etsi.org:8081/artifactory/osm-release/v5.0/12/dists/unstable/RO/binary-amd64/Packages.gz
[Pipeline] publishBuildInfo
Deploying build info to: http://osm1.etsi.org:8081/artifactory/api/build
Deploying build descriptor to: http://osm1.etsi.org:8081/artifactory/api/build
Build successfully deployed. Browse it in Artifactory under http://osm1.etsi.org:8081/artifactory/webapp/builds/osm-stage_3-merge%20::%20v5.0/12
[Pipeline] sh
[release] Running shell script
+ env
[Pipeline] step
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (Docker Push)
[Pipeline] sh
[osm-devops] Running shell script
+ make -C docker push INPUT_TAG=osm-v50-merge-12 TAG=v5.0.5
make: Entering directory '/tmp/tmp.RfEB518W8Y/usr/share/osm-devops/docker'
docker tag opensourcemano/mon:osm-v50-merge-12 opensourcemano/mon:v5.0.5
docker push opensourcemano/mon:v5.0.5
The push refers to repository [docker.io/opensourcemano/mon]
567eac0deeea: Preparing
02a9c9d98074: Preparing
a7c9681d03ec: Preparing
64dec0f9f0c8: Preparing
7d839eb2b9ab: Preparing
57349b27fea4: Preparing
26b4e2809d7d: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
26b4e2809d7d: Waiting
68dda0c9a8cd: Waiting
f67191ae09b8: Waiting
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
57349b27fea4: Waiting
7d839eb2b9ab: Layer already exists
a7c9681d03ec: Layer already exists
64dec0f9f0c8: Layer already exists
68dda0c9a8cd: Layer already exists
26b4e2809d7d: Layer already exists
57349b27fea4: Layer already exists
0de2edf7bff4: Layer already exists
b2fd8b4c3da7: Layer already exists
f67191ae09b8: Layer already exists
567eac0deeea: Pushed
02a9c9d98074: Pushed
v5.0.5: digest: sha256:8faa55806de325706122b8bc8b45572758be56d372461340cc337e6ec20b70f8 size: 2626
docker tag opensourcemano/nbi:osm-v50-merge-12 opensourcemano/nbi:v5.0.5
docker push opensourcemano/nbi:v5.0.5
The push refers to repository [docker.io/opensourcemano/nbi]
47769a34fd0e: Preparing
e751e5eb6e5f: Preparing
a1e2aff26890: Preparing
ad3c5ec73ed1: Preparing
79530cc6a520: Preparing
2664b7f94900: Preparing
5fa0a2278c53: Preparing
186f510bc684: Preparing
2d46e96b4f71: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
186f510bc684: Waiting
2d46e96b4f71: Waiting
68dda0c9a8cd: Waiting
2664b7f94900: Waiting
5fa0a2278c53: Waiting
f67191ae09b8: Waiting
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
47769a34fd0e: Pushed
ad3c5ec73ed1: Pushed
e751e5eb6e5f: Pushed
a1e2aff26890: Pushed
5fa0a2278c53: Layer already exists
2664b7f94900: Layer already exists
186f510bc684: Layer already exists
2d46e96b4f71: Layer already exists
68dda0c9a8cd: Layer already exists
0de2edf7bff4: Layer already exists
b2fd8b4c3da7: Layer already exists
f67191ae09b8: Layer already exists
79530cc6a520: Pushed
v5.0.5: digest: sha256:35bdcbab764ea6923d77258baac11966bd6626ed97d3d878c89ef624c3fe8a20 size: 3039
docker tag opensourcemano/osmclient:osm-v50-merge-12 opensourcemano/osmclient:v5.0.5
docker push opensourcemano/osmclient:v5.0.5
The push refers to repository [docker.io/opensourcemano/osmclient]
7245d31ccc47: Preparing
1f528fe6add1: Preparing
a6a0e55b71a4: Preparing
a8d20bd9ea01: Preparing
fcc930c7f421: Preparing
f076e86c2fa7: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
f076e86c2fa7: Waiting
b2fd8b4c3da7: Waiting
68dda0c9a8cd: Waiting
0de2edf7bff4: Waiting
f67191ae09b8: Waiting
a8d20bd9ea01: Layer already exists
fcc930c7f421: Layer already exists
a6a0e55b71a4: Layer already exists
1f528fe6add1: Layer already exists
f076e86c2fa7: Layer already exists
f67191ae09b8: Layer already exists
68dda0c9a8cd: Layer already exists
b2fd8b4c3da7: Layer already exists
0de2edf7bff4: Layer already exists
7245d31ccc47: Pushed
v5.0.5: digest: sha256:0c9f6e2e2a9ac82bb3b64081f9881e8798c25bed058a512a51d35650ef33ea8b size: 2417
docker tag opensourcemano/ro:osm-v50-merge-12 opensourcemano/ro:v5.0.5
docker push opensourcemano/ro:v5.0.5
The push refers to repository [docker.io/opensourcemano/ro]
67aa9e76af9e: Preparing
264899c33e34: Preparing
b37b784e2e6b: Preparing
d7dfa14bfbd0: Preparing
b7262143d774: Preparing
6d09ed1444e2: Preparing
3fdc1ac5a415: Preparing
1e27fc989799: Preparing
404affe11067: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
6d09ed1444e2: Waiting
3fdc1ac5a415: Waiting
1e27fc989799: Waiting
404affe11067: Waiting
68dda0c9a8cd: Waiting
f67191ae09b8: Waiting
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
d7dfa14bfbd0: Layer already exists
b7262143d774: Layer already exists
6d09ed1444e2: Layer already exists
3fdc1ac5a415: Layer already exists
1e27fc989799: Layer already exists
404affe11067: Layer already exists
68dda0c9a8cd: Layer already exists
f67191ae09b8: Layer already exists
67aa9e76af9e: Pushed
0de2edf7bff4: Layer already exists
b2fd8b4c3da7: Layer already exists
264899c33e34: Pushed
b37b784e2e6b: Pushed
v5.0.5: digest: sha256:f060b82977b0a34c967110ad1386b9cf75adc6f05f3eb03bee12882806451a4f size: 3045
docker tag opensourcemano/lcm:osm-v50-merge-12 opensourcemano/lcm:v5.0.5
docker push opensourcemano/lcm:v5.0.5
The push refers to repository [docker.io/opensourcemano/lcm]
49ac7d617a7f: Preparing
1f1d62873677: Preparing
49f5030e4e99: Preparing
88860fa80076: Preparing
e6e0cc393594: Preparing
e8fd69d524bb: Preparing
434d2a00945e: Preparing
af8a8223b3af: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
af8a8223b3af: Waiting
68dda0c9a8cd: Waiting
f67191ae09b8: Waiting
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
e8fd69d524bb: Waiting
434d2a00945e: Waiting
e6e0cc393594: Layer already exists
88860fa80076: Layer already exists
1f1d62873677: Layer already exists
49f5030e4e99: Layer already exists
68dda0c9a8cd: Layer already exists
af8a8223b3af: Layer already exists
e8fd69d524bb: Layer already exists
434d2a00945e: Layer already exists
f67191ae09b8: Layer already exists
0de2edf7bff4: Layer already exists
b2fd8b4c3da7: Layer already exists
49ac7d617a7f: Pushed
v5.0.5: digest: sha256:07bbef274d8844a508d23a7d0c8782d09755790e89291fbe9e34c08d962d51c2 size: 2833
docker tag opensourcemano/light-ui:osm-v50-merge-12 opensourcemano/light-ui:v5.0.5
docker push opensourcemano/light-ui:v5.0.5
The push refers to repository [docker.io/opensourcemano/light-ui]
d7a1f3679349: Preparing
6b84ac4e4283: Preparing
f413f09c94f0: Preparing
9e5f69385a98: Preparing
2c4becec3355: Preparing
672305c2e445: Preparing
45023e1c6f66: Preparing
285d81936e2e: Preparing
8bb5ea8912cb: Preparing
a4fd9e78c914: Preparing
2c250a804532: Preparing
976063e6ae48: Preparing
9ef25ffce533: Preparing
2ef2f65f6887: Preparing
6bbb53ca550a: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
285d81936e2e: Waiting
8bb5ea8912cb: Waiting
a4fd9e78c914: Waiting
2c250a804532: Waiting
976063e6ae48: Waiting
f67191ae09b8: Waiting
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
9ef25ffce533: Waiting
2ef2f65f6887: Waiting
6bbb53ca550a: Waiting
68dda0c9a8cd: Waiting
672305c2e445: Waiting
45023e1c6f66: Waiting
9e5f69385a98: Pushed
6b84ac4e4283: Pushed
2c4becec3355: Pushed
d7a1f3679349: Pushed
f413f09c94f0: Pushed
672305c2e445: Pushed
a4fd9e78c914: Pushed
8bb5ea8912cb: Pushed
976063e6ae48: Layer already exists
9ef25ffce533: Layer already exists
2ef2f65f6887: Layer already exists
6bbb53ca550a: Layer already exists
68dda0c9a8cd: Layer already exists
f67191ae09b8: Layer already exists
45023e1c6f66: Pushed
2c250a804532: Pushed
b2fd8b4c3da7: Layer already exists
0de2edf7bff4: Layer already exists
285d81936e2e: Pushed
v5.0.5: digest: sha256:40b5de1031cdeb59db09f51145bdbb2b71779aafa99960e0fec1cb4a871d848a size: 4294
docker tag opensourcemano/pol:osm-v50-merge-12 opensourcemano/pol:v5.0.5
docker push opensourcemano/pol:v5.0.5
The push refers to repository [docker.io/opensourcemano/pol]
bed184cb7474: Preparing
e511648436c0: Preparing
fe0c8385f913: Preparing
cdcc237f3006: Preparing
f501001218a6: Preparing
18d94b6c74ce: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
68dda0c9a8cd: Waiting
f67191ae09b8: Waiting
0de2edf7bff4: Waiting
b2fd8b4c3da7: Waiting
18d94b6c74ce: Waiting
e511648436c0: Layer already exists
fe0c8385f913: Layer already exists
f501001218a6: Layer already exists
cdcc237f3006: Layer already exists
68dda0c9a8cd: Layer already exists
18d94b6c74ce: Layer already exists
b2fd8b4c3da7: Layer already exists
f67191ae09b8: Layer already exists
0de2edf7bff4: Layer already exists
bed184cb7474: Pushed
v5.0.5: digest: sha256:581611fc05adc332b88136ae1abada5d6e2a536da1f7aedc990901aaa5cefa5c size: 2417
docker tag opensourcemano/keystone:osm-v50-merge-12 opensourcemano/keystone:v5.0.5
docker push opensourcemano/keystone:v5.0.5
The push refers to repository [docker.io/opensourcemano/keystone]
16c6c52a4a8f: Preparing
5148bd4ba696: Preparing
ae143a7589a3: Preparing
68dda0c9a8cd: Preparing
f67191ae09b8: Preparing
b2fd8b4c3da7: Preparing
0de2edf7bff4: Preparing
b2fd8b4c3da7: Waiting
0de2edf7bff4: Waiting
5148bd4ba696: Layer already exists
68dda0c9a8cd: Layer already exists
f67191ae09b8: Layer already exists
16c6c52a4a8f: Layer already exists
ae143a7589a3: Layer already exists
0de2edf7bff4: Layer already exists
b2fd8b4c3da7: Layer already exists
v5.0.5: digest: sha256:dff68aa412a7d88a87bfc427ff42679ec36e7f64d265b4049fbf7ce00d2c8b1a size: 1777
make: Leaving directory '/tmp/tmp.RfEB518W8Y/usr/share/osm-devops/docker'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
[osm-devops] Running shell script
+ docker stop osm-v50-merge-12-apache
osm-v50-merge-12-apache
[Pipeline] sh
[osm-devops] Running shell script
+ docker rm osm-v50-merge-12-apache
osm-v50-merge-12-apache
[Pipeline] sh
[osm-devops] Running shell script
+ export OSM_USE_LOCAL_DEVOPS=true
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
+ installers/full_install_osm.sh -y -w /tmp/osm -t osm-v50-merge-12 -s osm-v50-merge-12 --test --nolxd --nodocker --nojuju --nohostports --nohostclient --uninstall
Checking required packages: git jq wget curl tar

Using local devops repo for OSM installation
##  Mon Feb  4 06:42:09 CET 2019 source: logging sourced
##  Mon Feb  4 06:42:09 CET 2019 source: config sourced
##  Mon Feb  4 06:42:09 CET 2019 source: container sourced
##  Mon Feb  4 06:42:09 CET 2019 source: git_functions sourced

Uninstalling OSM
ID                  NAME                             IMAGE                                      NODE                DESIRED STATE       CURRENT STATE           ERROR                              PORTS
tiqhbtlj8hi9        osm-v50-merge-12_lcm.1           opensourcemano/lcm:osm-v50-merge-12        osm4                Running             Running 4 minutes ago                                      
kwn4n84grggu        osm-v50-merge-12_mon.1           opensourcemano/mon:osm-v50-merge-12        osm4                Running             Running 6 minutes ago                                      
nz600t6m2rhe        osm-v50-merge-12_lcm.1           opensourcemano/lcm:osm-v50-merge-12        osm4                Shutdown            Failed 6 minutes ago    "task: non-zero exit (1)"          
tb02bzpp9hcz         \_ osm-v50-merge-12_lcm.1       opensourcemano/lcm:osm-v50-merge-12        osm4                Shutdown            Failed 7 minutes ago    "task: non-zero exit (1)"          
60acnnmat2ic        osm-v50-merge-12_pol.1           opensourcemano/pol:osm-v50-merge-12        osm4                Running             Running 7 minutes ago                                      
vmhgh36fwiqj        osm-v50-merge-12_lcm.1           opensourcemano/lcm:osm-v50-merge-12        osm4                Shutdown            Failed 7 minutes ago    "task: non-zero exit (1)"          
2ifjvgiwtuze        osm-v50-merge-12_pol.1           opensourcemano/pol:osm-v50-merge-12        osm4                Shutdown            Failed 7 minutes ago    "task: non-zero exit (1)"          
cvfvwpqnrnac        osm-v50-merge-12_nbi.1           opensourcemano/nbi:osm-v50-merge-12        osm4                Running             Running 7 minutes ago                                      
bqmfvxr1gu9x        osm-v50-merge-12_ro-db.1         mysql:5                                    osm4                Running             Running 8 minutes ago                                      
tyv0fsmv8o62        osm-v50-merge-12_mon.1           opensourcemano/mon:osm-v50-merge-12        osm4                Shutdown            Failed 6 minutes ago    "task: non-zero exit (137): do…"   
vco6xbvuaq20        osm-v50-merge-12_ro.1            opensourcemano/ro:osm-v50-merge-12         osm4                Running             Running 7 minutes ago                                      
dgqu47bsjhhm        osm-v50-merge-12_mongo.1         mongo:latest                               osm4                Running             Running 8 minutes ago                                      
20nmpax6b310        osm-v50-merge-12_light-ui.1      opensourcemano/light-ui:osm-v50-merge-12   osm4                Running             Running 8 minutes ago                                      
v5v6b2qmu7ql        osm-v50-merge-12_pol.1           opensourcemano/pol:osm-v50-merge-12        osm4                Shutdown            Failed 8 minutes ago    "task: non-zero exit (1)"          
igdn9lmbbso7        osm-v50-merge-12_lcm.1           opensourcemano/lcm:osm-v50-merge-12        osm4                Shutdown            Failed 8 minutes ago    "task: non-zero exit (1)"          
rls7jbi7hb8s        osm-v50-merge-12_prometheus.1    prom/prometheus:v2.4.3                     osm4                Running             Running 8 minutes ago                                      
g928ivy2t2ou        osm-v50-merge-12_keystone-db.1   mariadb:10                                 osm4                Running             Running 8 minutes ago                                      
gstu05lv0xye        osm-v50-merge-12_kafka.1         wurstmeister/kafka:2.11-1.0.2              osm4                Running             Running 8 minutes ago                                      
wg5097owku2q        osm-v50-merge-12_keystone.1      opensourcemano/keystone:osm-v50-merge-12   osm4                Running             Running 8 minutes ago                                      
ka8fr8b5p3wv        osm-v50-merge-12_zookeeper.1     wurstmeister/zookeeper:latest              osm4                Running             Running 8 minutes ago                                      

Removing stack osm-v50-merge-12
Removing service osm-v50-merge-12_kafka
Removing service osm-v50-merge-12_keystone
Removing service osm-v50-merge-12_keystone-db
Removing service osm-v50-merge-12_lcm
Removing service osm-v50-merge-12_light-ui
Removing service osm-v50-merge-12_mon
Removing service osm-v50-merge-12_mongo
Removing service osm-v50-merge-12_nbi
Removing service osm-v50-merge-12_pol
Removing service osm-v50-merge-12_prometheus
Removing service osm-v50-merge-12_ro
Removing service osm-v50-merge-12_ro-db
Removing service osm-v50-merge-12_zookeeper
nothing found in stack: osm-v50-merge-12
All dockers of the stack osm-v50-merge-12 were removed
nothing found in stack: osm_elk
nothing found in stack: osm_metrics
Now osm docker images and volumes will be deleted
Untagged: opensourcemano/ro:osm-v50-merge-12
Untagged: opensourcemano/lcm:osm-v50-merge-12
Untagged: opensourcemano/light-ui:osm-v50-merge-12
Untagged: opensourcemano/keystone:osm-v50-merge-12
Untagged: opensourcemano/nbi:osm-v50-merge-12
Untagged: opensourcemano/mon:osm-v50-merge-12
Untagged: opensourcemano/pol:osm-v50-merge-12
Untagged: opensourcemano/osmclient:osm-v50-merge-12
osm-v50-merge-12_mongo_db
osm-v50-merge-12_mon_db
osm-v50-merge-12_osm_packages
osm-v50-merge-12_ro_db
netosm-v50-merge-12
Removing /etc/osm/docker
Destroying controller
ERROR cannot destroy controller "osm-v50-merge-12"

The controller has live hosted models. If you want
to destroy all hosted models in the controller,
run this command again with the --destroy-all-models
option.

Models:
	admin/default (alive)

Some docker images will be kept in case they are used by other docker stacks
To remove them, just run 'docker image prune' in a terminal

DONE
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS