Started by user carignani Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/playground/robot-api-conf-hive-tap-tt [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e Cloning the remote Git repository Cloning repository git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git > git init /home/jenkins/workspace/playground/robot-api-conf-hive-tap-tt # timeout=10 Fetching upstream changes from git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:plugtests/nfv/robot-lewis-testing-tools.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 1a2d97f25d41a01b11f886c550238480387a0fe9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a2d97f25d41a01b11f886c550238480387a0fe9 Commit message: "Merge branch 'get_manifest_files_from_docker_image' into 'master'" First time build. Skipping changelog. [robot-api-conf-hive-tap-tt] $ /bin/bash /tmp/jenkins1005603880947903254.sh Login Succeeded echo "Building 2.4.1 .. " Building 2.4.1 .. docker build -t nfv-robot-hivetap-tt:2.4.1 . \ --build-arg GIT_BRANCH=2.4.1-fix-plu && \ docker tag nfv-robot-hivetap-tt:2.4.1 ****/nfv-robot-hivetap-tt:2.4.1 Sending build context to Docker daemon 227.3kB Step 1/40 : FROM python:3.6 3.6: Pulling from library/python e9afc4f90ab0: Pulling fs layer 989e6b19a265: Pulling fs layer af14b6c2f878: Pulling fs layer 5573c4b30949: Pulling fs layer 11a88e764313: Pulling fs layer 5fbfb8c90ca7: Pulling fs layer c16af6e4f0db: Pulling fs layer 8838231db662: Pulling fs layer 418c773724ce: Pulling fs layer 5fbfb8c90ca7: Waiting c16af6e4f0db: Waiting 8838231db662: Waiting 5573c4b30949: Waiting 11a88e764313: Waiting 418c773724ce: Waiting 989e6b19a265: Verifying Checksum 989e6b19a265: Download complete af14b6c2f878: Verifying Checksum af14b6c2f878: Download complete e9afc4f90ab0: Verifying Checksum e9afc4f90ab0: Download complete 5573c4b30949: Verifying Checksum 5573c4b30949: Download complete 5fbfb8c90ca7: Verifying Checksum 5fbfb8c90ca7: Download complete 8838231db662: Verifying Checksum 8838231db662: Download complete 418c773724ce: Verifying Checksum 418c773724ce: Download complete e9afc4f90ab0: Pull complete 989e6b19a265: Pull complete c16af6e4f0db: Verifying Checksum c16af6e4f0db: Download complete af14b6c2f878: Pull complete 11a88e764313: Verifying Checksum 11a88e764313: Download complete 5573c4b30949: Pull complete 11a88e764313: Pull complete 5fbfb8c90ca7: Pull complete c16af6e4f0db: Pull complete 8838231db662: Pull complete 418c773724ce: Pull complete Digest: sha256:6655d57ae9272f09839a25d0ec0d272513663d99a4ad7af8b061c83a76d10295 Status: Downloaded newer image for python:3.6 ---> 13efce2de907 Step 2/40 : MAINTAINER Federico Sismondi ---> Running in 7d86cad5ef13 ---> 1c8daee0011b Removing intermediate container 7d86cad5ef13 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests' ---> Running in 48c5ea1443aa ---> 0fea432e909e Removing intermediate container 48c5ea1443aa Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu' ---> Running in 51ef7b783073 ---> 158735c6e325 Removing intermediate container 51ef7b783073 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV' ---> Running in ee86e7745d96 ---> 9c1602c594c0 Removing intermediate container ee86e7745d96 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt' ---> Running in 6e654dc23749 ---> 0dc82cf6b61a Removing intermediate container 6e654dc23749 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1' ---> Running in 29908f346216 ---> 1a18370e83e7 Removing intermediate container 29908f346216 Step 8/40 : RUN printenv ---> Running in 85586f62fdde CODE_GEN_DOCKER_VERSION=2.6.1 CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt HOSTNAME=85586f62fdde CODE_GEN_TEST_TYPE=conformance-NFV PYTHON_PIP_VERSION=20.1.1 HOME=/root GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py GIT_BRANCH=2.4.1-fix-plu PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GIT_URL=https://forge.etsi.org/rep/nfv/api-tests PYTHON_VERSION=3.6.10 PWD=/ PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79 ---> 7b0b84e66c85 Removing intermediate container 85586f62fdde Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Running in 13ea1fb6e6c2 ---> ab33c2f8181c Removing intermediate container 13ea1fb6e6c2 Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Running in 7aba5cfa232c ---> 35305e53cdc5 Removing intermediate container 7aba5cfa232c Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Running in 17d2485972cd ---> 6fa17f9c226a Removing intermediate container 17d2485972cd Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Running in 1262d305562d ---> 4e348663952b Removing intermediate container 1262d305562d Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Running in ea3999ab2025 ---> 4f109f2f5900 Removing intermediate container ea3999ab2025 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Running in 5ccc6494e81b ---> aa7d243f07d9 Removing intermediate container 5ccc6494e81b Step 15/40 : RUN apt-get update ---> Running in b66753a37e59 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [121 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7592 B] Fetched 8355 kB in 17s (501 kB/s) Reading package lists... ---> 8e2b1074f55a Removing intermediate container b66753a37e59 Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Running in 20b147c7cc8c debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libapt-inst2.0: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 ... 24603 files and directories currently installed.) Preparing to unpack .../libapt-inst2.0_1.8.2.1_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.8.2.1) ... Selecting previously unselected package apt-utils. Preparing to unpack .../apt-utils_1.8.2.1_amd64.deb ... Unpacking apt-utils (1.8.2.1) ... Setting up libapt-inst2.0:amd64 (1.8.2.1) ... Setting up apt-utils (1.8.2.1) ... Processing triggers for libc-bin (2.28-10) ... ---> 82e331cea28c Removing intermediate container 20b147c7cc8c Step 17/40 : RUN apt-get -y -qq install git ---> Running in 1aabaaeee92f ---> fcf0d51fceea Removing intermediate container 1aabaaeee92f Step 18/40 : RUN apt-get -y -qq install vim ---> Running in c29f5f1ae5a9 Selecting previously unselected package xxd. (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.) Preparing to unpack .../xxd_2%3a8.1.0875-5_amd64.deb ... Unpacking xxd (2:8.1.0875-5) ... Selecting previously unselected package vim-common. Preparing to unpack .../vim-common_2%3a8.1.0875-5_all.deb ... Unpacking vim-common (2:8.1.0875-5) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../libgpm2_1.20.7-5_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-5) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../vim-runtime_2%3a8.1.0875-5_all.deb ... Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.1.0875-5) ... Selecting previously unselected package vim. Preparing to unpack .../vim_2%3a8.1.0875-5_amd64.deb ... Unpacking vim (2:8.1.0875-5) ... Setting up libgpm2:amd64 (1.20.7-5) ... Setting up xxd (2:8.1.0875-5) ... Setting up vim-common (2:8.1.0875-5) ... Setting up vim-runtime (2:8.1.0875-5) ... Setting up vim (2:8.1.0875-5) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for mime-support (3.62) ... ---> 3186bb23724c Removing intermediate container c29f5f1ae5a9 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Running in de5505b8a23c Preconfiguring packages ... Selecting previously unselected package libc-l10n. (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.) Preparing to unpack .../libc-l10n_2.28-10_all.deb ... Unpacking libc-l10n (2.28-10) ... Selecting previously unselected package locales. Preparing to unpack .../locales_2.28-10_all.deb ... Unpacking locales (2.28-10) ... Setting up libc-l10n (2.28-10) ... Setting up locales (2.28-10) ... Generating locales (this might take a while)... Generation complete. Generating locales (this might take a while)... Generation complete. ---> 8bcb4306b826 Removing intermediate container de5505b8a23c Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Running in f0d318d8a0d4 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1) ---> ecb7ba8a7815 Removing intermediate container f0d318d8a0d4 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Running in 90c860479099 ---> 97ea9b7d207d Removing intermediate container 90c860479099 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> 833f5a13be53 Removing intermediate container 99195f62aff6 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> 25a65b318cfa Removing intermediate container 27b20afb1303 Step 24/40 : RUN pip install -r requirements.txt ---> Running in d779e3fe4c59 Collecting jinja2 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) Collecting ioppytest-utils Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB) Collecting pika==0.11 Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB) Collecting MarkupSafe>=0.23 Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) Collecting click==6.7 Downloading click-6.7-py2.py3-none-any.whl (71 kB) Collecting click-repl==0.1.2 Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB) Collecting prompt-toolkit==1.0.15 Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB) Collecting wcwidth==0.1.7 Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB) Collecting six Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Installing collected packages: MarkupSafe, jinja2, pika, click, six, wcwidth, prompt-toolkit, click-repl, ioppytest-utils 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 ---> 47a11ae0c196 Removing intermediate container d779e3fe4c59 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in 03198268a5a1 Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> 90aaf5eca20e Removing intermediate container 03198268a5a1 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> 842aaf3ac691 Removing intermediate container c49cff990f5d Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in d299d1a3a8c5 ---> 73834d7fd08e Removing intermediate container d299d1a3a8c5 Step 28/40 : RUN pip install -r requirements.txt ---> Running in b140d90a99a5 Collecting robotframework==3.1 Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB) Collecting RESTinstance==1.0.0rc4 Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB) Collecting robotframework-dependencylibrary==1.0.0.post1 Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB) Collecting robotframework-jsonlibrary==0.3 Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB) Collecting robotframework-jsonschemalibrary==1.0 Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB) Collecting robotframework-mockserver==0.0.5 Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB) Collecting jsonschema==3.0.0a3 Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB) Collecting rfc3987==1.3.8 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting GenSON==1.0.1 Downloading genson-1.0.1.tar.gz (25 kB) Collecting flex==6.13.2 Downloading flex-6.13.2-py3-none-any.whl (77 kB) Collecting pygments==2.2.0 Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB) Collecting strict-rfc3339==0.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) Collecting jsonpath-ng==1.4.3 Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB) Collecting tzlocal==1.5.1 Downloading tzlocal-1.5.1.tar.gz (16 kB) Collecting pytz==2018.5 Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB) Collecting tox Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB) Collecting coverage Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB) Collecting jsonpath-rw==1.4.0 Downloading jsonpath-rw-1.4.0.tar.gz (13 kB) Collecting jsonpath-rw-ext>=0.1.9 Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.16.0.tar.gz (108 kB) Collecting attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) 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 6)) (1.15.0) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting PyYAML<4,>=3.11 Downloading PyYAML-3.13.tar.gz (270 kB) Collecting validate-email<2,>=1.2 Downloading validate_email-1.3.tar.gz (4.7 kB) 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) Collecting jsonpointer<2,>=1.7 Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB) Collecting ply Downloading ply-3.11-py2.py3-none-any.whl (49 kB) Collecting decorator Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 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 Downloading virtualenv-20.0.21-py2.py3-none-any.whl (4.7 MB) Collecting toml>=0.9.4 Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB) Collecting filelock>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting py>=1.4.17 Downloading py-1.8.1-py2.py3-none-any.whl (83 kB) Collecting packaging>=14 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting importlib-metadata<2,>=0.12; python_version < "3.8" Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB) Collecting pluggy>=0.12.0 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting pbr>=1.8 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB) Collecting distlib<1,>=0.3.0 Downloading distlib-0.3.0.zip (571 kB) Collecting importlib-resources<2,>=1.0; python_version < "3.7" Downloading importlib_resources-1.5.0-py2.py3-none-any.whl (21 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting zipp>=0.5 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, strict-rfc3339, tzlocal, jsonpath-rw, pyrsistent, PyYAML, validate-email, distlib Building wheel for robotframework-jsonlibrary (setup.py): started Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done' Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=c866cdbec6edfb27c3fdffe68189b44393406b52821d87712e431022c60053b4 Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9 Building wheel for robotframework-jsonschemalibrary (setup.py): started Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done' Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=f16aa482ab2af0ff5abc212d6c8c9199b59a2042a4d2a85a49110b69f7b2f767 Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae Building wheel for robotframework-mockserver (setup.py): started Building wheel for robotframework-mockserver (setup.py): finished with status 'done' Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=a2f16c1397c20aa7a2b2480865bca33efb61bedda7f29748ad6aaa49f7f0d1dd Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1 Building wheel for GenSON (setup.py): started Building wheel for GenSON (setup.py): finished with status 'done' Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=00f27900caf3d8d3835d23240dad7c8ec14acd3d864d8fb0a5c203ef4bfe1905 Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6 Building wheel for strict-rfc3339 (setup.py): started Building wheel for strict-rfc3339 (setup.py): finished with status 'done' Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=e2a4915f49e9677c03dff5256ea5bc79e1d7a4aaa23b7da5bdf02903b0145018 Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277 Building wheel for tzlocal (setup.py): started Building wheel for tzlocal (setup.py): finished with status 'done' Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=9728a06fc77b02f2fe93d9cfb2f5a27a0c4d0a15ea3780cb48f7b47824b11060 Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c Building wheel for jsonpath-rw (setup.py): started Building wheel for jsonpath-rw (setup.py): finished with status 'done' Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=985d51faee6988f7c2171e95ce019d3d1fe99e5badc7eb66c3e854126c51223c Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9 Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123218 sha256=03be58319fc63c4a88694f4480258112d25a1306d696a31eb0cd8c9b94fc179e Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463820 sha256=7f196f700383693774ee7ec20bea6e3893f3b663b0f4c195c8b6eb4b05ad1da1 Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d Building wheel for validate-email (setup.py): started Building wheel for validate-email (setup.py): finished with status 'done' Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=25e097d55c56d63aed727b3523ba42c8d36acdf99b7ea33e967b2b28f16739fa Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d Building wheel for distlib (setup.py): started Building wheel for distlib (setup.py): finished with status 'done' Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=9fe355637b3a6f58f63a947515f3a95f1a1251b3aaa7b2daf6ffafee80ea7bac Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON strict-rfc3339 tzlocal jsonpath-rw pyrsistent PyYAML validate-email distlib Installing collected packages: robotframework, pyrsistent, attrs, jsonschema, rfc3987, chardet, certifi, urllib3, idna, requests, GenSON, PyYAML, validate-email, strict-rfc3339, jsonpointer, flex, pygments, ply, decorator, jsonpath-ng, pytz, tzlocal, RESTinstance, robotframework-dependencylibrary, filelock, distlib, zipp, importlib-metadata, importlib-resources, appdirs, virtualenv, toml, py, pyparsing, packaging, pluggy, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver 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-1.5.0 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.1 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.21 zipp-3.1.0 ---> 36c6a08d310e Removing intermediate container b140d90a99a5 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in 623c09a4bc82 ---> d976fd59d006 Removing intermediate container 623c09a4bc82 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in 4a9f053279d8 ---> 5b5ece3aeea4 Removing intermediate container 4a9f053279d8 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in 3de515164499 ---> 8d89066f8eaf Removing intermediate container 3de515164499 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 ---> Running in 553ebbc77121 Cloning into '/test-vault'...  ---> 8145825258d0 Removing intermediate container 553ebbc77121 Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> 09685f845819 Removing intermediate container b7b745406bb3 Step 34/40 : RUN python3 setup.py develop ---> Running in 522c234fd381 running develop running egg_info creating test_vault.egg-info writing test_vault.egg-info/PKG-INFO writing dependency_links to test_vault.egg-info/dependency_links.txt writing top-level names to test_vault.egg-info/top_level.txt writing manifest file 'test_vault.egg-info/SOURCES.txt' reading manifest file 'test_vault.egg-info/SOURCES.txt' writing manifest file 'test_vault.egg-info/SOURCES.txt' running build_ext Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .) Adding test-vault 1.0.4 to easy-install.pth file Installed /test-vault Processing dependencies for test-vault==1.0.4 Finished processing dependencies for test-vault==1.0.4 ---> 8e80fa8113ae Removing intermediate container 522c234fd381 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in 19666d0ac751 Cloning into '/robotframework-jsonlibrary'...  ---> 727fca7ede9d Removing intermediate container 19666d0ac751 Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> 68817430cad1 Removing intermediate container 43a35a54fe63 Step 37/40 : RUN python3 -m pip install -e . ---> Running in 39f938e1cd79 Obtaining file:///robotframework-jsonlibrary Collecting tox==3.0.0 Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB) Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1) Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1) 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) 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) 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) 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) 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.1) 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.21) 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) 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) 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) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1) 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) Requirement already satisfied: importlib-resources<2,>=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) (1.5.0) 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) 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) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0) Installing collected packages: tox, robotframework-jsonlibrary Attempting uninstall: tox Found existing installation: tox 3.15.2 Uninstalling tox-3.15.2: Successfully uninstalled tox-3.15.2 Attempting uninstall: robotframework-jsonlibrary Found existing installation: robotframework-jsonlibrary 0.3 Uninstalling robotframework-jsonlibrary-0.3: Successfully uninstalled robotframework-jsonlibrary-0.3 Running setup.py develop for robotframework-jsonlibrary Successfully installed robotframework-jsonlibrary tox-3.0.0 ---> 60e163769903 Removing intermediate container 39f938e1cd79 Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> 67b8466218af Removing intermediate container 686179daaaa7 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 ---> Running in ef6cf173b4d0 The path for output specified does not exist ---> 55f738f712dd Removing intermediate container ef6cf173b4d0 Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in 67fc37d1775f ---> bae019279649 Removing intermediate container 67fc37d1775f Successfully built bae019279649 Successfully tagged nfv-robot-hivetap-tt:2.4.1 echo "Building 2.6.1 .. " Building 2.6.1 .. docker build -t nfv-robot-hivetap-tt:2.6.1 . \ --build-arg GIT_BRANCH=2.6.1-fix-plu && \ docker tag nfv-robot-hivetap-tt:2.6.1 ****/nfv-robot-hivetap-tt:2.6.1 Sending build context to Docker daemon 227.3kB Step 1/40 : FROM python:3.6 ---> 13efce2de907 Step 2/40 : MAINTAINER Federico Sismondi ---> Using cache ---> 1c8daee0011b Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests' ---> Using cache ---> 0fea432e909e Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu' ---> Using cache ---> 158735c6e325 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV' ---> Using cache ---> 9c1602c594c0 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt' ---> Using cache ---> 0dc82cf6b61a Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1' ---> Using cache ---> 1a18370e83e7 Step 8/40 : RUN printenv ---> Running in bbdb0809e6f0 CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt CODE_GEN_DOCKER_VERSION=2.6.1 HOSTNAME=bbdb0809e6f0 CODE_GEN_TEST_TYPE=conformance-NFV PYTHON_PIP_VERSION=20.1.1 HOME=/root GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py GIT_BRANCH=2.6.1-fix-plu PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GIT_URL=https://forge.etsi.org/rep/nfv/api-tests PYTHON_VERSION=3.6.10 PWD=/ PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79 ---> 4a3eb5b43920 Removing intermediate container bbdb0809e6f0 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Running in b689e98c51c7 ---> 50c3d11924c7 Removing intermediate container b689e98c51c7 Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Running in 87a7bbb69e5f ---> cca7144d6cc8 Removing intermediate container 87a7bbb69e5f Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Running in 9382ae4f14ec ---> 4dace8de0b9a Removing intermediate container 9382ae4f14ec Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Running in 9d4e56c0413d ---> bfd705785028 Removing intermediate container 9d4e56c0413d Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Running in 0274af26444b ---> 5b05ad28da62 Removing intermediate container 0274af26444b Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Running in 926e891c5eac ---> 3efe1a135630 Removing intermediate container 926e891c5eac Step 15/40 : RUN apt-get update ---> Running in d5a1ba11f77a Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Get:2 http://deb.debian.org/debian buster InRelease [121 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [203 kB] Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB] Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7592 B] Fetched 8355 kB in 5s (1823 kB/s) Reading package lists... ---> 063d0643e6e1 Removing intermediate container d5a1ba11f77a Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Running in de15cfa795d8 debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libapt-inst2.0: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 ... 24603 files and directories currently installed.) Preparing to unpack .../libapt-inst2.0_1.8.2.1_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.8.2.1) ... Selecting previously unselected package apt-utils. Preparing to unpack .../apt-utils_1.8.2.1_amd64.deb ... Unpacking apt-utils (1.8.2.1) ... Setting up libapt-inst2.0:amd64 (1.8.2.1) ... Setting up apt-utils (1.8.2.1) ... Processing triggers for libc-bin (2.28-10) ... ---> 060c34faeca1 Removing intermediate container de15cfa795d8 Step 17/40 : RUN apt-get -y -qq install git ---> Running in f2bd5365ae8a ---> e327dd922c92 Removing intermediate container f2bd5365ae8a Step 18/40 : RUN apt-get -y -qq install vim ---> Running in 3f57f536a2c9 Selecting previously unselected package xxd. (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.) Preparing to unpack .../xxd_2%3a8.1.0875-5_amd64.deb ... Unpacking xxd (2:8.1.0875-5) ... Selecting previously unselected package vim-common. Preparing to unpack .../vim-common_2%3a8.1.0875-5_all.deb ... Unpacking vim-common (2:8.1.0875-5) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../libgpm2_1.20.7-5_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-5) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../vim-runtime_2%3a8.1.0875-5_all.deb ... Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.1.0875-5) ... Selecting previously unselected package vim. Preparing to unpack .../vim_2%3a8.1.0875-5_amd64.deb ... Unpacking vim (2:8.1.0875-5) ... Setting up libgpm2:amd64 (1.20.7-5) ... Setting up xxd (2:8.1.0875-5) ... Setting up vim-common (2:8.1.0875-5) ... Setting up vim-runtime (2:8.1.0875-5) ... Setting up vim (2:8.1.0875-5) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for mime-support (3.62) ... ---> 704bbba27dee Removing intermediate container 3f57f536a2c9 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Running in 8b9a2563fbe7 Preconfiguring packages ... Selecting previously unselected package libc-l10n. (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.) Preparing to unpack .../libc-l10n_2.28-10_all.deb ... Unpacking libc-l10n (2.28-10) ... Selecting previously unselected package locales. Preparing to unpack .../locales_2.28-10_all.deb ... Unpacking locales (2.28-10) ... Setting up libc-l10n (2.28-10) ... Setting up locales (2.28-10) ... Generating locales (this might take a while)... Generation complete. Generating locales (this might take a while)... Generation complete. ---> 6d7e2ae483ae Removing intermediate container 8b9a2563fbe7 Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Running in ab8932c0a87c Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1) ---> 5f22c35adfb6 Removing intermediate container ab8932c0a87c Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Running in 1e1c1e82ad22 ---> 863e844963d9 Removing intermediate container 1e1c1e82ad22 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> 00c3e4cdf69c Removing intermediate container 7ab546b0e9fc Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> 7b3ba8e6f86f Removing intermediate container 251a084be3cd Step 24/40 : RUN pip install -r requirements.txt ---> Running in 11f6b344174e Collecting jinja2 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) Collecting ioppytest-utils Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB) Collecting pika==0.11 Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB) Collecting MarkupSafe>=0.23 Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) Collecting wcwidth==0.1.7 Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB) Collecting prompt-toolkit==1.0.15 Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB) Collecting click-repl==0.1.2 Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB) Collecting click==6.7 Downloading click-6.7-py2.py3-none-any.whl (71 kB) Collecting six>=1.9.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Installing collected packages: MarkupSafe, jinja2, wcwidth, six, prompt-toolkit, click, click-repl, pika, ioppytest-utils 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 ---> 7de081362e0b Removing intermediate container 11f6b344174e Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in f1a66ee21529 Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> d42fa9d31a59 Removing intermediate container f1a66ee21529 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> 66f53beed39e Removing intermediate container 877e5721feaf Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in 7b00ba466d1e ---> ebef06b15397 Removing intermediate container 7b00ba466d1e Step 28/40 : RUN pip install -r requirements.txt ---> Running in c73548049286 Collecting robotframework==3.1 Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB) Collecting RESTinstance==1.0.0rc4 Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB) Collecting robotframework-dependencylibrary==1.0.0.post1 Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB) Collecting robotframework-jsonlibrary==0.3 Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB) Collecting robotframework-jsonschemalibrary==1.0 Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB) Collecting robotframework-mockserver==0.0.5 Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB) Collecting pytz==2018.5 Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB) Collecting tzlocal==1.5.1 Downloading tzlocal-1.5.1.tar.gz (16 kB) Collecting flex==6.13.2 Downloading flex-6.13.2-py3-none-any.whl (77 kB) Collecting jsonschema==3.0.0a3 Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB) Collecting strict-rfc3339==0.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting pygments==2.2.0 Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB) Collecting GenSON==1.0.1 Downloading genson-1.0.1.tar.gz (25 kB) Collecting rfc3987==1.3.8 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) Collecting jsonpath-ng==1.4.3 Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB) Collecting tox Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB) Collecting coverage Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB) Collecting jsonpath-rw==1.4.0 Downloading jsonpath-rw-1.4.0.tar.gz (13 kB) Collecting jsonpath-rw-ext>=0.1.9 Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB) Collecting validate-email<2,>=1.2 Downloading validate_email-1.3.tar.gz (4.7 kB) Collecting PyYAML<4,>=3.11 Downloading PyYAML-3.13.tar.gz (270 kB) 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) Requirement already satisfied: six<2,>=1.7.3 in /usr/local/lib/python3.6/site-packages (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7)) (1.15.0) Collecting jsonpointer<2,>=1.7 Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.16.0.tar.gz (108 kB) Collecting attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting decorator Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) Collecting ply Downloading ply-3.11-py2.py3-none-any.whl (49 kB) Collecting py>=1.4.17 Downloading py-1.8.1-py2.py3-none-any.whl (83 kB) Collecting importlib-metadata<2,>=0.12; python_version < "3.8" Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB) Collecting packaging>=14 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting pluggy>=0.12.0 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 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 Downloading virtualenv-20.0.21-py2.py3-none-any.whl (4.7 MB) Collecting filelock>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting toml>=0.9.4 Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB) Collecting pbr>=1.8 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB) Collecting zipp>=0.5 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting importlib-resources<2,>=1.0; python_version < "3.7" Downloading importlib_resources-1.5.0-py2.py3-none-any.whl (21 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting distlib<1,>=0.3.0 Downloading distlib-0.3.0.zip (571 kB) Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, tzlocal, strict-rfc3339, GenSON, jsonpath-rw, validate-email, PyYAML, pyrsistent, distlib Building wheel for robotframework-jsonlibrary (setup.py): started Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done' Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=999115f7aaa62e478ff58bf8bd8bcf7c45f068308f4caa0f9798ef6101d883ba Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9 Building wheel for robotframework-jsonschemalibrary (setup.py): started Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done' Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=405dbf45edfe181d73c578840450b6326ce654ea67d3afce719b7434dfa714aa Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae Building wheel for robotframework-mockserver (setup.py): started Building wheel for robotframework-mockserver (setup.py): finished with status 'done' Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=e1234fc0087478e409f06c9ea16e2c20ee4ab0169b7440e0f580578fa2e839dd Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1 Building wheel for tzlocal (setup.py): started Building wheel for tzlocal (setup.py): finished with status 'done' Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=7c34b34a9eb0030280109d9714c9cdd172a5211122809f156e33c2393035c076 Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c Building wheel for strict-rfc3339 (setup.py): started Building wheel for strict-rfc3339 (setup.py): finished with status 'done' Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=4cd265cb1a848b54f3f850cecdfaeba25ff7ab03e53e34ddb39c16e6d2ab40e6 Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277 Building wheel for GenSON (setup.py): started Building wheel for GenSON (setup.py): finished with status 'done' Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=c72acc2366625415c7aea83c4fa6c7c677c11621b240f0ef5f2125c0897274ae Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6 Building wheel for jsonpath-rw (setup.py): started Building wheel for jsonpath-rw (setup.py): finished with status 'done' Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=1c515894f60b43bfac31936a579e0a9d979aea29ac26a3143687e681371d425f Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9 Building wheel for validate-email (setup.py): started Building wheel for validate-email (setup.py): finished with status 'done' Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=bf7dfabf1d3d1ca9b8c355a4a2e22c4456399a6032d86962bad80c725b4ab4e8 Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463818 sha256=32f58d4325daa6c85552f1b5a055dae68589c6291db47e0d8b6d719472aea343 Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d Building wheel for pyrsistent (setup.py): started Building wheel for pyrsistent (setup.py): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123219 sha256=c29d2ccf731fd8391953e83cae27cf6d4fa4a80df5f02f3c550f4df253e0e560 Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 Building wheel for distlib (setup.py): started Building wheel for distlib (setup.py): finished with status 'done' Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=333502ea61d24eaa91af74188a065b6e60995946faf3044a5cff8dd1058b81a3 Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal strict-rfc3339 GenSON jsonpath-rw validate-email PyYAML pyrsistent distlib Installing collected packages: robotframework, pytz, tzlocal, validate-email, PyYAML, idna, certifi, urllib3, chardet, requests, strict-rfc3339, rfc3987, jsonpointer, flex, pyrsistent, attrs, jsonschema, pygments, GenSON, decorator, ply, jsonpath-ng, RESTinstance, robotframework-dependencylibrary, py, zipp, importlib-metadata, pyparsing, packaging, pluggy, importlib-resources, filelock, appdirs, distlib, virtualenv, toml, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver 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-1.5.0 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.1 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.21 zipp-3.1.0 ---> a0fb6ee245bf Removing intermediate container c73548049286 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in fa39eee21d94 ---> 3a30f781320e Removing intermediate container fa39eee21d94 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in f5fab9bc451c ---> 2e0f971a92d1 Removing intermediate container f5fab9bc451c Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in 0cafa2d1a217 ---> 3690b5e4f8eb Removing intermediate container 0cafa2d1a217 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 ---> Running in 40ed84b4fe85 Cloning into '/test-vault'...  ---> 4bfb2c58d481 Removing intermediate container 40ed84b4fe85 Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> 06d0098bd73b Removing intermediate container eda2aa36338f Step 34/40 : RUN python3 setup.py develop ---> Running in 91a6fd6429ac running develop running egg_info creating test_vault.egg-info writing test_vault.egg-info/PKG-INFO writing dependency_links to test_vault.egg-info/dependency_links.txt writing top-level names to test_vault.egg-info/top_level.txt writing manifest file 'test_vault.egg-info/SOURCES.txt' reading manifest file 'test_vault.egg-info/SOURCES.txt' writing manifest file 'test_vault.egg-info/SOURCES.txt' running build_ext Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .) Adding test-vault 1.0.4 to easy-install.pth file Installed /test-vault Processing dependencies for test-vault==1.0.4 Finished processing dependencies for test-vault==1.0.4 ---> de9c0ac8de99 Removing intermediate container 91a6fd6429ac Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in 91fccd9560dc Cloning into '/robotframework-jsonlibrary'...  ---> bdd6b92ef96b Removing intermediate container 91fccd9560dc Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> 4143e7a91d40 Removing intermediate container b06bf545b6c7 Step 37/40 : RUN python3 -m pip install -e . ---> Running in 2a73b16afc1d Obtaining file:///robotframework-jsonlibrary Collecting tox==3.0.0 Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB) Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1) Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1) 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) 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) 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) 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) 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.21) 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.1) 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) 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) 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) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1) Requirement already satisfied: importlib-resources<2,>=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) (1.5.0) 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) 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) 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) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0) Installing collected packages: tox, robotframework-jsonlibrary Attempting uninstall: tox Found existing installation: tox 3.15.2 Uninstalling tox-3.15.2: Successfully uninstalled tox-3.15.2 Attempting uninstall: robotframework-jsonlibrary Found existing installation: robotframework-jsonlibrary 0.3 Uninstalling robotframework-jsonlibrary-0.3: Successfully uninstalled robotframework-jsonlibrary-0.3 Running setup.py develop for robotframework-jsonlibrary Successfully installed robotframework-jsonlibrary tox-3.0.0 ---> ae770870c9ae Removing intermediate container 2a73b16afc1d Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> e5eaab0425a4 Removing intermediate container 623467a3199c 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 ---> Running in 70f535ef1799 The path for output specified does not exist ---> afeddfa3fe35 Removing intermediate container 70f535ef1799 Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in eb3344567d3f ---> 86f8d1c8b22d Removing intermediate container eb3344567d3f Successfully built 86f8d1c8b22d Successfully tagged nfv-robot-hivetap-tt:2.6.1 echo "Building finished." Building finished. echo "Pushing 2.4.1 and 2.6.1 develop version" Pushing 2.4.1 and 2.6.1 develop version docker push ****/nfv-robot-hivetap-tt:2.4.1 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt] 8a51e4536da6: Preparing 10778806a103: Preparing 5d6a4ee16410: Preparing 7d954150b9ab: Preparing 83b9e38bd091: Preparing e4223697d006: Preparing 77b8a1568d1d: Preparing eadc129d99f2: Preparing 67e547f21999: Preparing bcc2a8dbe2f8: Preparing 994ca46a60f7: Preparing 141225c86448: Preparing e7d04b9df00d: Preparing e94d403ef167: Preparing 8d394391d9f2: Preparing c6e193dfce8f: Preparing ebdcae809651: Preparing 7ffb5ac47b75: Preparing 7c761da554b5: Preparing ab63d92e1404: Preparing eb26703d6103: Preparing 9424f6aa0d01: Preparing c56fb9f75f56: Preparing b5bc305e9fd3: Preparing da9418a2e1b1: Preparing 2e5b4ca91984: Preparing 527ade4639e0: Preparing c2c789d2d3c5: Preparing 8803ef42039d: Preparing ebdcae809651: Waiting 7ffb5ac47b75: Waiting 7c761da554b5: Waiting ab63d92e1404: Waiting e4223697d006: Waiting eb26703d6103: Waiting 77b8a1568d1d: Waiting 9424f6aa0d01: Waiting eadc129d99f2: Waiting 67e547f21999: Waiting c56fb9f75f56: Waiting bcc2a8dbe2f8: Waiting 994ca46a60f7: Waiting b5bc305e9fd3: Waiting 141225c86448: Waiting da9418a2e1b1: Waiting e7d04b9df00d: Waiting 2e5b4ca91984: Waiting e94d403ef167: Waiting 527ade4639e0: Waiting c2c789d2d3c5: Waiting 8d394391d9f2: Waiting 8803ef42039d: Waiting c6e193dfce8f: Waiting 83b9e38bd091: Pushed 8a51e4536da6: Pushed 10778806a103: Pushed 5d6a4ee16410: Pushed 7d954150b9ab: Pushed e4223697d006: Pushed 77b8a1568d1d: Pushed eadc129d99f2: Pushed bcc2a8dbe2f8: Pushed 67e547f21999: Pushed 141225c86448: Pushed e7d04b9df00d: Pushed e94d403ef167: Pushed 8d394391d9f2: Pushed 994ca46a60f7: Pushed c6e193dfce8f: Pushed 7ffb5ac47b75: Pushed ebdcae809651: Pushed 7c761da554b5: Pushed 9424f6aa0d01: Mounted from library/python eb26703d6103: Mounted from library/python c56fb9f75f56: Mounted from library/python b5bc305e9fd3: Mounted from library/python 2e5b4ca91984: Mounted from library/python da9418a2e1b1: Mounted from library/python 527ade4639e0: Mounted from library/python c2c789d2d3c5: Mounted from library/python ab63d92e1404: Pushed 8803ef42039d: Mounted from library/python 2.4.1: digest: sha256:a3d79b1b5148ea71d9341440a638bb5a99c002774acab4c73eff1fbbb350b5a5 size: 6414 docker push ****/nfv-robot-hivetap-tt:2.6.1 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt] 1b95af63cc65: Preparing 7c4a9bc619f8: Preparing e5d3987b3e22: Preparing 25d96b57f09f: Preparing b7347b7be173: Preparing fd599073b7d6: Preparing 6ec4b37d2819: Preparing 6e0999486320: Preparing 3d9c093772f1: Preparing 1091076a9a9a: Preparing 1d7313851db4: Preparing 40c2fc8e7a3b: Preparing 48415ad51d36: Preparing fc3a8d272113: Preparing b05ccb1e3853: Preparing 1afa9c853cbc: Preparing 370e7a960d28: Preparing 70ed90e1bd97: Preparing 35b15691c7bf: Preparing 16dcc5057f15: Preparing eb26703d6103: Preparing 9424f6aa0d01: Preparing c56fb9f75f56: Preparing b5bc305e9fd3: Preparing da9418a2e1b1: Preparing 2e5b4ca91984: Preparing 527ade4639e0: Preparing c2c789d2d3c5: Preparing 8803ef42039d: Preparing 370e7a960d28: Waiting b5bc305e9fd3: Waiting da9418a2e1b1: Waiting 70ed90e1bd97: Waiting 1d7313851db4: Waiting 2e5b4ca91984: Waiting fd599073b7d6: Waiting 40c2fc8e7a3b: Waiting 6ec4b37d2819: Waiting 527ade4639e0: Waiting 48415ad51d36: Waiting fc3a8d272113: Waiting 35b15691c7bf: Waiting 6e0999486320: Waiting 16dcc5057f15: Waiting c2c789d2d3c5: Waiting 3d9c093772f1: Waiting 1091076a9a9a: Waiting b05ccb1e3853: Waiting 1afa9c853cbc: Waiting eb26703d6103: Waiting c56fb9f75f56: Waiting 25d96b57f09f: Pushed b7347b7be173: Pushed e5d3987b3e22: Pushed 7c4a9bc619f8: Pushed 1b95af63cc65: Pushed fd599073b7d6: Pushed 6e0999486320: Pushed 6ec4b37d2819: Pushed 1091076a9a9a: Pushed fc3a8d272113: Pushed 48415ad51d36: Pushed 3d9c093772f1: Pushed 40c2fc8e7a3b: Pushed b05ccb1e3853: Pushed 70ed90e1bd97: Pushed 370e7a960d28: Pushed eb26703d6103: Layer already exists 35b15691c7bf: Pushed 9424f6aa0d01: Layer already exists c56fb9f75f56: Layer already exists 1d7313851db4: Pushed b5bc305e9fd3: Layer already exists da9418a2e1b1: Layer already exists 2e5b4ca91984: Layer already exists 527ade4639e0: Layer already exists c2c789d2d3c5: Layer already exists 8803ef42039d: Layer already exists 16dcc5057f15: Pushed 1afa9c853cbc: Pushed 2.6.1: digest: sha256:03e7d8b467814992566f485c33e732b5f7cf5bf6570df05158dd2f5eb711cdd5 size: 6414 Finished: SUCCESS