SuccessConsole Output

11:41:48 Started by GitLab push by Elian Kraja
11:41:48 Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/playground/robot-api-conf-hive-tap-tt
11:41:48 [WS-CLEANUP] Deleting project workspace...
11:41:48 [WS-CLEANUP] Deferred wipeout is used...
11:41:48 [WS-CLEANUP] Done
11:41:48 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
11:41:48 Cloning the remote Git repository
11:41:48 Cloning repository git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git
11:41:48  > git init /home/jenkins/workspace/playground/robot-api-conf-hive-tap-tt # timeout=10
11:41:48 Fetching upstream changes from git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git
11:41:48  > git --version # timeout=10
11:41:48 using GIT_SSH to set credentials 
11:41:48  > git fetch --tags --progress git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git +refs/heads/*:refs/remotes/origin/*
11:41:49  > git config remote.origin.url git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git # timeout=10
11:41:49  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:41:49  > git config remote.origin.url git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git # timeout=10
11:41:49 Fetching upstream changes from git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git
11:41:49 using GIT_SSH to set credentials 
11:41:49  > git fetch --tags --progress git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git +refs/heads/*:refs/remotes/origin/*
11:41:49 skipping resolution of commit remotes/origin/2.4.1-fix-plu, since it originates from another repository
11:41:49  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
11:41:49  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
11:41:49 Checking out Revision dfa514c34a293f46b9b67b818c2a035909022900 (refs/remotes/origin/master)
11:41:49  > git config core.sparsecheckout # timeout=10
11:41:49  > git checkout -f dfa514c34a293f46b9b67b818c2a035909022900
11:41:49 Commit message: "Fix() fixes #23"
11:41:49  > git rev-list --no-walk dfa514c34a293f46b9b67b818c2a035909022900 # timeout=10
11:41:49 [robot-api-conf-hive-tap-tt] $ /bin/bash /tmp/jenkins5604615950971816061.sh
11:41:51 Login Succeeded
11:41:51 echo "Building 2.4.1 .. "
11:41:51 Building 2.4.1 .. 
11:41:51 docker build -t nfv-robot-hivetap-tt:2.4.1 . \
11:41:51    --build-arg GIT_BRANCH=2.4.1-fix-plu && \
11:41:51    docker tag nfv-robot-hivetap-tt:2.4.1 ****/nfv-robot-hivetap-tt:2.4.1
11:41:51 Sending build context to Docker daemon  238.6kB

