Started by GitLab push by Michele 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... [WS-CLEANUP] Done 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/* skipping resolution of commit remotes/origin/2.4.1-fix-plu, since it originates from another repository > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision dfa514c34a293f46b9b67b818c2a035909022900 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f dfa514c34a293f46b9b67b818c2a035909022900 Commit message: "Fix() fixes #23" > git rev-list --no-walk dfa514c34a293f46b9b67b818c2a035909022900 # timeout=10 [robot-api-conf-hive-tap-tt] $ /bin/bash /tmp/jenkins2275736723504422915.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 243.2kB 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 418c773724ce: Waiting 11a88e764313: Waiting 989e6b19a265: Verifying Checksum 989e6b19a265: Download complete af14b6c2f878: Verifying Checksum af14b6c2f878: Download complete 5573c4b30949: Verifying Checksum 5573c4b30949: Download complete 5fbfb8c90ca7: Verifying Checksum 5fbfb8c90ca7: Download complete e9afc4f90ab0: Verifying Checksum e9afc4f90ab0: Download complete 8838231db662: Verifying Checksum 8838231db662: Download complete c16af6e4f0db: Verifying Checksum c16af6e4f0db: Download complete e9afc4f90ab0: Pull complete 989e6b19a265: Pull complete af14b6c2f878: Pull complete 11a88e764313: Verifying Checksum 11a88e764313: Download complete 418c773724ce: Verifying Checksum 418c773724ce: 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 9a8c83f95018 ---> 71f96460ab3b Removing intermediate container 9a8c83f95018 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests' ---> Running in f2d7df8dbb20 ---> eb1d525adb48 Removing intermediate container f2d7df8dbb20 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu' ---> Running in cb54be8acb21 ---> f149252e7b70 Removing intermediate container cb54be8acb21 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV' ---> Running in 035e6afb32ed ---> 18120702c6c9 Removing intermediate container 035e6afb32ed Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt' ---> Running in f50b823b1ae2 ---> 68f02566724d Removing intermediate container f50b823b1ae2 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1' ---> Running in d6605c2fc2e8 ---> 54c9de1142d9 Removing intermediate container d6605c2fc2e8 Step 8/40 : RUN printenv ---> Running in 29ab84190a5b CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt CODE_GEN_DOCKER_VERSION=2.6.1 HOSTNAME=29ab84190a5b 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 ---> d720adc07a3a Removing intermediate container 29ab84190a5b Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Running in 055e5919bf45 ---> fddd6b4445af Removing intermediate container 055e5919bf45 Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Running in 14638b941792 ---> a415fe56cb22 Removing intermediate container 14638b941792 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Running in a97a111a1bf1 ---> 68f2388e09ac Removing intermediate container a97a111a1bf1 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Running in 73a23d326533 ---> 4180b9ad19fd Removing intermediate container 73a23d326533 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Running in c7dcf8b2f395 ---> 39be1c4f439f Removing intermediate container c7dcf8b2f395 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Running in e5d4bc23f306 ---> 0c22c57c2d85 Removing intermediate container e5d4bc23f306 Step 15/40 : RUN apt-get update ---> Running in 45144b8efc31 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 [7868 B] Fetched 8355 kB in 4s (1899 kB/s) Reading package lists... ---> 465a074b485d Removing intermediate container 45144b8efc31 Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Running in 9bfd8aaa9a84 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) ... ---> d43850c0780e Removing intermediate container 9bfd8aaa9a84 Step 17/40 : RUN apt-get -y -qq install git ---> Running in 98b9da7ee9d6 ---> 19065ffab1ec Removing intermediate container 98b9da7ee9d6 Step 18/40 : RUN apt-get -y -qq install vim ---> Running in 0780a3b55626 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) ... ---> 34505ac3d9b1 Removing intermediate container 0780a3b55626 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Running in fc4418303eb8 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. ---> 56151e7d5545 Removing intermediate container fc4418303eb8 Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Running in f40fd517c9c5 Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1) ---> 55efa5f8d05f Removing intermediate container f40fd517c9c5 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Running in 182cabe52ac4 ---> b0cd7de9fa92 Removing intermediate container 182cabe52ac4 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> 6fca288d494f Removing intermediate container 9a19bd36ab22 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> 70b672604bc0 Removing intermediate container 3699e0c86063 Step 24/40 : RUN pip install -r requirements.txt ---> Running in e2249e00d7db 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 click==6.7 Downloading click-6.7-py2.py3-none-any.whl (71 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 six>=1.9.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Installing collected packages: MarkupSafe, jinja2, wcwidth, pika, click, six, 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 ---> d976a0848e78 Removing intermediate container e2249e00d7db Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in 501ac731b72b Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> b8a8ef1db387 Removing intermediate container 501ac731b72b Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> c3e34e289090 Removing intermediate container aa07cc6202a2 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in 672bad2113ac ---> b7257bb78a64 Removing intermediate container 672bad2113ac Step 28/40 : RUN pip install -r requirements.txt ---> Running in 4b0cb4ffa59f 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 tzlocal==1.5.1 Downloading tzlocal-1.5.1.tar.gz (16 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 strict-rfc3339==0.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) Collecting flex==6.13.2 Downloading flex-6.13.2-py3-none-any.whl (77 kB) Collecting jsonpath-ng==1.4.3 Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB) Collecting pytz==2018.5 Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB) Collecting rfc3987==1.3.8 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB) Collecting pygments==2.2.0 Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB) Collecting jsonschema==3.0.0a3 Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 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 idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 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 6)) (6.7) Collecting jsonpointer<2,>=1.7 Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB) 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 6)) (1.15.0) 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 attrs>=17.4.0 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting pyrsistent>=0.14.0 Downloading pyrsistent-0.16.0.tar.gz (108 kB) Collecting py>=1.4.17 Downloading py-1.8.2-py2.py3-none-any.whl (83 kB) Collecting packaging>=14 Downloading packaging-20.4-py2.py3-none-any.whl (37 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.23-py2.py3-none-any.whl (4.7 MB) 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 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 pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting distlib<1,>=0.3.0 Downloading distlib-0.3.0.zip (571 kB) Collecting importlib-resources>=1.0; python_version < "3.7" Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 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, tzlocal, GenSON, strict-rfc3339, 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=a9a7fcbf1ae08cd566d8665f1c871992dca647f1bfadd4aa2ad386841a237230 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=f38ed1340ef4e3fded6f25d5226b79d013cbadb5aaa1729c66f56d82b1387037 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=04442583273279f2cfcf84f1ffd1ea522baca4f463337ca4a2beaa151d195543 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=40d5dc60a2894042901535fb0097aecf873a908ed87bfaed8c37b3cc82776267 Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c 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=e529aaaf810d620d788c7c8d69f6eeafea3e2c11f548bcadeca200671c8cc2f0 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=4b094a1219cdf41c18f24bfd13a2f9a98df2260da2f34d83a8c24f5710442ea6 Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277 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=70594e52d41a49ebbd97df7a9409cfdf7ba0ef39a8ffe44b7bed67fe00cf679d 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=d9483af6a7eee73cbc5b84bc36e16beb0da1fbde3c9f87094c0e66bcaa4514a6 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=463815 sha256=dbb78d302b2ed4bb8f2166ad0b55306c01f70eda472e87b299469ee35219e998 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=123216 sha256=b381ee3ee3e93151927250f804bb235483078f4defd89c17a9619ad6ca2208cb 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=f08e427293e2bce5b649af82afec84ee0855cb35db495e88e2225b849415d329 Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal GenSON strict-rfc3339 jsonpath-rw validate-email PyYAML pyrsistent distlib Installing collected packages: robotframework, pytz, tzlocal, idna, urllib3, certifi, chardet, requests, GenSON, strict-rfc3339, validate-email, PyYAML, rfc3987, jsonpointer, flex, ply, decorator, jsonpath-ng, pygments, attrs, pyrsistent, jsonschema, RESTinstance, robotframework-dependencylibrary, py, pyparsing, packaging, distlib, zipp, importlib-metadata, importlib-resources, filelock, appdirs, virtualenv, pluggy, 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-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 ---> 31e14f5dc7a0 Removing intermediate container 4b0cb4ffa59f Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in c150895116ec ---> cc9c0d46ab1f Removing intermediate container c150895116ec Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in 560c44b231dc ---> e35097da73b3 Removing intermediate container 560c44b231dc Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in e335d897c933 ---> d907a2283abd Removing intermediate container e335d897c933 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 0e8710fe18c2 Cloning into '/test-vault'...  ---> db988b52e4c7 Removing intermediate container 0e8710fe18c2 Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> ba22980f90b1 Removing intermediate container 878d3256a0e7 Step 34/40 : RUN python3 setup.py develop ---> Running in 5f2ea951241b 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 ---> 7cd9faa67c09 Removing intermediate container 5f2ea951241b Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in fc9f9536b4e2 Cloning into '/robotframework-jsonlibrary'...  ---> 1bb517e6fe19 Removing intermediate container fc9f9536b4e2 Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> 1ae90cd09477 Removing intermediate container 7ef331bfac20 Step 37/40 : RUN python3 -m pip install -e . ---> Running in 5289ccf5b1cf 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: 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) 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) 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: 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: 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) 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: 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 ---> 12175475770e Removing intermediate container 5289ccf5b1cf Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> 169ac766bd49 Removing intermediate container dd9fc37820bc 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 2dcb54a87c06 The path for output specified does not exist ---> 49233c3cf704 Removing intermediate container 2dcb54a87c06 Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in c4e9237601ae ---> de6cb9bd165c Removing intermediate container c4e9237601ae Successfully built de6cb9bd165c 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 243.2kB Step 1/40 : FROM python:3.6 ---> 13efce2de907 Step 2/40 : MAINTAINER Federico Sismondi ---> Using cache ---> 71f96460ab3b Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests' ---> Using cache ---> eb1d525adb48 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu' ---> Using cache ---> f149252e7b70 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV' ---> Using cache ---> 18120702c6c9 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt' ---> Using cache ---> 68f02566724d Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1' ---> Using cache ---> 54c9de1142d9 Step 8/40 : RUN printenv ---> Running in 86def4e2c3cc CODE_GEN_DOCKER_IMAGE=****/nfv-robot-hivetap-tt CODE_GEN_DOCKER_VERSION=2.6.1 HOSTNAME=86def4e2c3cc 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 ---> 1e8d77267f9d Removing intermediate container 86def4e2c3cc Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Running in 9f8155de64cf ---> 531067496323 Removing intermediate container 9f8155de64cf Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Running in 30d968d09300 ---> 448bce7f2050 Removing intermediate container 30d968d09300 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Running in c057c197dec3 ---> 3b12238a2f97 Removing intermediate container c057c197dec3 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Running in 2e678c2189c5 ---> d89c25f25b25 Removing intermediate container 2e678c2189c5 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Running in ce12466f864a ---> 132c6c81baf4 Removing intermediate container ce12466f864a Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Running in 802de92b04ea ---> e554d84522b3 Removing intermediate container 802de92b04ea Step 15/40 : RUN apt-get update ---> Running in 31b9aba388da 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 [7868 B] Fetched 8355 kB in 5s (1729 kB/s) Reading package lists... ---> 217c4ea6a1c3 Removing intermediate container 31b9aba388da Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Running in d37f929bd29d 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) ... ---> 86d1c926c871 Removing intermediate container d37f929bd29d Step 17/40 : RUN apt-get -y -qq install git ---> Running in df4f66a39f25 ---> 6b3442cd1140 Removing intermediate container df4f66a39f25 Step 18/40 : RUN apt-get -y -qq install vim ---> Running in a8eb812b7aea 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) ... ---> e86810321cda Removing intermediate container a8eb812b7aea Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Running in 4eb59c38c17d 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. ---> a7a561ac17f2 Removing intermediate container 4eb59c38c17d Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Running in 00eba491b6eb Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (20.1.1) ---> 3d80162d131a Removing intermediate container 00eba491b6eb Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Running in e1fa0469d084 ---> 03194eb7a549 Removing intermediate container e1fa0469d084 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> 3704bce26761 Removing intermediate container be343cdd44c4 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> d05d7626c725 Removing intermediate container fc418fcb23f7 Step 24/40 : RUN pip install -r requirements.txt ---> Running in 0208c14692a0 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-repl==0.1.2 Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB) Collecting wcwidth==0.1.7 Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB) Collecting click==6.7 Downloading click-6.7-py2.py3-none-any.whl (71 kB) Collecting prompt-toolkit==1.0.15 Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB) Collecting six Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Installing collected packages: MarkupSafe, jinja2, six, click, wcwidth, prompt-toolkit, 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 ---> 72dfcdd3ca9a Removing intermediate container 0208c14692a0 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in 451cadc9e0d8 Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> 8c09dfeb8dd3 Removing intermediate container 451cadc9e0d8 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> c592f2b043ee Removing intermediate container bf6456f62b01 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in dd10d85da81f ---> 1e10db672df6 Removing intermediate container dd10d85da81f Step 28/40 : RUN pip install -r requirements.txt ---> Running in b29f499103ee 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 pygments==2.2.0 Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 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 jsonpath-ng==1.4.3 Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB) Collecting rfc3987==1.3.8 Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 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 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 GenSON==1.0.1 Downloading genson-1.0.1.tar.gz (25 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) 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 PyYAML<4,>=3.11 Downloading PyYAML-3.13.tar.gz (270 kB) 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 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 idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB) 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 packaging>=14 Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting py>=1.4.17 Downloading py-1.8.2-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 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.23-py2.py3-none-any.whl (4.7 MB) 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 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) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting importlib-resources>=1.0; python_version < "3.7" Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 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=b5482dfabf1a6046fa2a67906a0aa3586ba8f6f355dc21e282c4db774453ef41 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=6833966ae53ce6a8c657044b8340326db6550a66f20d8ca905accff688287f5f 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=59d0a6c1fed26d2473685752576ee0d2a0f7c57ee224ac86aac3f744058246cd 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=e704aaca53ba6393eb0ac38e629ecc92f2252c766f284488933eaac473d1c168 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=1eeef82cd8e9d21d1f6d4ea50ca7db2dfc871f89c0307b941381f400bfdb3715 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=65e2a311078e9fe7e74602b29eea160f9c135a1c0a2c23a885c617379e693a25 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=636270135754e91ef5be41d184644c0a75bef4d2143baf8888047d58b83f58ee 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=7e33c21d648f76aa9780cb468314999c38a2ca2c929880e0f65801174c61d6f1 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=463813 sha256=fdc3e61fcfad4f9d78725bfe346b29adbd4ab562d25a921db8e10971c033065e 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=123220 sha256=a222dca700e99b1d89c81304ce2a24cb463ea30035dff3b0cd96b74253427254 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=d32507a6f24c222cc679ef25d25ca001370e192c7086299a471e23bbc959f0d3 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, pygments, idna, chardet, urllib3, certifi, requests, strict-rfc3339, rfc3987, validate-email, PyYAML, jsonpointer, flex, pyrsistent, attrs, jsonschema, decorator, ply, jsonpath-ng, pytz, tzlocal, GenSON, RESTinstance, robotframework-dependencylibrary, toml, filelock, pyparsing, packaging, py, zipp, importlib-metadata, appdirs, importlib-resources, distlib, virtualenv, 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-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 ---> eaea54ff6b46 Removing intermediate container b29f499103ee Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in a12bd7a5cdfd ---> d7c7e19feb3d Removing intermediate container a12bd7a5cdfd Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in 534d4eacf9a6 ---> 69f025f940b1 Removing intermediate container 534d4eacf9a6 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in 59d58e6c2cbd ---> 9a24a1734616 Removing intermediate container 59d58e6c2cbd 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 8c48890d02bc Cloning into '/test-vault'...  ---> 4420898e03d0 Removing intermediate container 8c48890d02bc Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> ec049e0902b4 Removing intermediate container cbe751fb4f1d Step 34/40 : RUN python3 setup.py develop ---> Running in cf8f4f572071 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 ---> 22e3fe41ae28 Removing intermediate container cf8f4f572071 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in 03aa83ea4174 Cloning into '/robotframework-jsonlibrary'...  ---> 56d5da641c1d Removing intermediate container 03aa83ea4174 Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> 19d6ea6ff5c3 Removing intermediate container 8898ad784793 Step 37/40 : RUN python3 -m pip install -e . ---> Running in 66f7e8f78296 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: 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) 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) 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: 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: 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: 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-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) 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: 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) 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) 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 ---> 06a44121aacc Removing intermediate container 66f7e8f78296 Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> ca58f8a70601 Removing intermediate container 3ae4fcab0c75 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 2892d9bbc5a9 The path for output specified does not exist ---> 85ed19cefbbe Removing intermediate container 2892d9bbc5a9 Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in 3b86a2178c24 ---> 149014ecd611 Removing intermediate container 3b86a2178c24 Successfully built 149014ecd611 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] 44773938f822: Preparing 76991c757040: Preparing ccfdbacaa1ef: Preparing 101d37628b3e: Preparing caa4c56ebd41: Preparing ca7a586dc9e0: Preparing ff46ce479649: Preparing 7f2e7bca15a1: Preparing f5b736cddba2: Preparing 56fd7b54a89e: Preparing 8f7023bd3aed: Preparing bb61c70596b0: Preparing 46d93630f11a: Preparing 433f1d49f2ef: Preparing 2eec3f838d33: Preparing 0d7fa640170d: Preparing de1b74638e2a: Preparing 7ae0181b31b5: Preparing 99d84e43bb02: Preparing 8a50e0035906: Preparing eb26703d6103: Preparing 9424f6aa0d01: Preparing c56fb9f75f56: Preparing b5bc305e9fd3: Preparing da9418a2e1b1: Preparing 2e5b4ca91984: Preparing 527ade4639e0: Preparing c2c789d2d3c5: Preparing 8803ef42039d: Preparing de1b74638e2a: Waiting 7ae0181b31b5: Waiting 99d84e43bb02: Waiting 8a50e0035906: Waiting eb26703d6103: Waiting 9424f6aa0d01: Waiting c56fb9f75f56: Waiting b5bc305e9fd3: Waiting ff46ce479649: Waiting 7f2e7bca15a1: Waiting f5b736cddba2: Waiting da9418a2e1b1: Waiting 56fd7b54a89e: Waiting 2e5b4ca91984: Waiting 8f7023bd3aed: Waiting 527ade4639e0: Waiting bb61c70596b0: Waiting 46d93630f11a: Waiting c2c789d2d3c5: Waiting 8803ef42039d: Waiting 433f1d49f2ef: Waiting 2eec3f838d33: Waiting 0d7fa640170d: Waiting ca7a586dc9e0: Waiting 44773938f822: Pushed 101d37628b3e: Pushed 76991c757040: Pushed ccfdbacaa1ef: Pushed caa4c56ebd41: Pushed ca7a586dc9e0: Pushed 7f2e7bca15a1: Pushed 56fd7b54a89e: Pushed ff46ce479649: Pushed 433f1d49f2ef: Pushed 46d93630f11a: Pushed f5b736cddba2: Pushed bb61c70596b0: Pushed 2eec3f838d33: Pushed 7ae0181b31b5: Pushed 99d84e43bb02: Pushed eb26703d6103: Layer already exists 0d7fa640170d: Pushed 9424f6aa0d01: Layer already exists c56fb9f75f56: Layer already exists b5bc305e9fd3: Layer already exists da9418a2e1b1: Layer already exists 2e5b4ca91984: Layer already exists 527ade4639e0: Layer already exists c2c789d2d3c5: Layer already exists 8803ef42039d: Layer already exists de1b74638e2a: Pushed 8a50e0035906: Pushed 8f7023bd3aed: Pushed 2.4.1: digest: sha256:69744699ede967ab605bf3c9f971ab4a486d22bbb55440c9307ad1787cd6c9f4 size: 6414 docker push ****/nfv-robot-hivetap-tt:2.6.1 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt] 3fbb0f16dc0b: Preparing c938f5bd73e6: Preparing 5471f86dfec8: Preparing 95b5e6e7d8ca: Preparing 27df5b080dba: Preparing c13c31708e78: Preparing 1c0edaa3c28d: Preparing 70a99ff08c89: Preparing e26357219d91: Preparing c13c31708e78: Waiting 1c0edaa3c28d: Waiting 70a99ff08c89: Waiting 051b6c1037d1: Preparing e26357219d91: Waiting 2e87838e5884: Preparing ee41f0b06af6: Preparing 051b6c1037d1: Waiting 2e87838e5884: Waiting 49e0814d9cdd: Preparing ee41f0b06af6: Waiting af9a7aebe434: Preparing 4dda8fc8be6b: Preparing 49e0814d9cdd: Waiting 24ae0742e3e8: Preparing ba2a1e0a82ad: Preparing af9a7aebe434: Waiting df97a9ebc7fe: Preparing 9e983a67bfcb: Preparing 2d05b99852db: Preparing eb26703d6103: Preparing 9e983a67bfcb: Waiting 4dda8fc8be6b: Waiting 24ae0742e3e8: Waiting ba2a1e0a82ad: Waiting df97a9ebc7fe: Waiting 2d05b99852db: Waiting 9424f6aa0d01: Preparing c56fb9f75f56: Preparing b5bc305e9fd3: Preparing da9418a2e1b1: Preparing 9424f6aa0d01: Waiting 2e5b4ca91984: Preparing 527ade4639e0: Preparing c2c789d2d3c5: Preparing 8803ef42039d: Preparing c56fb9f75f56: Waiting b5bc305e9fd3: Waiting da9418a2e1b1: Waiting c2c789d2d3c5: Waiting 2e5b4ca91984: Waiting 527ade4639e0: Waiting 3fbb0f16dc0b: Pushed 95b5e6e7d8ca: Pushed 27df5b080dba: Pushed c938f5bd73e6: Pushed 5471f86dfec8: Pushed c13c31708e78: Pushed 1c0edaa3c28d: Pushed 70a99ff08c89: Pushed 051b6c1037d1: Pushed af9a7aebe434: Pushed 49e0814d9cdd: Pushed e26357219d91: Pushed ee41f0b06af6: Pushed 4dda8fc8be6b: Pushed df97a9ebc7fe: Pushed 24ae0742e3e8: Pushed eb26703d6103: Layer already exists 9424f6aa0d01: Layer already exists c56fb9f75f56: Layer already exists 9e983a67bfcb: Pushed b5bc305e9fd3: Layer already exists da9418a2e1b1: Layer already exists 2e87838e5884: Pushed 2e5b4ca91984: Layer already exists 527ade4639e0: Layer already exists c2c789d2d3c5: Layer already exists ba2a1e0a82ad: Pushed 8803ef42039d: Layer already exists 2d05b99852db: Pushed 2.6.1: digest: sha256:895347533443a245e1c5040c60a1cd736dbb4d4809c3e7496aa445abed1894a7 size: 6414 Finished: SUCCESS