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/jenkins6974728008738106928.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 ---> 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 ---> Using cache ---> d720adc07a3a Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> fddd6b4445af Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Using cache ---> a415fe56cb22 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Using cache ---> 68f2388e09ac Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Using cache ---> 4180b9ad19fd Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Using cache ---> 39be1c4f439f Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Using cache ---> 0c22c57c2d85 Step 15/40 : RUN apt-get update ---> Using cache ---> 465a074b485d Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Using cache ---> d43850c0780e Step 17/40 : RUN apt-get -y -qq install git ---> Using cache ---> 19065ffab1ec Step 18/40 : RUN apt-get -y -qq install vim ---> Using cache ---> 34505ac3d9b1 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Using cache ---> 56151e7d5545 Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Using cache ---> 55efa5f8d05f Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Using cache ---> b0cd7de9fa92 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> 8e83b8b9b2ce Removing intermediate container 6b8f1943a374 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> 8cf2a2dac727 Removing intermediate container 47b7ebdc9246 Step 24/40 : RUN pip install -r requirements.txt ---> Running in dc7c23c282bc 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-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 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, wcwidth, click, six, 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 ---> 9d2898758f92 Removing intermediate container dc7c23c282bc Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in 2374f855e313 Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> 3ca68b3f52ce Removing intermediate container 2374f855e313 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> 6711b04024dd Removing intermediate container 026a3bedee34 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in e9e0c6e4217d ---> 98302b09de44 Removing intermediate container e9e0c6e4217d Step 28/40 : RUN pip install -r requirements.txt ---> Running in 46a8a509c120 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 GenSON==1.0.1 Downloading genson-1.0.1.tar.gz (25 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) Collecting strict-rfc3339==0.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) Collecting tzlocal==1.5.1 Downloading tzlocal-1.5.1.tar.gz (16 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 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 flex==6.13.2 Downloading flex-6.13.2-py3-none-any.whl (77 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 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 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 pyrsistent>=0.14.0 Downloading pyrsistent-0.16.0.tar.gz (108 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 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 jsonpointer<2,>=1.7 Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 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 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) Collecting py>=1.4.17 Downloading py-1.8.2-py2.py3-none-any.whl (83 kB) Collecting pluggy>=0.12.0 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 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 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 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 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 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) Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, strict-rfc3339, tzlocal, jsonpath-rw, pyrsistent, validate-email, PyYAML, 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=96be784dd52122e3523443fbade9a64c9c9a62fb2861f063f7114b60e6b4cd78 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=baa25b0c3114bcae840d587287b7d94225bceca1ea58361c0c6142806c5f3710 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=8929cd9865c38d3e2f75e10953ff0b196ee6af55e0d3244723d40c2960ea1e78 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=2d90d0377c90e5d13bcfe706ef7f440c8756945993773945abd57a6fdfbbd660 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=d353199aad327395c632eddff0a8fe487395d43cfcc0b1583131926d8b975eb2 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=a5106d31626972bd90663a66546e80bf81a59820cae9a556d5e9b83458299b17 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=2e603b526c7ec53fa07978c6f08d7cd86d75db4daea375074b5e028612819f30 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=123208 sha256=1adc313fdbb1e4271c0333af6b065277c0274dcfdfbe452f683d6aee7cbcf28e Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464 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=3b8a65b864e01b317f22a17c433743bffd66577c12b973046a2bea300b876730 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=463801 sha256=7b4c0888706aa684ed652eab3bb7a8c4a290bbc73af6196bbad729e8532d2be8 Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d 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=19bc1ac06142238ae39af944d4b1dd68dab6c8cb70b37a68c01ae1e7e6f412d9 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 validate-email PyYAML distlib Installing collected packages: robotframework, GenSON, chardet, urllib3, idna, certifi, requests, strict-rfc3339, pytz, tzlocal, pygments, pyrsistent, attrs, jsonschema, decorator, ply, jsonpath-ng, rfc3987, jsonpointer, validate-email, PyYAML, flex, RESTinstance, robotframework-dependencylibrary, py, zipp, importlib-metadata, pluggy, filelock, toml, pyparsing, packaging, distlib, importlib-resources, appdirs, virtualenv, 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 ---> 69518d8e06bf Removing intermediate container 46a8a509c120 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in 187388bb0555 ---> a9e4c6628d94 Removing intermediate container 187388bb0555 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in c269c530ad4f ---> 7410ed468184 Removing intermediate container c269c530ad4f Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in b9d9a0015f3c ---> 555d924a9f9c Removing intermediate container b9d9a0015f3c 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 1d01375df374 Cloning into '/test-vault'...  ---> ec6b646afd70 Removing intermediate container 1d01375df374 Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> 463cfb9bdb26 Removing intermediate container 6686a8d9cf6c Step 34/40 : RUN python3 setup.py develop ---> Running in 323c81ade5ea 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 ---> c733b5f4f2b1 Removing intermediate container 323c81ade5ea Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in 992e5804364c Cloning into '/robotframework-jsonlibrary'...  ---> f168cf3de085 Removing intermediate container 992e5804364c Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> 9c5742585a3b Removing intermediate container cca6abd76db2 Step 37/40 : RUN python3 -m pip install -e . ---> Running in b40260ff7c2a 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: 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: 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: 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: 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: 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-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: 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: 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 ---> fb9c3120acda Removing intermediate container b40260ff7c2a Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> 09847a9ed04a Removing intermediate container 40035e257a41 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 4f8cbf0f4b5b The path for output specified does not exist ---> df82ebf04619 Removing intermediate container 4f8cbf0f4b5b Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in 0d4e5e2216b3 ---> b359d23d757b Removing intermediate container 0d4e5e2216b3 Successfully built b359d23d757b 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 ---> Using cache ---> 1e8d77267f9d Step 9/40 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 531067496323 Step 10/40 : ENV PYTHONUNBUFFERED 0 ---> Using cache ---> 448bce7f2050 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests ---> Using cache ---> 3b12238a2f97 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor ---> Using cache ---> d89c25f25b25 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins ---> Using cache ---> 132c6c81baf4 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault ---> Using cache ---> e554d84522b3 Step 15/40 : RUN apt-get update ---> Using cache ---> 217c4ea6a1c3 Step 16/40 : RUN apt-get -y -qq install apt-utils ---> Using cache ---> 86d1c926c871 Step 17/40 : RUN apt-get -y -qq install git ---> Using cache ---> 6b3442cd1140 Step 18/40 : RUN apt-get -y -qq install vim ---> Using cache ---> e86810321cda Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8 ---> Using cache ---> a7a561ac17f2 Step 20/40 : RUN python3 -m pip install --upgrade pip ---> Using cache ---> 3d80162d131a Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH ---> Using cache ---> 03194eb7a549 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH ---> c77738785ad3 Removing intermediate container cb4193133acf Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH ---> 8ce0031a5686 Removing intermediate container 4f2628349e24 Step 24/40 : RUN pip install -r requirements.txt ---> Running in 8a5e3697c0f1 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 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 six 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 ---> d0b6d68222cb Removing intermediate container 8a5e3697c0f1 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT ---> Running in 8c93e60b9a2c Cloning into '/robot-tests'... warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/  ---> 29c6d88600e0 Removing intermediate container 8c93e60b9a2c Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT ---> 147ef0367cb2 Removing intermediate container 32aa99c097ea Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt ---> Running in 3d075e410fc5 ---> e18a527615fb Removing intermediate container 3d075e410fc5 Step 28/40 : RUN pip install -r requirements.txt ---> Running in 3e3806190023 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 GenSON==1.0.1 Downloading genson-1.0.1.tar.gz (25 kB) Collecting pygments==2.2.0 Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 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 jsonpath-ng==1.4.3 Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB) Collecting flex==6.13.2 Downloading flex-6.13.2-py3-none-any.whl (77 kB) Collecting strict-rfc3339==0.7 Downloading strict-rfc3339-0.7.tar.gz (17 kB) Collecting pytz==2018.5 Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB) Collecting requests==2.20.0 Downloading requests-2.20.0-py2.py3-none-any.whl (60 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 7)) (1.15.0) 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 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) Collecting jsonpointer<2,>=1.7 Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB) Collecting validate-email<2,>=1.2 Downloading validate_email-1.3.tar.gz (4.7 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 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 py>=1.4.17 Downloading py-1.8.2-py2.py3-none-any.whl (83 kB) Collecting toml>=0.9.4 Downloading toml-0.10.1-py2.py3-none-any.whl (19 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 filelock>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 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 pbr>=1.8 Downloading pbr-5.4.5-py2.py3-none-any.whl (110 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) 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, tzlocal, strict-rfc3339, 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=fb6a07af81923687812659d4d8fdc2f784689600b05a3969c9255523adc76db9 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=d4bf14109ff687d68e2002cc3e35c48628c16a7734921b9a2229f37f2336796e 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=6e4e3c5a9aa4766a38527ac42642abe4526d63976eb43ff4847e97e57eb14eaf 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=6c2583217ef6543046f8cb3946152f31936657ce27f07c78aa31c33a820f33b6 Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6 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=bcf365a63acb55a17b0b55b48370faf0fa548959ca126f106e6efbb753b4c136 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=e540bfb97800e814bd3c6fac9cacef3ddf8ac30190664ac993a7c8ad3e40d41a 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=9fc9e60f28fd403d3ea6814635a6c35d4d1ed688a0e847f5e50cf72dea0b5aec 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=123219 sha256=68dbb9332ba07d2c2d43db0c5bb2c3fef50ff85742b3ab49f0a38416fa06d89a 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=463828 sha256=9fdfac3dfc64b7999cd511e0ec43e1efd968ea8855dbf3f23d3160385c5e39c2 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=19f0d879c55bbcd0a14d07c2ee793f8de37c190f763f5ed9690732da4e0093db 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=a0eda3996146e84666b1660bf2b5a640ffd0a7870ca1dd2fa60c97a0e35082ac Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON tzlocal strict-rfc3339 jsonpath-rw pyrsistent PyYAML validate-email distlib Installing collected packages: robotframework, pyrsistent, attrs, jsonschema, GenSON, pygments, rfc3987, pytz, tzlocal, decorator, ply, jsonpath-ng, idna, certifi, urllib3, chardet, requests, PyYAML, jsonpointer, validate-email, strict-rfc3339, flex, RESTinstance, robotframework-dependencylibrary, filelock, zipp, importlib-metadata, importlib-resources, distlib, appdirs, virtualenv, py, toml, 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-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 ---> 12dd102d5353 Removing intermediate container 3e3806190023 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} + ---> Running in 0a038e0bc588 ---> 07507ca22e98 Removing intermediate container 0a038e0bc588 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} + ---> Running in 89f5c3603623 ---> 6b81d885fb38 Removing intermediate container 89f5c3603623 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} + ---> Running in 68dcac6badeb ---> 631de099d93e Removing intermediate container 68dcac6badeb 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 55884750b064 Cloning into '/test-vault'...  ---> a645d14b539a Removing intermediate container 55884750b064 Step 33/40 : WORKDIR $TEST_VAULT_ROOT ---> 0eef8582268d Removing intermediate container 7c43f549e80e Step 34/40 : RUN python3 setup.py develop ---> Running in 2d5819a260f5 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 ---> 21763e3553dc Removing intermediate container 2d5819a260f5 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary ---> Running in 724f7112795a Cloning into '/robotframework-jsonlibrary'...  ---> 5463f1cf8391 Removing intermediate container 724f7112795a Step 36/40 : WORKDIR /robotframework-jsonlibrary ---> b4bb2225cbff Removing intermediate container fe900fa8e40a Step 37/40 : RUN python3 -m pip install -e . ---> Running in 4e986647c7a4 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: 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: 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: 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: 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: 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>=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: 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: zipp>=0.4; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from importlib-resources>=1.0; python_version < "3.7"->virtualenv>=1.11.2->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0) 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 ---> ec4da01e20eb Removing intermediate container 4e986647c7a4 Step 38/40 : WORKDIR /robot-to-lewis-adaptor ---> f75540c3b269 Removing intermediate container 7513c4ab5aaa 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 b1f3f8e19708 The path for output specified does not exist ---> cf9785f626be Removing intermediate container b1f3f8e19708 Step 40/40 : CMD ./run_robot_test_suites.py ---> Running in 84c9159ffa46 ---> 25a80592f781 Removing intermediate container 84c9159ffa46 Successfully built 25a80592f781 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] 8897cfaf8f55: Preparing 2391f7a4fa6e: Preparing 710fb7d08a15: Preparing c5f3103f3ec6: Preparing b379a0953b96: Preparing dcf5344c5a02: Preparing e03f49b4b467: Preparing 89df0233194d: Preparing 6f390542e043: Preparing dcf5344c5a02: Waiting e03f49b4b467: Waiting 89df0233194d: Waiting c53f33f4d021: Preparing 6b74a4e3dca7: Preparing 40ff4b119b25: Preparing 53f6984dfb2e: 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 6f390542e043: Waiting c53f33f4d021: Waiting 6b74a4e3dca7: Waiting 40ff4b119b25: Waiting 53f6984dfb2e: Waiting 433f1d49f2ef: Waiting 2eec3f838d33: Waiting 0d7fa640170d: Waiting 99d84e43bb02: Waiting de1b74638e2a: Waiting 8a50e0035906: Waiting 7ae0181b31b5: Waiting eb26703d6103: Waiting 9424f6aa0d01: Waiting c56fb9f75f56: Waiting 2e5b4ca91984: Waiting b5bc305e9fd3: Waiting da9418a2e1b1: Waiting 8803ef42039d: Waiting c2c789d2d3c5: Waiting 8897cfaf8f55: Pushed 2391f7a4fa6e: Pushed c5f3103f3ec6: Pushed 710fb7d08a15: Pushed b379a0953b96: Pushed dcf5344c5a02: Pushed 89df0233194d: Pushed c53f33f4d021: Pushed e03f49b4b467: Pushed 433f1d49f2ef: Layer already exists 2eec3f838d33: Layer already exists 0d7fa640170d: Layer already exists de1b74638e2a: Layer already exists 7ae0181b31b5: Layer already exists 99d84e43bb02: Layer already exists 53f6984dfb2e: Pushed 8a50e0035906: Layer already exists eb26703d6103: Layer already exists 9424f6aa0d01: Layer already exists 40ff4b119b25: Pushed b5bc305e9fd3: Layer already exists c56fb9f75f56: Layer already exists da9418a2e1b1: Layer already exists 527ade4639e0: Layer already exists 2e5b4ca91984: Layer already exists c2c789d2d3c5: Layer already exists 8803ef42039d: Layer already exists 6f390542e043: Pushed 6b74a4e3dca7: Pushed 2.4.1: digest: sha256:6e2f89b86f337f3ae7f1b02e7076f76d4bfc90b93fce86edb27c53af1c7ff683 size: 6414 docker push ****/nfv-robot-hivetap-tt:2.6.1 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt] 4bb25b5d91e8: Preparing 92313908d44f: Preparing e34db327b2f8: Preparing ccabf2224aeb: Preparing abd532825be0: Preparing 73c4b7adaed2: Preparing 5555ccdb460e: Preparing 5416c6d8b145: Preparing 62ab5d2df928: Preparing 5416c6d8b145: Waiting 73c4b7adaed2: Waiting 8c194a5aefa2: Preparing 1010b2efe74d: Preparing d10993ab28fa: Preparing 9d75cab71b18: Preparing af9a7aebe434: Preparing 4dda8fc8be6b: Preparing 24ae0742e3e8: Preparing 1010b2efe74d: Waiting 62ab5d2df928: Waiting d10993ab28fa: Waiting ba2a1e0a82ad: Preparing 9d75cab71b18: Waiting df97a9ebc7fe: Preparing 9e983a67bfcb: Preparing af9a7aebe434: Waiting 2d05b99852db: Preparing eb26703d6103: Preparing 4dda8fc8be6b: Waiting 9424f6aa0d01: Preparing c56fb9f75f56: Preparing b5bc305e9fd3: Preparing da9418a2e1b1: Preparing 2e5b4ca91984: Preparing 527ade4639e0: Preparing c2c789d2d3c5: Preparing 8803ef42039d: Preparing 9e983a67bfcb: Waiting 2d05b99852db: Waiting eb26703d6103: Waiting 9424f6aa0d01: Waiting c56fb9f75f56: Waiting b5bc305e9fd3: Waiting da9418a2e1b1: Waiting 2e5b4ca91984: Waiting 527ade4639e0: Waiting c2c789d2d3c5: Waiting 8803ef42039d: Waiting 8c194a5aefa2: Waiting 24ae0742e3e8: Waiting ba2a1e0a82ad: Waiting ccabf2224aeb: Pushed 4bb25b5d91e8: Pushed abd532825be0: Pushed e34db327b2f8: Pushed 92313908d44f: Pushed 73c4b7adaed2: Pushed 8c194a5aefa2: Pushed 5416c6d8b145: Pushed 5555ccdb460e: Pushed af9a7aebe434: Layer already exists 4dda8fc8be6b: Layer already exists 24ae0742e3e8: Layer already exists ba2a1e0a82ad: Layer already exists df97a9ebc7fe: Layer already exists 62ab5d2df928: Pushed 9d75cab71b18: Pushed 2d05b99852db: Layer already exists 9e983a67bfcb: Layer already exists eb26703d6103: Layer already exists d10993ab28fa: Pushed c56fb9f75f56: Layer already exists 9424f6aa0d01: Layer already exists b5bc305e9fd3: Layer already exists da9418a2e1b1: Layer already exists 527ade4639e0: Layer already exists 2e5b4ca91984: Layer already exists c2c789d2d3c5: Layer already exists 8803ef42039d: Layer already exists 1010b2efe74d: Pushed 2.6.1: digest: sha256:1ccc07b39885ea1328a77fa6b80c080bd32c3f2f086469b9f5cf1884e1b55129 size: 6414 Finished: SUCCESS