11:41:51 Step 1/40 : FROM python:3.6
11:41:52 3.6: Pulling from library/python
11:41:53 e9afc4f90ab0: Pulling fs layer
11:41:53 989e6b19a265: Pulling fs layer
11:41:53 af14b6c2f878: Pulling fs layer
11:41:53 5573c4b30949: Pulling fs layer
11:41:53 11a88e764313: Pulling fs layer
11:41:53 5fbfb8c90ca7: Pulling fs layer
11:41:53 c16af6e4f0db: Pulling fs layer
11:41:53 8838231db662: Pulling fs layer
11:41:53 418c773724ce: Pulling fs layer
11:41:53 5573c4b30949: Waiting
11:41:53 11a88e764313: Waiting
11:41:53 5fbfb8c90ca7: Waiting
11:41:53 8838231db662: Waiting
11:41:53 c16af6e4f0db: Waiting
11:41:53 418c773724ce: Waiting
11:41:54 af14b6c2f878: Verifying Checksum
11:41:54 af14b6c2f878: Download complete
11:41:54 989e6b19a265: Verifying Checksum
11:41:54 989e6b19a265: Download complete
11:41:56 5573c4b30949: Verifying Checksum
11:41:56 5573c4b30949: Download complete
11:41:57 e9afc4f90ab0: Verifying Checksum
11:41:57 e9afc4f90ab0: Download complete
11:42:00 e9afc4f90ab0: Pull complete
11:42:01 5fbfb8c90ca7: Verifying Checksum
11:42:01 5fbfb8c90ca7: Download complete
11:42:01 989e6b19a265: Pull complete
11:42:01 c16af6e4f0db: Download complete
11:42:01 af14b6c2f878: Pull complete
11:42:06 5573c4b30949: Pull complete
11:42:06 8838231db662: Verifying Checksum
11:42:06 8838231db662: Download complete
11:42:06 418c773724ce: Verifying Checksum
11:42:06 418c773724ce: Download complete
11:42:06 11a88e764313: Verifying Checksum
11:42:06 11a88e764313: Download complete
11:42:19 11a88e764313: Pull complete
11:42:20 5fbfb8c90ca7: Pull complete
11:42:22 c16af6e4f0db: Pull complete
11:42:22 8838231db662: Pull complete
11:42:22 418c773724ce: Pull complete
11:42:22 Digest: sha256:6655d57ae9272f09839a25d0ec0d272513663d99a4ad7af8b061c83a76d10295
11:42:22 Status: Downloaded newer image for python:3.6
11:42:22  ---> 13efce2de907
11:42:22 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
11:42:22  ---> Running in f96bfd2c4c98
11:42:22  ---> 4e2dd3a9643e
11:42:22 Removing intermediate container f96bfd2c4c98
11:42:22 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
11:42:22  ---> Running in df2f6d1a6ccc
11:42:22  ---> 9eb12b572586
11:42:22 Removing intermediate container df2f6d1a6ccc
11:42:22 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
11:42:23  ---> Running in c623edfa56f7
11:42:23  ---> 51d8e68dd514
11:42:23 Removing intermediate container c623edfa56f7
11:42:23 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
11:42:23  ---> Running in 5738483245cb
11:42:23  ---> 30c3951903cf
11:42:23 Removing intermediate container 5738483245cb
11:42:23 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
11:42:23  ---> Running in b597dc8d53de
11:42:23  ---> d35d1ab2f4a1
11:42:23 Removing intermediate container b597dc8d53de
11:42:23 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
11:42:23  ---> Running in d2a2c4a3fefc
11:42:23  ---> ae92aed8ff88
11:42:23 Removing intermediate container d2a2c4a3fefc
11:42:23 Step 8/40 : RUN printenv
11:42:23  ---> Running in f203415e3782
11:42:24 CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt
11:42:24 CODE_GEN_DOCKER_VERSION=2.6.1
11:42:24 HOSTNAME=f203415e3782
11:42:24 CODE_GEN_TEST_TYPE=conformance-NFV
11:42:24 PYTHON_PIP_VERSION=20.1.1
11:42:24 HOME=/root
11:42:24 GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
11:42:24 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
11:42:24 GIT_BRANCH=2.4.1-fix-plu
11:42:24 PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:42:24 LANG=C.UTF-8
11:42:24 GIT_URL=https://forge.etsi.org/rep/nfv/api-tests
11:42:24 PYTHON_VERSION=3.6.10
11:42:24 PWD=/
11:42:24 PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
11:42:24  ---> 7dc858d6254c
11:42:24 Removing intermediate container f203415e3782
11:42:24 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
11:42:24  ---> Running in 2e8f81e2185a
11:42:24  ---> f849fde748cc
11:42:24 Removing intermediate container 2e8f81e2185a
11:42:24 Step 10/40 : ENV PYTHONUNBUFFERED 0
11:42:24  ---> Running in 601b320ff24f
11:42:24  ---> 4400727e5c66
11:42:24 Removing intermediate container 601b320ff24f
11:42:24 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
11:42:24  ---> Running in b77d99c7a3bf
11:42:24  ---> a9b21f5b0f8c
11:42:24 Removing intermediate container b77d99c7a3bf
11:42:24 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
11:42:24  ---> Running in 86bc2580e366
11:42:24  ---> ed01d0c77b96
11:42:24 Removing intermediate container 86bc2580e366
11:42:24 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
11:42:24  ---> Running in 501d9fd07be7
11:42:25  ---> 546a0093ff54
11:42:25 Removing intermediate container 501d9fd07be7
11:42:25 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
11:42:25  ---> Running in 3d383b40e078
11:42:25  ---> 6855471b50b2
11:42:25 Removing intermediate container 3d383b40e078
11:42:25 Step 15/40 : RUN apt-get update
11:42:25  ---> Running in 638f55be941f
11:42:25 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
11:42:25 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
11:42:25 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
11:42:26 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB]
11:42:26 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
11:42:26 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
11:42:28 Fetched 8355 kB in 2s (3725 kB/s)
11:42:28 Reading package lists...
11:42:29  ---> d4544f395fc2
11:42:29 Removing intermediate container 638f55be941f
11:42:29 Step 16/40 : RUN apt-get -y -qq install apt-utils
11:42:29  ---> Running in 8aee10d0b21a
11:42:31 debconf: delaying package configuration, since apt-utils is not installed
11:42:31 Selecting previously unselected package libapt-inst2.0:amd64.
11:42:31 (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 ... 24603 files and directories currently installed.)
11:42:31 Preparing to unpack .../libapt-inst2.0_1.8.2.1_amd64.deb ...
11:42:31 Unpacking libapt-inst2.0:amd64 (1.8.2.1) ...
11:42:31 Selecting previously unselected package apt-utils.
11:42:31 Preparing to unpack .../apt-utils_1.8.2.1_amd64.deb ...
11:42:31 Unpacking apt-utils (1.8.2.1) ...
11:42:31 Setting up libapt-inst2.0:amd64 (1.8.2.1) ...
11:42:31 Setting up apt-utils (1.8.2.1) ...
11:42:31 Processing triggers for libc-bin (2.28-10) ...
11:42:32  ---> 0f19bc77b602
11:42:32 Removing intermediate container 8aee10d0b21a
11:42:32 Step 17/40 : RUN apt-get -y -qq install git
11:42:32  ---> Running in 68ea6abecdae
11:42:34  ---> ba021af74bcd
11:42:34 Removing intermediate container 68ea6abecdae
11:42:34 Step 18/40 : RUN apt-get -y -qq install vim
11:42:34  ---> Running in adb5e8d7f011
11:42:38 Selecting previously unselected package xxd.
11:42:38 (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 ... 24733 files and directories currently installed.)
11:42:38 Preparing to unpack .../xxd_2%3a8.1.0875-5_amd64.deb ...
11:42:38 Unpacking xxd (2:8.1.0875-5) ...
11:42:38 Selecting previously unselected package vim-common.
11:42:38 Preparing to unpack .../vim-common_2%3a8.1.0875-5_all.deb ...
11:42:38 Unpacking vim-common (2:8.1.0875-5) ...
11:42:38 Selecting previously unselected package libgpm2:amd64.
11:42:38 Preparing to unpack .../libgpm2_1.20.7-5_amd64.deb ...
11:42:38 Unpacking libgpm2:amd64 (1.20.7-5) ...
11:42:38 Selecting previously unselected package vim-runtime.
11:42:38 Preparing to unpack .../vim-runtime_2%3a8.1.0875-5_all.deb ...
11:42:38 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
11:42:38 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
11:42:38 Unpacking vim-runtime (2:8.1.0875-5) ...
11:42:39 Selecting previously unselected package vim.
11:42:39 Preparing to unpack .../vim_2%3a8.1.0875-5_amd64.deb ...
11:42:39 Unpacking vim (2:8.1.0875-5) ...
11:42:39 Setting up libgpm2:amd64 (1.20.7-5) ...
11:42:39 Setting up xxd (2:8.1.0875-5) ...
11:42:39 Setting up vim-common (2:8.1.0875-5) ...
11:42:39 Setting up vim-runtime (2:8.1.0875-5) ...
11:42:39 Setting up vim (2:8.1.0875-5) ...
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:42:39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:42:39 Processing triggers for hicolor-icon-theme (0.17-2) ...
11:42:39 Processing triggers for libc-bin (2.28-10) ...
11:42:39 Processing triggers for mime-support (3.62) ...
11:42:41  ---> 9535a88891d3
11:42:41 Removing intermediate container adb5e8d7f011
11:42:41 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
11:42:41  ---> Running in b83b84edabc4
11:42:44 Preconfiguring packages ...
11:42:44 Selecting previously unselected package libc-l10n.
11:42:44 (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 ... 26622 files and directories currently installed.)
11:42:44 Preparing to unpack .../libc-l10n_2.28-10_all.deb ...
11:42:44 Unpacking libc-l10n (2.28-10) ...
11:42:44 Selecting previously unselected package locales.
11:42:44 Preparing to unpack .../locales_2.28-10_all.deb ...
11:42:44 Unpacking locales (2.28-10) ...
11:42:45 Setting up libc-l10n (2.28-10) ...
11:42:45 Setting up locales (2.28-10) ...
11:42:46 Generating locales (this might take a while)...
11:42:46 Generation complete.
11:42:46 Generating locales (this might take a while)...
11:42:46 Generation complete.
11:42:47  ---> abeb4ee6c33c
11:42:47 Removing intermediate container b83b84edabc4
11:42:47 Step 20/40 : RUN python3 -m pip install --upgrade pip
11:42:47  ---> Running in 2902787a7f0c
11:42:49 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1)
11:42:50  ---> b2d211414101
11:42:50 Removing intermediate container 2902787a7f0c
11:42:50 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
11:42:50  ---> Running in 4891451ef262
11:42:51  ---> 4b79b4d99610
11:42:51 Removing intermediate container 4891451ef262
11:42:51 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
11:42:51  ---> cf74e9728c9e
11:42:51 Removing intermediate container 25b5bbf45b79
11:42:51 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
11:42:51  ---> 2697de23b2d7
11:42:51 Removing intermediate container bb0164b412d0
11:42:51 Step 24/40 : RUN pip install -r requirements.txt
11:42:51  ---> Running in 63c6d057a700
11:42:52 Collecting jinja2
11:42:53   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
11:42:53 Collecting ioppytest-utils
11:42:53   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
11:42:53 Collecting pika==0.11
11:42:53   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
11:42:53 Collecting MarkupSafe>=0.23
11:42:53   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
11:42:53 Collecting click-repl==0.1.2
11:42:53   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
11:42:53 Collecting click==6.7
11:42:53   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
11:42:53 Collecting wcwidth==0.1.7
11:42:53   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
11:42:54 Collecting prompt-toolkit==1.0.15
11:42:54   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
11:42:54 Collecting six
11:42:54   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
11:42:54 Installing collected packages: MarkupSafe, jinja2, pika, wcwidth, six, prompt-toolkit, click, click-repl, ioppytest-utils
11:42:55 Successfully installed MarkupSafe-1.1.1 click-6.7 click-repl-0.1.2 ioppytest-utils-1.2.14 jinja2-2.11.2 pika-0.11.0 prompt-toolkit-1.0.15 six-1.15.0 wcwidth-0.1.7
11:42:55  ---> cbd22ed2044b
11:42:55 Removing intermediate container 63c6d057a700
11:42:55 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
11:42:55  ---> Running in c4e61656e027
11:42:56 Cloning into '/robot-tests'...
11:42:56 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
11:42:56  ---> 2d7235629c3e
11:42:59 Removing intermediate container c4e61656e027
11:42:59 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
11:43:00  ---> 0a4684b479fc
11:43:00 Removing intermediate container 25b3df0c3619
11:43:00 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
11:43:00  ---> Running in faec2fbbf875
11:43:00  ---> 82f7d38844bf
11:43:00 Removing intermediate container faec2fbbf875
11:43:00 Step 28/40 : RUN pip install -r requirements.txt
11:43:00  ---> Running in 63c2cf0f1c52
11:43:01 Collecting robotframework==3.1
11:43:01   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
11:43:02 Collecting RESTinstance==1.0.0rc4
11:43:02   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
11:43:02 Collecting robotframework-dependencylibrary==1.0.0.post1
11:43:02   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
11:43:02 Collecting robotframework-jsonlibrary==0.3
11:43:02   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
11:43:03 Collecting robotframework-jsonschemalibrary==1.0
11:43:03   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
11:43:03 Collecting robotframework-mockserver==0.0.5
11:43:03   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
11:43:04 Collecting jsonpath-ng==1.4.3
11:43:04   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
11:43:04 Collecting jsonschema==3.0.0a3
11:43:04   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
11:43:04 Collecting strict-rfc3339==0.7
11:43:04   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
11:43:04 Collecting flex==6.13.2
11:43:04   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
11:43:04 Collecting GenSON==1.0.1
11:43:04   Downloading genson-1.0.1.tar.gz (25 kB)
11:43:05 Collecting rfc3987==1.3.8
11:43:05   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
11:43:05 Collecting tzlocal==1.5.1
11:43:05   Downloading tzlocal-1.5.1.tar.gz (16 kB)
11:43:05 Collecting pygments==2.2.0
11:43:05   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
11:43:06 Collecting requests==2.20.0
11:43:06   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
11:43:06 Collecting pytz==2018.5
11:43:06   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
11:43:06 Collecting tox
11:43:06   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
11:43:07 Collecting coverage
11:43:07   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
11:43:07 Collecting jsonpath-rw==1.4.0
11:43:07   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
11:43:08 Collecting jsonpath-rw-ext>=0.1.9
11:43:08   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
11:43:08 Collecting decorator
11:43:08   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
11:43:08 Collecting ply
11:43:08   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
11:43:08 Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6)) (1.15.0)
11:43:08 Collecting pyrsistent>=0.14.0
11:43:08   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
11:43:08 Collecting attrs>=17.4.0
11:43:08   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
11:43:08 Collecting PyYAML<4,>=3.11
11:43:09   Downloading PyYAML-3.13.tar.gz (270 kB)
11:43:09 Requirement already satisfied: click<7,>=3.3 in /usr/local/lib/python3.6/site-packages (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 6)) (6.7)
11:43:09 Collecting jsonpointer<2,>=1.7
11:43:09   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
11:43:09 Collecting validate-email<2,>=1.2
11:43:09   Downloading validate_email-1.3.tar.gz (4.7 kB)
11:43:10 Collecting idna<2.8,>=2.5
11:43:10   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
11:43:10 Collecting chardet<3.1.0,>=3.0.2
11:43:10   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
11:43:10 Collecting urllib3<1.25,>=1.21.1
11:43:10   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
11:43:10 Collecting certifi>=2017.4.17
11:43:10   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
11:43:10 Collecting py>=1.4.17
11:43:10   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
11:43:10 Collecting packaging>=14
11:43:10   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
11:43:10 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
11:43:10   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
11:43:11 Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
11:43:11   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
11:43:11 Collecting filelock>=3.0.0
11:43:11   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
11:43:11 Collecting toml>=0.9.4
11:43:11   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
11:43:11 Collecting pluggy>=0.12.0
11:43:11   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
11:43:12 Collecting pbr>=1.8
11:43:12   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
11:43:12 Collecting pyparsing>=2.0.2
11:43:12   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
11:43:12 Collecting zipp>=0.5
11:43:12   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
11:43:12 Collecting appdirs<2,>=1.4.3
11:43:12   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
11:43:12 Collecting importlib-resources>=1.0; python_version < "3.7"
11:43:12   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
11:43:12 Collecting distlib<1,>=0.3.0
11:43:12   Downloading distlib-0.3.0.zip (571 kB)
11:43:13 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, strict-rfc3339, GenSON, tzlocal, jsonpath-rw, pyrsistent, PyYAML, validate-email, distlib
11:43:13   Building wheel for robotframework-jsonlibrary (setup.py): started
11:43:13   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
11:43:13   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=0df3b6c7595b9cfd82d05b8b750c22df2edd40b9804e75f244c635c012a18f35
11:43:13   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
11:43:13   Building wheel for robotframework-jsonschemalibrary (setup.py): started
11:43:13   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
11:43:13   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=e0070796e8d90100fb12f67c554ad433baf674863498eb9b484609cd6dc29d23
11:43:13   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
11:43:13   Building wheel for robotframework-mockserver (setup.py): started
11:43:14   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
11:43:14   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=840a2aecd07b1a0169b2fcd1a33a245c87eed74974592e625bdb496ff73b4228
11:43:14   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
11:43:14   Building wheel for strict-rfc3339 (setup.py): started
11:43:14   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
11:43:14   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=5956c06057f3421582a8a11f5b11cd13cf86e038f6274375799d40850513f54a
11:43:14   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
11:43:14   Building wheel for GenSON (setup.py): started
11:43:15   Building wheel for GenSON (setup.py): finished with status 'done'
11:43:15   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=317201cf710636ab01dc3b0679bfb385b3fd03c4cb82e6670b3249298167621d
11:43:15   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
11:43:15   Building wheel for tzlocal (setup.py): started
11:43:15   Building wheel for tzlocal (setup.py): finished with status 'done'
11:43:15   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=2f2ef9f9f64e8850bcfab91640e1a8c11c091e20cd2565103937815e27ac6e10
11:43:15   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
11:43:15   Building wheel for jsonpath-rw (setup.py): started
11:43:15   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
11:43:15   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=1183df3a54dc3513aa11ee4e6f9a87991831d0a8068338c7ce6a226e6c604f3e
11:43:15   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
11:43:15   Building wheel for pyrsistent (setup.py): started
11:43:17   Building wheel for pyrsistent (setup.py): finished with status 'done'
11:43:17   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123222 sha256=205c5fd6fb77dba73ea9d5fc3fbf193e84913dede8ec47b8e75babe8a76825cb
11:43:17   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
11:43:17   Building wheel for PyYAML (setup.py): started
11:43:25   Building wheel for PyYAML (setup.py): finished with status 'done'
11:43:25   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463808 sha256=b2113d2d6b07a03c162b5622bcecc58b7b1762bf6fb5a85e1bc5b171493d34a0
11:43:25   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
11:43:25   Building wheel for validate-email (setup.py): started
11:43:26   Building wheel for validate-email (setup.py): finished with status 'done'
11:43:26   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=7738bd42ee06e2fec32516efc0d540a1e4c6ee374906e825c19e3d4d78daac5e
11:43:26   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
11:43:26   Building wheel for distlib (setup.py): started
11:43:26   Building wheel for distlib (setup.py): finished with status 'done'
11:43:26   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=6033facabd9ef1c5e3ed1b6d02e724d67bd2424d1e28a1b9e16cef11af155ca3
11:43:26   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
11:43:26 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver strict-rfc3339 GenSON tzlocal jsonpath-rw pyrsistent PyYAML validate-email distlib
11:43:27 Installing collected packages: robotframework, decorator, ply, jsonpath-ng, pyrsistent, attrs, jsonschema, strict-rfc3339, PyYAML, rfc3987, jsonpointer, validate-email, idna, chardet, urllib3, certifi, requests, flex, GenSON, pytz, tzlocal, pygments, RESTinstance, robotframework-dependencylibrary, py, pyparsing, packaging, zipp, importlib-metadata, filelock, appdirs, importlib-resources, distlib, virtualenv, toml, pluggy, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
11:43:32 Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 attrs-19.3.0 certifi-2020.4.5.2 chardet-3.0.4 coverage-5.1 decorator-4.4.2 distlib-0.3.0 filelock-3.0.12 flex-6.13.2 idna-2.7 importlib-metadata-1.6.1 importlib-resources-2.0.1 jsonpath-ng-1.4.3 jsonpath-rw-1.4.0 jsonpath-rw-ext-1.2.2 jsonpointer-1.14 jsonschema-3.0.0a3 packaging-20.4 pbr-5.4.5 pluggy-0.13.1 ply-3.11 py-1.8.2 pygments-2.2.0 pyparsing-2.4.7 pyrsistent-0.16.0 pytz-2018.5 requests-2.20.0 rfc3987-1.3.8 robotframework-3.1 robotframework-dependencylibrary-1.0.0.post1 robotframework-jsonlibrary-0.3 robotframework-jsonschemalibrary-1.0 robotframework-mockserver-0.0.5 strict-rfc3339-0.7 toml-0.10.1 tox-3.15.2 tzlocal-1.5.1 urllib3-1.24.3 validate-email-1.3 virtualenv-20.0.23 zipp-3.1.0
11:43:33  ---> 51950753d9e9
11:43:33 Removing intermediate container 63c2cf0f1c52
11:43:33 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
11:43:34  ---> Running in 42ce72addfb0
11:43:34  ---> a70db9f5816f
11:43:34 Removing intermediate container 42ce72addfb0
11:43:34 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
11:43:34  ---> Running in 2ffd36105dc5
11:43:35  ---> e331af4b160d
11:43:35 Removing intermediate container 2ffd36105dc5
11:43:35 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
11:43:35  ---> Running in 47cfa5ef3fc8
11:43:36  ---> bde18a55080f
11:43:36 Removing intermediate container 47cfa5ef3fc8
11:43:36 Step 32/40 : RUN git clone --single-branch --branch master https://gitlab+deploy-token-3:S5S_Sdxx8Wn1Msct5m7r@forge.etsi.org/rep/plugtests/nfv/test-vault.git $TEST_VAULT_ROOT
11:43:36  ---> Running in a1c04bc6c49b
11:43:37 Cloning into '/test-vault'...
11:43:37  ---> 579feeaf20d3
11:43:37 Removing intermediate container a1c04bc6c49b
11:43:37 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
11:43:37  ---> fc7407a41c8f
11:43:37 Removing intermediate container b4b2ab592469
11:43:37 Step 34/40 : RUN python3 setup.py develop
11:43:38  ---> Running in 254a035bea22
11:43:38 running develop
11:43:38 running egg_info
11:43:38 creating test_vault.egg-info
11:43:38 writing test_vault.egg-info/PKG-INFO
11:43:38 writing dependency_links to test_vault.egg-info/dependency_links.txt
11:43:38 writing top-level names to test_vault.egg-info/top_level.txt
11:43:38 writing manifest file 'test_vault.egg-info/SOURCES.txt'
11:43:38 reading manifest file 'test_vault.egg-info/SOURCES.txt'
11:43:38 writing manifest file 'test_vault.egg-info/SOURCES.txt'
11:43:38 running build_ext
11:43:38 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
11:43:38 Adding test-vault 1.0.4 to easy-install.pth file
11:43:38 
11:43:38 Installed /test-vault
11:43:38 Processing dependencies for test-vault==1.0.4
11:43:38 Finished processing dependencies for test-vault==1.0.4
11:43:39  ---> ca72cf8545f0
11:43:39 Removing intermediate container 254a035bea22
11:43:39 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
11:43:39  ---> Running in 28d4ee113038
11:43:39 Cloning into '/robotframework-jsonlibrary'...
11:43:39  ---> f3935b6284e9
11:43:41 Removing intermediate container 28d4ee113038
11:43:41 Step 36/40 : WORKDIR /robotframework-jsonlibrary
11:43:41  ---> f3c706cff1ca
11:43:41 Removing intermediate container d912c8fb524c
11:43:41 Step 37/40 : RUN python3 -m pip install -e .
11:43:41  ---> Running in 77cf263d808c
11:43:42 Obtaining file:///robotframework-jsonlibrary
11:43:42 Collecting tox==3.0.0
11:43:43   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
11:43:43 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
11:43:43 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
11:43:43 Requirement already satisfied: jsonpath-rw==1.4.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (1.4.0)
11:43:43 Requirement already satisfied: jsonpath-rw-ext>=0.1.9 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (1.2.2)
11:43:43 Requirement already satisfied: virtualenv>=1.11.2 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (20.0.23)
11:43:43 Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.15.0)
11:43:43 Requirement already satisfied: py>=1.4.17 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.8.2)
11:43:43 Requirement already satisfied: pluggy<1.0,>=0.3.0 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (0.13.1)
11:43:43 Requirement already satisfied: ply in /usr/local/lib/python3.6/site-packages (from jsonpath-rw==1.4.0->robotframework-jsonlibrary==0.3.1) (3.11)
11:43:43 Requirement already satisfied: decorator in /usr/local/lib/python3.6/site-packages (from jsonpath-rw==1.4.0->robotframework-jsonlibrary==0.3.1) (4.4.2)
11:43:43 Requirement already satisfied: pbr>=1.8 in /usr/local/lib/python3.6/site-packages (from jsonpath-rw-ext>=0.1.9->robotframework-jsonlibrary==0.3.1) (5.4.5)
11:43:43 Requirement already satisfied: importlib-metadata<2,>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1)
11:43:43 Requirement already satisfied: distlib<1,>=0.3.0 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (0.3.0)
11:43:43 Requirement already satisfied: appdirs<2,>=1.4.3 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.4.4)
11:43:43 Requirement already satisfied: importlib-resources>=1.0; python_version < "3.7" in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (2.0.1)
11:43:43 Requirement already satisfied: filelock<4,>=3.0.0 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.0.12)
11:43:43 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata<2,>=0.12; python_version < "3.8"->virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0)
11:43:43 Installing collected packages: tox, robotframework-jsonlibrary
11:43:43   Attempting uninstall: tox
11:43:43     Found existing installation: tox 3.15.2
11:43:43     Uninstalling tox-3.15.2:
11:43:43       Successfully uninstalled tox-3.15.2
11:43:43   Attempting uninstall: robotframework-jsonlibrary
11:43:43     Found existing installation: robotframework-jsonlibrary 0.3
11:43:43     Uninstalling robotframework-jsonlibrary-0.3:
11:43:43       Successfully uninstalled robotframework-jsonlibrary-0.3
11:43:43   Running setup.py develop for robotframework-jsonlibrary
11:43:44 Successfully installed robotframework-jsonlibrary tox-3.0.0
11:43:44  ---> fc4d24cc3b1c
11:43:44 Removing intermediate container 77cf263d808c
11:43:44 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
11:43:44  ---> 55312f3b34f9
11:43:44 Removing intermediate container c685697260b3
11:43:44 Step 39/40 : RUN ./lewis_codegen.py $ROBOT_ROOT_PROJECT $LEWIS_TEST_PLUGINS $CODE_GEN_TEST_TYPE $CODE_GEN_DOCKER_IMAGE $CODE_GEN_DOCKER_VERSION
11:43:44  ---> Running in 9011a24a02cd
11:43:45 The path for output specified does not exist
11:43:46  ---> 55e9cf4204dc
11:43:46 Removing intermediate container 9011a24a02cd
11:43:46 Step 40/40 : CMD ./run_robot_test_suites.py
11:43:46  ---> Running in 79e8b0f4942d
11:43:46  ---> 021c491524ff
11:43:46 Removing intermediate container 79e8b0f4942d
11:43:46 Successfully built 021c491524ff
11:43:46 Successfully tagged nfv-robot-hivetap-tt:2.4.1
11:43:46 echo "Building 2.6.1 .. "
11:43:46 Building 2.6.1 .. 
11:43:46 docker build -t nfv-robot-hivetap-tt:2.6.1 . \
11:43:46  		   --build-arg GIT_BRANCH=2.6.1-fix-plu && \
11:43:46  		   docker tag nfv-robot-hivetap-tt:2.6.1 ****/nfv-robot-hivetap-tt:2.6.1
11:43:46 Sending build context to Docker daemon  238.6kB

11:43:46 Step 1/40 : FROM python:3.6
11:43:46  ---> 13efce2de907
11:43:46 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
11:43:46  ---> Using cache
11:43:46  ---> 4e2dd3a9643e
11:43:46 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
11:43:46  ---> Using cache
11:43:46  ---> 9eb12b572586
11:43:46 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
11:43:46  ---> Using cache
11:43:46  ---> 51d8e68dd514
11:43:46 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
11:43:46  ---> Using cache
11:43:46  ---> 30c3951903cf
11:43:46 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
11:43:46  ---> Using cache
11:43:46  ---> d35d1ab2f4a1
11:43:46 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
11:43:46  ---> Using cache
11:43:46  ---> ae92aed8ff88
11:43:46 Step 8/40 : RUN printenv
11:43:46  ---> Running in 87049cbf43d2
11:43:46 CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt
11:43:46 CODE_GEN_DOCKER_VERSION=2.6.1
11:43:46 HOSTNAME=87049cbf43d2
11:43:46 CODE_GEN_TEST_TYPE=conformance-NFV
11:43:46 PYTHON_PIP_VERSION=20.1.1
11:43:46 HOME=/root
11:43:46 GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
11:43:46 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
11:43:46 GIT_BRANCH=2.6.1-fix-plu
11:43:46 PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
11:43:46 LANG=C.UTF-8
11:43:46 GIT_URL=https://forge.etsi.org/rep/nfv/api-tests
11:43:46 PYTHON_VERSION=3.6.10
11:43:46 PWD=/
11:43:46 PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
11:43:47  ---> dc2f6584fc7b
11:43:47 Removing intermediate container 87049cbf43d2
11:43:47 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
11:43:47  ---> Running in e31c5c102879
11:43:47  ---> c9dbfd62ec41
11:43:47 Removing intermediate container e31c5c102879
11:43:47 Step 10/40 : ENV PYTHONUNBUFFERED 0
11:43:47  ---> Running in 4418f604bafa
11:43:47  ---> 325e6ae427ed
11:43:47 Removing intermediate container 4418f604bafa
11:43:47 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
11:43:47  ---> Running in 98475c7c71b4
11:43:47  ---> f0cc226c3243
11:43:47 Removing intermediate container 98475c7c71b4
11:43:47 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
11:43:47  ---> Running in fa86c6846978
11:43:47  ---> 089255c171fa
11:43:47 Removing intermediate container fa86c6846978
11:43:47 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
11:43:47  ---> Running in 8e26728a64e1
11:43:47  ---> 50bec45ed055
11:43:47 Removing intermediate container 8e26728a64e1
11:43:47 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
11:43:47  ---> Running in d789870398f1
11:43:48  ---> e4bbb2dc0c03
11:43:48 Removing intermediate container d789870398f1
11:43:48 Step 15/40 : RUN apt-get update
11:43:48  ---> Running in bf0724089e5d
11:43:48 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
11:43:48 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
11:43:48 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
11:43:48 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB]
11:43:49 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB]
11:43:49 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
11:43:51 Fetched 8355 kB in 3s (3338 kB/s)
11:43:51 Reading package lists...
11:43:52  ---> 3948ea4748aa
11:43:52 Removing intermediate container bf0724089e5d
11:43:52 Step 16/40 : RUN apt-get -y -qq install apt-utils
11:43:52  ---> Running in abd2608f3b38
11:43:54 debconf: delaying package configuration, since apt-utils is not installed
11:43:54 Selecting previously unselected package libapt-inst2.0:amd64.
11:43:54 (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 ... 24603 files and directories currently installed.)
11:43:54 Preparing to unpack .../libapt-inst2.0_1.8.2.1_amd64.deb ...
11:43:54 Unpacking libapt-inst2.0:amd64 (1.8.2.1) ...
11:43:54 Selecting previously unselected package apt-utils.
11:43:54 Preparing to unpack .../apt-utils_1.8.2.1_amd64.deb ...
11:43:54 Unpacking apt-utils (1.8.2.1) ...
11:43:54 Setting up libapt-inst2.0:amd64 (1.8.2.1) ...
11:43:54 Setting up apt-utils (1.8.2.1) ...
11:43:54 Processing triggers for libc-bin (2.28-10) ...
11:43:55  ---> 5e854b05f6f8
11:43:55 Removing intermediate container abd2608f3b38
11:43:55 Step 17/40 : RUN apt-get -y -qq install git
11:43:55  ---> Running in dd580dea57c7
11:43:57  ---> 8ef6646c8c92
11:43:57 Removing intermediate container dd580dea57c7
11:43:57 Step 18/40 : RUN apt-get -y -qq install vim
11:43:57  ---> Running in 507758ed096b
11:44:10 Selecting previously unselected package xxd.
11:44:10 (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 ... 24733 files and directories currently installed.)
11:44:10 Preparing to unpack .../xxd_2%3a8.1.0875-5_amd64.deb ...
11:44:10 Unpacking xxd (2:8.1.0875-5) ...
11:44:10 Selecting previously unselected package vim-common.
11:44:10 Preparing to unpack .../vim-common_2%3a8.1.0875-5_all.deb ...
11:44:10 Unpacking vim-common (2:8.1.0875-5) ...
11:44:10 Selecting previously unselected package libgpm2:amd64.
11:44:10 Preparing to unpack .../libgpm2_1.20.7-5_amd64.deb ...
11:44:11 Unpacking libgpm2:amd64 (1.20.7-5) ...
11:44:11 Selecting previously unselected package vim-runtime.
11:44:11 Preparing to unpack .../vim-runtime_2%3a8.1.0875-5_all.deb ...
11:44:11 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
11:44:11 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
11:44:11 Unpacking vim-runtime (2:8.1.0875-5) ...
11:44:11 Selecting previously unselected package vim.
11:44:11 Preparing to unpack .../vim_2%3a8.1.0875-5_amd64.deb ...
11:44:11 Unpacking vim (2:8.1.0875-5) ...
11:44:12 Setting up libgpm2:amd64 (1.20.7-5) ...
11:44:12 Setting up xxd (2:8.1.0875-5) ...
11:44:12 Setting up vim-common (2:8.1.0875-5) ...
11:44:12 Setting up vim-runtime (2:8.1.0875-5) ...
11:44:12 Setting up vim (2:8.1.0875-5) ...
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
11:44:12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
11:44:12 Processing triggers for hicolor-icon-theme (0.17-2) ...
11:44:12 Processing triggers for libc-bin (2.28-10) ...
11:44:12 Processing triggers for mime-support (3.62) ...
11:44:13  ---> 1937bab1109e
11:44:13 Removing intermediate container 507758ed096b
11:44:13 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
11:44:13  ---> Running in 27f2fcf0a6ca
11:44:17 Preconfiguring packages ...
11:44:17 Selecting previously unselected package libc-l10n.
11:44:17 (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 ... 26622 files and directories currently installed.)
11:44:17 Preparing to unpack .../libc-l10n_2.28-10_all.deb ...
11:44:17 Unpacking libc-l10n (2.28-10) ...
11:44:17 Selecting previously unselected package locales.
11:44:17 Preparing to unpack .../locales_2.28-10_all.deb ...
11:44:17 Unpacking locales (2.28-10) ...
11:44:18 Setting up libc-l10n (2.28-10) ...
11:44:18 Setting up locales (2.28-10) ...
11:44:18 Generating locales (this might take a while)...
11:44:18 Generation complete.
11:44:18 Generating locales (this might take a while)...
11:44:18 Generation complete.
11:44:19  ---> 6a0d525a32b9
11:44:19 Removing intermediate container 27f2fcf0a6ca
11:44:19 Step 20/40 : RUN python3 -m pip install --upgrade pip
11:44:19  ---> Running in 90d4ac73661f
11:44:22 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1)
11:44:22  ---> 02146ed1f87a
11:44:22 Removing intermediate container 90d4ac73661f
11:44:22 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
11:44:22  ---> Running in 6574468d2223
11:44:23  ---> d2cf9827a219
11:44:23 Removing intermediate container 6574468d2223
11:44:23 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
11:44:23  ---> 305c9eb30086
11:44:23 Removing intermediate container fbd75b44f4fb
11:44:23 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
11:44:24  ---> 69ae982cb411
11:44:24 Removing intermediate container 8a4729e00dd8
11:44:24 Step 24/40 : RUN pip install -r requirements.txt
11:44:24  ---> Running in a969612a20b3
11:44:25 Collecting jinja2
11:44:25   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
11:44:25 Collecting ioppytest-utils
11:44:25   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
11:44:25 Collecting pika==0.11
11:44:25   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
11:44:25 Collecting MarkupSafe>=0.23
11:44:25   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
11:44:25 Collecting click==6.7
11:44:25   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
11:44:25 Collecting wcwidth==0.1.7
11:44:25   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
11:44:25 Collecting click-repl==0.1.2
11:44:25   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
11:44:26 Collecting prompt-toolkit==1.0.15
11:44:26   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
11:44:26 Collecting six
11:44:26   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
11:44:26 Installing collected packages: MarkupSafe, jinja2, pika, click, wcwidth, six, prompt-toolkit, click-repl, ioppytest-utils
11:44:27 Successfully installed MarkupSafe-1.1.1 click-6.7 click-repl-0.1.2 ioppytest-utils-1.2.14 jinja2-2.11.2 pika-0.11.0 prompt-toolkit-1.0.15 six-1.15.0 wcwidth-0.1.7
11:44:27  ---> 1b44ed81abb5
11:44:27 Removing intermediate container a969612a20b3
11:44:27 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
11:44:27  ---> Running in 03e1cccafb67
11:44:28 Cloning into '/robot-tests'...
11:44:28 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
11:44:28  ---> 5892b9ba6f84
11:44:31 Removing intermediate container 03e1cccafb67
11:44:31 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
11:44:31  ---> 0c751b30a3be
11:44:31 Removing intermediate container e674c2d39932
11:44:31 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
11:44:31  ---> Running in 46e714da4f6e
11:44:32  ---> f8b39f1e4706
11:44:32 Removing intermediate container 46e714da4f6e
11:44:32 Step 28/40 : RUN pip install -r requirements.txt
11:44:32  ---> Running in a9f1aff1a498
11:44:33 Collecting robotframework==3.1
11:44:38   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
11:44:39 Collecting RESTinstance==1.0.0rc4
11:44:39   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
11:44:39 Collecting robotframework-dependencylibrary==1.0.0.post1
11:44:39   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
11:44:39 Collecting robotframework-jsonlibrary==0.3
11:44:39   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
11:44:39 Collecting robotframework-jsonschemalibrary==1.0
11:44:39   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
11:44:40 Collecting robotframework-mockserver==0.0.5
11:44:40   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
11:44:40 Collecting pytz==2018.5
11:44:40   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
11:44:41 Collecting tzlocal==1.5.1
11:44:41   Downloading tzlocal-1.5.1.tar.gz (16 kB)
11:44:41 Collecting strict-rfc3339==0.7
11:44:41   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
11:44:42 Collecting requests==2.20.0
11:44:42   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
11:44:42 Collecting jsonschema==3.0.0a3
11:44:42   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
11:44:42 Collecting jsonpath-ng==1.4.3
11:44:42   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
11:44:42 Collecting flex==6.13.2
11:44:42   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
11:44:42 Collecting GenSON==1.0.1
11:44:42   Downloading genson-1.0.1.tar.gz (25 kB)
11:44:43 Collecting pygments==2.2.0
11:44:43   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
11:44:43 Collecting rfc3987==1.3.8
11:44:43   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
11:44:43 Collecting tox
11:44:43   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
11:44:44 Collecting coverage
11:44:44   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
11:44:44 Collecting jsonpath-rw==1.4.0
11:44:44   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
11:44:44 Collecting jsonpath-rw-ext>=0.1.9
11:44:44   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
11:44:44 Collecting chardet<3.1.0,>=3.0.2
11:44:44   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
11:44:44 Collecting urllib3<1.25,>=1.21.1
11:44:44   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
11:44:45 Collecting idna<2.8,>=2.5
11:44:45   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
11:44:45 Collecting certifi>=2017.4.17
11:44:45   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
11:44:45 Collecting attrs>=17.4.0
11:44:45   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
11:44:45 Collecting pyrsistent>=0.14.0
11:44:45   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
11:44:45 Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.6/site-packages (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7)) (1.15.0)
11:44:46 Collecting decorator
11:44:46   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
11:44:46 Collecting ply
11:44:46   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
11:44:46 Collecting validate-email<2,>=1.2
11:44:46   Downloading validate_email-1.3.tar.gz (4.7 kB)
11:44:46 Collecting PyYAML<4,>=3.11
11:44:46   Downloading PyYAML-3.13.tar.gz (270 kB)
11:44:47 Collecting jsonpointer<2,>=1.7
11:44:47   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
11:44:47 Requirement already satisfied: click<7,>=3.3 in /usr/local/lib/python3.6/site-packages (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7)) (6.7)
11:44:47 Collecting packaging>=14
11:44:47   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
11:44:47 Collecting filelock>=3.0.0
11:44:47   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
11:44:47 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
11:44:47   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
11:44:47 Collecting py>=1.4.17
11:44:47   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
11:44:47 Collecting toml>=0.9.4
11:44:47   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
11:44:47 Collecting pluggy>=0.12.0
11:44:48   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
11:44:48 Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
11:44:48   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
11:44:48 Collecting pbr>=1.8
11:44:48   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
11:44:49 Collecting pyparsing>=2.0.2
11:44:49   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
11:44:49 Collecting zipp>=0.5
11:44:49   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
11:44:49 Collecting importlib-resources>=1.0; python_version < "3.7"
11:44:49   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
11:44:49 Collecting distlib<1,>=0.3.0
11:44:49   Downloading distlib-0.3.0.zip (571 kB)
11:44:49 Collecting appdirs<2,>=1.4.3
11:44:49   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
11:44:49 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, tzlocal, strict-rfc3339, GenSON, jsonpath-rw, pyrsistent, validate-email, PyYAML, distlib
11:44:49   Building wheel for robotframework-jsonlibrary (setup.py): started
11:44:50   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
11:44:50   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=01bcd6c66ff0a6f6a8501e9fd618dcda031d3e601613bb560001938bc7862c41
11:44:50   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
11:44:50   Building wheel for robotframework-jsonschemalibrary (setup.py): started
11:44:50   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
11:44:50   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=75c2ed788165c389c2c34dd71a1e9b86ce39faccfa3dff0bdfa9cf28562e08c7
11:44:50   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
11:44:50   Building wheel for robotframework-mockserver (setup.py): started
11:44:51   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
11:44:51   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=900af5847526c93acd460ed2549a1e6c89ed15c1d07f36457d3410649c29f372
11:44:51   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
11:44:51   Building wheel for tzlocal (setup.py): started
11:44:51   Building wheel for tzlocal (setup.py): finished with status 'done'
11:44:51   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=32b27d88e62939ce021bb9e64001565afe5cba58cec2fe523a4d6d786ee684ed
11:44:51   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
11:44:51   Building wheel for strict-rfc3339 (setup.py): started
11:44:52   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
11:44:52   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=b0c522ed61329a2889478544ea7f9eb6f3845f83415328f4aa35b6665e967160
11:44:52   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
11:44:52   Building wheel for GenSON (setup.py): started
11:44:52   Building wheel for GenSON (setup.py): finished with status 'done'
11:44:52   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=df8eb968429be4c619e37cff80b94c324480d5fb3aa909d103bf1e896cd5b1c3
11:44:52   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
11:44:52   Building wheel for jsonpath-rw (setup.py): started
11:44:52   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
11:44:52   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=cfb9d88ee12f3d07e0fa275e87315036c4e15c266a4337b4c143b275de92b309
11:44:52   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
11:44:52   Building wheel for pyrsistent (setup.py): started
11:44:54   Building wheel for pyrsistent (setup.py): finished with status 'done'
11:44:54   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123225 sha256=ac5a5f22dc1d717c940f17e83d123934de3cc90f053f0e9f5260e5861eab64c6
11:44:54   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
11:44:54   Building wheel for validate-email (setup.py): started
11:44:54   Building wheel for validate-email (setup.py): finished with status 'done'
11:44:54   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=d15df0c3f7d81f692952e3f9125e62ffa1c7976ec69011068cd2b4dc3d85a690
11:44:54   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
11:44:54   Building wheel for PyYAML (setup.py): started
11:45:03   Building wheel for PyYAML (setup.py): finished with status 'done'
11:45:03   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463813 sha256=be626772781771c2eae305a5f952548c565e345bcd6da4591b6893224100d704
11:45:03   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
11:45:03   Building wheel for distlib (setup.py): started
11:45:03   Building wheel for distlib (setup.py): finished with status 'done'
11:45:03   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=837cddbdb96ffd09a7870bf774160c8c5e2a0f7e93823e7d6506f9d36599e6ae
11:45:03   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
11:45:03 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal strict-rfc3339 GenSON jsonpath-rw pyrsistent validate-email PyYAML distlib
11:45:04 Installing collected packages: robotframework, pytz, tzlocal, strict-rfc3339, chardet, urllib3, idna, certifi, requests, attrs, pyrsistent, jsonschema, decorator, ply, jsonpath-ng, validate-email, PyYAML, jsonpointer, rfc3987, flex, GenSON, pygments, RESTinstance, robotframework-dependencylibrary, pyparsing, packaging, filelock, zipp, importlib-metadata, py, toml, pluggy, importlib-resources, distlib, appdirs, virtualenv, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
11:45:09 Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 attrs-19.3.0 certifi-2020.4.5.2 chardet-3.0.4 coverage-5.1 decorator-4.4.2 distlib-0.3.0 filelock-3.0.12 flex-6.13.2 idna-2.7 importlib-metadata-1.6.1 importlib-resources-2.0.1 jsonpath-ng-1.4.3 jsonpath-rw-1.4.0 jsonpath-rw-ext-1.2.2 jsonpointer-1.14 jsonschema-3.0.0a3 packaging-20.4 pbr-5.4.5 pluggy-0.13.1 ply-3.11 py-1.8.2 pygments-2.2.0 pyparsing-2.4.7 pyrsistent-0.16.0 pytz-2018.5 requests-2.20.0 rfc3987-1.3.8 robotframework-3.1 robotframework-dependencylibrary-1.0.0.post1 robotframework-jsonlibrary-0.3 robotframework-jsonschemalibrary-1.0 robotframework-mockserver-0.0.5 strict-rfc3339-0.7 toml-0.10.1 tox-3.15.2 tzlocal-1.5.1 urllib3-1.24.3 validate-email-1.3 virtualenv-20.0.23 zipp-3.1.0
11:45:10  ---> 1d8147cea541
11:45:10 Removing intermediate container a9f1aff1a498
11:45:10 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
11:45:10  ---> Running in 5526778cb25b
11:45:11  ---> f61abee419be
11:45:11 Removing intermediate container 5526778cb25b
11:45:11 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
11:45:11  ---> Running in bb1e718e23f8
11:45:12  ---> f63cd1ebc65a
11:45:12 Removing intermediate container bb1e718e23f8
11:45:12 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
11:45:12  ---> Running in 5b17dc91d19f
11:45:13  ---> 1f8f608bfbd2
11:45:13 Removing intermediate container 5b17dc91d19f
11:45:13 Step 32/40 : RUN git clone --single-branch --branch master https://gitlab+deploy-token-3:S5S_Sdxx8Wn1Msct5m7r@forge.etsi.org/rep/plugtests/nfv/test-vault.git $TEST_VAULT_ROOT
11:45:13  ---> Running in 9f17e760bcb0
11:45:13 Cloning into '/test-vault'...
11:45:13  ---> 75fd5e53ec66
11:45:14 Removing intermediate container 9f17e760bcb0
11:45:14 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
11:45:14  ---> bd484a4e7ffd
11:45:14 Removing intermediate container 1d429675f334
11:45:14 Step 34/40 : RUN python3 setup.py develop
11:45:14  ---> Running in 2aee408219fd
11:45:15 running develop
11:45:15 running egg_info
11:45:15 creating test_vault.egg-info
11:45:15 writing test_vault.egg-info/PKG-INFO
11:45:15 writing dependency_links to test_vault.egg-info/dependency_links.txt
11:45:15 writing top-level names to test_vault.egg-info/top_level.txt
11:45:15 writing manifest file 'test_vault.egg-info/SOURCES.txt'
11:45:15 reading manifest file 'test_vault.egg-info/SOURCES.txt'
11:45:15 writing manifest file 'test_vault.egg-info/SOURCES.txt'
11:45:15 running build_ext
11:45:15 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
11:45:15 Adding test-vault 1.0.4 to easy-install.pth file
11:45:15 
11:45:15 Installed /test-vault
11:45:15 Processing dependencies for test-vault==1.0.4
11:45:15 Finished processing dependencies for test-vault==1.0.4
11:45:16  ---> 8fd11d49f18d
11:45:16 Removing intermediate container 2aee408219fd
11:45:16 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
11:45:16  ---> Running in dff407b251cd
11:45:16 Cloning into '/robotframework-jsonlibrary'...
11:45:16  ---> c6bc2d668556
11:45:18 Removing intermediate container dff407b251cd
11:45:18 Step 36/40 : WORKDIR /robotframework-jsonlibrary
11:45:18  ---> 269418833466
11:45:18 Removing intermediate container 0b2cb65f5160
11:45:18 Step 37/40 : RUN python3 -m pip install -e .
11:45:18  ---> Running in 60bec14495b7
11:45:19 Obtaining file:///robotframework-jsonlibrary
11:45:19 Collecting tox==3.0.0
11:45:19   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
11:45:20 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
11:45:20 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
11:45:20 Requirement already satisfied: jsonpath-rw==1.4.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (1.4.0)
11:45:20 Requirement already satisfied: jsonpath-rw-ext>=0.1.9 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (1.2.2)
11:45:20 Requirement already satisfied: virtualenv>=1.11.2 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (20.0.23)
11:45:20 Requirement already satisfied: py>=1.4.17 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.8.2)
11:45:20 Requirement already satisfied: pluggy<1.0,>=0.3.0 in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (0.13.1)
11:45:20 Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.15.0)
11:45:20 Requirement already satisfied: ply in /usr/local/lib/python3.6/site-packages (from jsonpath-rw==1.4.0->robotframework-jsonlibrary==0.3.1) (3.11)
11:45:20 Requirement already satisfied: decorator in /usr/local/lib/python3.6/site-packages (from jsonpath-rw==1.4.0->robotframework-jsonlibrary==0.3.1) (4.4.2)
11:45:20 Requirement already satisfied: pbr>=1.8 in /usr/local/lib/python3.6/site-packages (from jsonpath-rw-ext>=0.1.9->robotframework-jsonlibrary==0.3.1) (5.4.5)
11:45:20 Requirement already satisfied: importlib-resources>=1.0; python_version < "3.7" in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (2.0.1)
11:45:20 Requirement already satisfied: distlib<1,>=0.3.0 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (0.3.0)
11:45:20 Requirement already satisfied: importlib-metadata<2,>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1)
11:45:20 Requirement already satisfied: filelock<4,>=3.0.0 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.0.12)
11:45:20 Requirement already satisfied: appdirs<2,>=1.4.3 in /usr/local/lib/python3.6/site-packages (from virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.4.4)
11:45:20 Requirement already satisfied: zipp>=0.4; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from importlib-resources>=1.0; python_version < "3.7"->virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0)
11:45:20 Installing collected packages: tox, robotframework-jsonlibrary
11:45:20   Attempting uninstall: tox
11:45:20     Found existing installation: tox 3.15.2
11:45:20     Uninstalling tox-3.15.2:
11:45:20       Successfully uninstalled tox-3.15.2
11:45:20   Attempting uninstall: robotframework-jsonlibrary
11:45:20     Found existing installation: robotframework-jsonlibrary 0.3
11:45:20     Uninstalling robotframework-jsonlibrary-0.3:
11:45:20       Successfully uninstalled robotframework-jsonlibrary-0.3
11:45:20   Running setup.py develop for robotframework-jsonlibrary
11:45:21 Successfully installed robotframework-jsonlibrary tox-3.0.0
11:45:21  ---> 7f4334b70c11
11:45:21 Removing intermediate container 60bec14495b7
11:45:21 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
11:45:21  ---> e8ddcdb2dacb
11:45:21 Removing intermediate container 89e97c4c74cf
11:45:21 Step 39/40 : RUN ./lewis_codegen.py $ROBOT_ROOT_PROJECT $LEWIS_TEST_PLUGINS $CODE_GEN_TEST_TYPE $CODE_GEN_DOCKER_IMAGE $CODE_GEN_DOCKER_VERSION
11:45:21  ---> Running in f59528a38232
11:45:22 The path for output specified does not exist
11:45:22  ---> 6ba17595a138
11:45:22 Removing intermediate container f59528a38232
11:45:22 Step 40/40 : CMD ./run_robot_test_suites.py
11:45:23  ---> Running in 2e0dd6d45772
11:45:23  ---> f4eaf93f29f8
11:45:23 Removing intermediate container 2e0dd6d45772
11:45:23 Successfully built f4eaf93f29f8
11:45:23 Successfully tagged nfv-robot-hivetap-tt:2.6.1
11:45:23 echo "Building finished."
11:45:23 Building finished.
11:45:23 echo "Pushing 2.4.1 and 2.6.1 develop version"
11:45:23 Pushing 2.4.1 and 2.6.1 develop version
11:45:23 docker push ****/nfv-robot-hivetap-tt:2.4.1
11:45:23 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
11:45:23 b5c06edd459b: Preparing
11:45:23 e5862abce454: Preparing
11:45:23 8e5441f12651: Preparing
11:45:23 3cc277972e0c: Preparing
11:45:23 caa3d4b19501: Preparing
11:45:23 976b26be1314: Preparing
11:45:23 0da93b5e7ae5: Preparing
11:45:23 2472aaa69969: Preparing
11:45:23 1f5711608519: Preparing
11:45:23 f0b95d8c076d: Preparing
11:45:23 5a58e5177d0f: Preparing
11:45:23 253e2f4cff5e: Preparing
11:45:23 2d12d2f1681b: Preparing
11:45:23 a044cd3422f9: Preparing
11:45:23 9fd310db1c3a: Preparing
11:45:23 90ab66e75516: Preparing
11:45:23 d8796c0350ee: Preparing
11:45:23 eb68e302feb8: Preparing
11:45:23 3766238396fc: Preparing
11:45:23 3bfc695f858c: Preparing
11:45:23 eb26703d6103: Preparing
11:45:23 9424f6aa0d01: Preparing
11:45:23 c56fb9f75f56: Preparing
11:45:23 b5bc305e9fd3: Preparing
11:45:23 da9418a2e1b1: Preparing
11:45:23 2e5b4ca91984: Preparing
11:45:23 527ade4639e0: Preparing
11:45:23 c2c789d2d3c5: Preparing
11:45:23 8803ef42039d: Preparing
11:45:23 976b26be1314: Waiting
11:45:23 0da93b5e7ae5: Waiting
11:45:23 2472aaa69969: Waiting
11:45:23 1f5711608519: Waiting
11:45:23 f0b95d8c076d: Waiting
11:45:23 5a58e5177d0f: Waiting
11:45:23 253e2f4cff5e: Waiting
11:45:23 2d12d2f1681b: Waiting
11:45:23 a044cd3422f9: Waiting
11:45:23 9fd310db1c3a: Waiting
11:45:23 90ab66e75516: Waiting
11:45:23 d8796c0350ee: Waiting
11:45:23 da9418a2e1b1: Waiting
11:45:23 eb68e302feb8: Waiting
11:45:23 3766238396fc: Waiting
11:45:23 2e5b4ca91984: Waiting
11:45:23 527ade4639e0: Waiting
11:45:23 3bfc695f858c: Waiting
11:45:23 c2c789d2d3c5: Waiting
11:45:23 eb26703d6103: Waiting
11:45:23 9424f6aa0d01: Waiting
11:45:23 8803ef42039d: Waiting
11:45:23 c56fb9f75f56: Waiting
11:45:23 b5bc305e9fd3: Waiting
11:45:27 3cc277972e0c: Pushed
11:45:27 8e5441f12651: Pushed
11:45:27 caa3d4b19501: Pushed
11:45:27 e5862abce454: Pushed
11:45:28 b5c06edd459b: Pushed
11:45:30 976b26be1314: Pushed
11:45:30 0da93b5e7ae5: Pushed
11:45:31 f0b95d8c076d: Pushed
11:45:31 2472aaa69969: Pushed
11:45:34 a044cd3422f9: Pushed
11:45:34 2d12d2f1681b: Pushed
11:45:35 253e2f4cff5e: Pushed
11:45:40 90ab66e75516: Pushed
11:45:43 eb68e302feb8: Pushed
11:45:44 9fd310db1c3a: Pushed
11:45:46 d8796c0350ee: Pushed
11:45:46 eb26703d6103: Layer already exists
11:45:47 9424f6aa0d01: Layer already exists
11:45:47 c56fb9f75f56: Layer already exists
11:45:48 b5bc305e9fd3: Layer already exists
11:45:48 da9418a2e1b1: Layer already exists
11:45:49 3766238396fc: Pushed
11:45:49 2e5b4ca91984: Layer already exists
11:45:49 527ade4639e0: Layer already exists
11:45:49 c2c789d2d3c5: Layer already exists
11:45:50 8803ef42039d: Layer already exists
11:45:53 3bfc695f858c: Pushed
11:46:00 1f5711608519: Pushed
11:46:01 5a58e5177d0f: Pushed
11:46:05 2.4.1: digest: sha256:6f31b90530f8672ab7858b73d6aced9abdad2627a8a89fd3a3327feef536c984 size: 6414
11:46:05 docker push ****/nfv-robot-hivetap-tt:2.6.1
11:46:06 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
11:46:11 24439b117fad: Preparing
11:46:11 265912e9101f: Preparing
11:46:11 d38a6ff54c58: Preparing
11:46:11 8076828ba175: Preparing
11:46:11 9c039b17cbbf: Preparing
11:46:11 4059c687624b: Preparing
11:46:11 23e160f77e25: Preparing
11:46:11 08b14c92405e: Preparing
11:46:11 27abd1fb1f2d: Preparing
11:46:11 bdc1ef9514fc: Preparing
11:46:11 bc0d69380af2: Preparing
11:46:11 79a9965afca8: Preparing
11:46:11 c3d5b3fb8fba: Preparing
11:46:11 0894e4673690: Preparing
11:46:11 3726c93e7349: Preparing
11:46:11 bf0b648fc350: Preparing
11:46:11 7460fa886822: Preparing
11:46:11 3b93187dbbce: Preparing
11:46:11 ff040f6c7106: Preparing
11:46:11 914e2e7e5a43: Preparing
11:46:11 eb26703d6103: Preparing
11:46:11 9424f6aa0d01: Preparing
11:46:11 c56fb9f75f56: Preparing
11:46:11 b5bc305e9fd3: Preparing
11:46:11 da9418a2e1b1: Preparing
11:46:11 2e5b4ca91984: Preparing
11:46:11 527ade4639e0: Preparing
11:46:11 c2c789d2d3c5: Preparing
11:46:11 8803ef42039d: Preparing
11:46:11 23e160f77e25: Waiting
11:46:11 bc0d69380af2: Waiting
11:46:11 27abd1fb1f2d: Waiting
11:46:11 79a9965afca8: Waiting
11:46:11 c3d5b3fb8fba: Waiting
11:46:11 eb26703d6103: Waiting
11:46:11 0894e4673690: Waiting
11:46:11 3726c93e7349: Waiting
11:46:11 9424f6aa0d01: Waiting
11:46:11 bf0b648fc350: Waiting
11:46:11 7460fa886822: Waiting
11:46:11 3b93187dbbce: Waiting
11:46:11 c56fb9f75f56: Waiting
11:46:11 4059c687624b: Waiting
11:46:11 ff040f6c7106: Waiting
11:46:11 b5bc305e9fd3: Waiting
11:46:11 bdc1ef9514fc: Waiting
11:46:11 914e2e7e5a43: Waiting
11:46:11 da9418a2e1b1: Waiting
11:46:11 2e5b4ca91984: Waiting
11:46:11 527ade4639e0: Waiting
11:46:11 8803ef42039d: Waiting
11:46:11 c2c789d2d3c5: Waiting
11:46:14 9c039b17cbbf: Pushed
11:46:14 8076828ba175: Pushed
11:46:15 24439b117fad: Pushed
11:46:16 265912e9101f: Pushed
11:46:16 d38a6ff54c58: Pushed
11:46:18 4059c687624b: Pushed
11:46:18 08b14c92405e: Pushed
11:46:18 23e160f77e25: Pushed
11:46:19 bdc1ef9514fc: Pushed
11:46:22 c3d5b3fb8fba: Pushed
11:46:22 0894e4673690: Pushed
11:46:28 79a9965afca8: Pushed
11:46:29 3726c93e7349: Pushed
11:46:32 3b93187dbbce: Pushed
11:46:33 27abd1fb1f2d: Pushed
11:46:37 ff040f6c7106: Pushed
11:46:37 bf0b648fc350: Pushed
11:46:37 eb26703d6103: Layer already exists
11:46:38 9424f6aa0d01: Layer already exists
11:46:38 c56fb9f75f56: Layer already exists
11:46:38 b5bc305e9fd3: Layer already exists
11:46:39 da9418a2e1b1: Layer already exists
11:46:39 2e5b4ca91984: Layer already exists
11:46:39 527ade4639e0: Layer already exists
11:46:39 c2c789d2d3c5: Layer already exists
11:46:40 8803ef42039d: Layer already exists
11:46:40 7460fa886822: Pushed
11:46:46 914e2e7e5a43: Pushed
11:47:31 bc0d69380af2: Pushed
11:47:35 2.6.1: digest: sha256:a0c8787c770e57fb8f7bd4b8de0f2455b6c9fd591068f0b01a7a38682ca6ab4f size: 6414
11:47:35 Finished: SUCCESS