SuccessConsole Output

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

20:07:53 Step 1/40 : FROM python:3.6
20:07:53  ---> 13efce2de907
20:07:53 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
20:07:53  ---> Using cache
20:07:53  ---> 71f96460ab3b
20:07:53 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
20:07:53  ---> Using cache
20:07:53  ---> eb1d525adb48
20:07:53 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
20:07:53  ---> Using cache
20:07:53  ---> f149252e7b70
20:07:53 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
20:07:53  ---> Using cache
20:07:53  ---> 18120702c6c9
20:07:53 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
20:07:53  ---> Using cache
20:07:53  ---> 68f02566724d
20:07:53 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
20:07:53  ---> Using cache
20:07:53  ---> 54c9de1142d9
20:07:53 Step 8/40 : RUN printenv
20:07:53  ---> Using cache
20:07:53  ---> d720adc07a3a
20:07:53 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
20:07:53  ---> Using cache
20:07:53  ---> fddd6b4445af
20:07:53 Step 10/40 : ENV PYTHONUNBUFFERED 0
20:07:53  ---> Using cache
20:07:53  ---> a415fe56cb22
20:07:53 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
20:07:53  ---> Using cache
20:07:53  ---> 68f2388e09ac
20:07:53 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
20:07:53  ---> Using cache
20:07:53  ---> 4180b9ad19fd
20:07:53 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
20:07:53  ---> Using cache
20:07:53  ---> 39be1c4f439f
20:07:53 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
20:07:53  ---> Using cache
20:07:53  ---> 0c22c57c2d85
20:07:53 Step 15/40 : RUN apt-get update
20:07:53  ---> Using cache
20:07:53  ---> 465a074b485d
20:07:53 Step 16/40 : RUN apt-get -y -qq install apt-utils
20:07:53  ---> Using cache
20:07:53  ---> d43850c0780e
20:07:53 Step 17/40 : RUN apt-get -y -qq install git
20:07:53  ---> Using cache
20:07:53  ---> 19065ffab1ec
20:07:53 Step 18/40 : RUN apt-get -y -qq install vim
20:07:53  ---> Using cache
20:07:53  ---> 34505ac3d9b1
20:07:53 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
20:07:53  ---> Using cache
20:07:53  ---> 56151e7d5545
20:07:53 Step 20/40 : RUN python3 -m pip install --upgrade pip
20:07:53  ---> Using cache
20:07:53  ---> 55efa5f8d05f
20:07:53 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
20:07:53  ---> Using cache
20:07:53  ---> b0cd7de9fa92
20:07:53 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
20:07:53  ---> 8e83b8b9b2ce
20:07:53 Removing intermediate container 6b8f1943a374
20:07:53 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
20:07:53  ---> 8cf2a2dac727
20:07:53 Removing intermediate container 47b7ebdc9246
20:07:53 Step 24/40 : RUN pip install -r requirements.txt
20:07:53  ---> Running in dc7c23c282bc
20:07:54 Collecting jinja2
20:07:54   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
20:07:55 Collecting ioppytest-utils
20:07:55   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
20:07:55 Collecting pika==0.11
20:07:55   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
20:07:55 Collecting MarkupSafe>=0.23
20:07:55   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
20:07:55 Collecting wcwidth==0.1.7
20:07:55   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
20:07:55 Collecting click-repl==0.1.2
20:07:55   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
20:07:55 Collecting click==6.7
20:07:55   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
20:07:55 Collecting prompt-toolkit==1.0.15
20:07:55   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
20:07:56 Collecting six
20:07:56   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
20:07:56 Installing collected packages: MarkupSafe, jinja2, wcwidth, click, six, prompt-toolkit, click-repl, pika, ioppytest-utils
20:07:57 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
20:07:57  ---> 9d2898758f92
20:07:57 Removing intermediate container dc7c23c282bc
20:07:57 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
20:07:57  ---> Running in 2374f855e313
20:07:58 Cloning into '/robot-tests'...
20:07:58 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
20:07:58  ---> 3ca68b3f52ce
20:08:01 Removing intermediate container 2374f855e313
20:08:01 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
20:08:01  ---> 6711b04024dd
20:08:01 Removing intermediate container 026a3bedee34
20:08:01 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
20:08:01  ---> Running in e9e0c6e4217d
20:08:02  ---> 98302b09de44
20:08:02 Removing intermediate container e9e0c6e4217d
20:08:02 Step 28/40 : RUN pip install -r requirements.txt
20:08:02  ---> Running in 46a8a509c120
20:08:03 Collecting robotframework==3.1
20:08:03   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
20:08:04 Collecting RESTinstance==1.0.0rc4
20:08:04   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
20:08:04 Collecting robotframework-dependencylibrary==1.0.0.post1
20:08:04   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
20:08:04 Collecting robotframework-jsonlibrary==0.3
20:08:04   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
20:08:05 Collecting robotframework-jsonschemalibrary==1.0
20:08:05   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
20:08:05 Collecting robotframework-mockserver==0.0.5
20:08:05   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
20:08:06 Collecting GenSON==1.0.1
20:08:06   Downloading genson-1.0.1.tar.gz (25 kB)
20:08:06 Collecting requests==2.20.0
20:08:06   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
20:08:06 Collecting strict-rfc3339==0.7
20:08:06   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
20:08:07 Collecting tzlocal==1.5.1
20:08:07   Downloading tzlocal-1.5.1.tar.gz (16 kB)
20:08:07 Collecting pygments==2.2.0
20:08:07   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
20:08:07 Collecting jsonschema==3.0.0a3
20:08:07   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
20:08:07 Collecting jsonpath-ng==1.4.3
20:08:07   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
20:08:08 Collecting pytz==2018.5
20:08:08   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
20:08:08 Collecting rfc3987==1.3.8
20:08:08   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
20:08:08 Collecting flex==6.13.2
20:08:08   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
20:08:08 Collecting tox
20:08:08   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
20:08:09 Collecting coverage
20:08:09   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
20:08:09 Collecting jsonpath-rw==1.4.0
20:08:09   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
20:08:09 Collecting jsonpath-rw-ext>=0.1.9
20:08:09   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
20:08:10 Collecting chardet<3.1.0,>=3.0.2
20:08:10   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
20:08:10 Collecting urllib3<1.25,>=1.21.1
20:08:10   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
20:08:10 Collecting idna<2.8,>=2.5
20:08:10   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
20:08:10 Collecting certifi>=2017.4.17
20:08:10   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
20:08:10 Collecting pyrsistent>=0.14.0
20:08:10   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
20:08:10 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)
20:08:11 Collecting attrs>=17.4.0
20:08:11   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
20:08:11 Collecting decorator
20:08:11   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
20:08:11 Collecting ply
20:08:11   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
20:08:11 Collecting jsonpointer<2,>=1.7
20:08:11   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
20:08:11 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)
20:08:11 Collecting validate-email<2,>=1.2
20:08:11   Downloading validate_email-1.3.tar.gz (4.7 kB)
20:08:11 Collecting PyYAML<4,>=3.11
20:08:11   Downloading PyYAML-3.13.tar.gz (270 kB)
20:08:12 Collecting py>=1.4.17
20:08:12   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
20:08:12 Collecting pluggy>=0.12.0
20:08:12   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
20:08:12 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
20:08:12   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
20:08:12 Collecting filelock>=3.0.0
20:08:12   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
20:08:13 Collecting toml>=0.9.4
20:08:13   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
20:08:13 Collecting packaging>=14
20:08:13   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
20:08:13 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
20:08:13   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
20:08:13 Collecting pbr>=1.8
20:08:13   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
20:08:14 Collecting zipp>=0.5
20:08:14   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
20:08:14 Collecting pyparsing>=2.0.2
20:08:14   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
20:08:14 Collecting distlib<1,>=0.3.0
20:08:14   Downloading distlib-0.3.0.zip (571 kB)
20:08:14 Collecting importlib-resources>=1.0; python_version < "3.7"
20:08:14   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
20:08:15 Collecting appdirs<2,>=1.4.3
20:08:15   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
20:08:15 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, strict-rfc3339, tzlocal, jsonpath-rw, pyrsistent, validate-email, PyYAML, distlib
20:08:15   Building wheel for robotframework-jsonlibrary (setup.py): started
20:08:15   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
20:08:15   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=96be784dd52122e3523443fbade9a64c9c9a62fb2861f063f7114b60e6b4cd78
20:08:15   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
20:08:15   Building wheel for robotframework-jsonschemalibrary (setup.py): started
20:08:15   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
20:08:15   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=baa25b0c3114bcae840d587287b7d94225bceca1ea58361c0c6142806c5f3710
20:08:15   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
20:08:15   Building wheel for robotframework-mockserver (setup.py): started
20:08:16   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
20:08:16   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=8929cd9865c38d3e2f75e10953ff0b196ee6af55e0d3244723d40c2960ea1e78
20:08:16   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
20:08:16   Building wheel for GenSON (setup.py): started
20:08:16   Building wheel for GenSON (setup.py): finished with status 'done'
20:08:16   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=2d90d0377c90e5d13bcfe706ef7f440c8756945993773945abd57a6fdfbbd660
20:08:16   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
20:08:16   Building wheel for strict-rfc3339 (setup.py): started
20:08:17   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
20:08:17   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=d353199aad327395c632eddff0a8fe487395d43cfcc0b1583131926d8b975eb2
20:08:17   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
20:08:17   Building wheel for tzlocal (setup.py): started
20:08:17   Building wheel for tzlocal (setup.py): finished with status 'done'
20:08:17   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=a5106d31626972bd90663a66546e80bf81a59820cae9a556d5e9b83458299b17
20:08:17   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
20:08:17   Building wheel for jsonpath-rw (setup.py): started
20:08:17   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
20:08:17   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=2e603b526c7ec53fa07978c6f08d7cd86d75db4daea375074b5e028612819f30
20:08:17   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
20:08:17   Building wheel for pyrsistent (setup.py): started
20:08:19   Building wheel for pyrsistent (setup.py): finished with status 'done'
20:08:19   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123208 sha256=1adc313fdbb1e4271c0333af6b065277c0274dcfdfbe452f683d6aee7cbcf28e
20:08:19   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
20:08:19   Building wheel for validate-email (setup.py): started
20:08:19   Building wheel for validate-email (setup.py): finished with status 'done'
20:08:19   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=3b8a65b864e01b317f22a17c433743bffd66577c12b973046a2bea300b876730
20:08:19   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
20:08:19   Building wheel for PyYAML (setup.py): started
20:08:28   Building wheel for PyYAML (setup.py): finished with status 'done'
20:08:28   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463801 sha256=7b4c0888706aa684ed652eab3bb7a8c4a290bbc73af6196bbad729e8532d2be8
20:08:28   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
20:08:28   Building wheel for distlib (setup.py): started
20:08:28   Building wheel for distlib (setup.py): finished with status 'done'
20:08:28   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=19bc1ac06142238ae39af944d4b1dd68dab6c8cb70b37a68c01ae1e7e6f412d9
20:08:28   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
20:08:28 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON strict-rfc3339 tzlocal jsonpath-rw pyrsistent validate-email PyYAML distlib
20:08:29 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
20:08:34 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
20:08:35  ---> 69518d8e06bf
20:08:36 Removing intermediate container 46a8a509c120
20:08:36 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
20:08:36  ---> Running in 187388bb0555
20:08:36  ---> a9e4c6628d94
20:08:36 Removing intermediate container 187388bb0555
20:08:36 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
20:08:37  ---> Running in c269c530ad4f
20:08:37  ---> 7410ed468184
20:08:37 Removing intermediate container c269c530ad4f
20:08:37 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
20:08:37  ---> Running in b9d9a0015f3c
20:08:38  ---> 555d924a9f9c
20:08:38 Removing intermediate container b9d9a0015f3c
20:08:38 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
20:08:38  ---> Running in 1d01375df374
20:08:39 Cloning into '/test-vault'...
20:08:39  ---> ec6b646afd70
20:08:40 Removing intermediate container 1d01375df374
20:08:40 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
20:08:40  ---> 463cfb9bdb26
20:08:40 Removing intermediate container 6686a8d9cf6c
20:08:40 Step 34/40 : RUN python3 setup.py develop
20:08:40  ---> Running in 323c81ade5ea
20:08:41 running develop
20:08:41 running egg_info
20:08:41 creating test_vault.egg-info
20:08:41 writing test_vault.egg-info/PKG-INFO
20:08:41 writing dependency_links to test_vault.egg-info/dependency_links.txt
20:08:41 writing top-level names to test_vault.egg-info/top_level.txt
20:08:41 writing manifest file 'test_vault.egg-info/SOURCES.txt'
20:08:41 reading manifest file 'test_vault.egg-info/SOURCES.txt'
20:08:41 writing manifest file 'test_vault.egg-info/SOURCES.txt'
20:08:41 running build_ext
20:08:41 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
20:08:41 Adding test-vault 1.0.4 to easy-install.pth file
20:08:41 
20:08:41 Installed /test-vault
20:08:41 Processing dependencies for test-vault==1.0.4
20:08:41 Finished processing dependencies for test-vault==1.0.4
20:08:41  ---> c733b5f4f2b1
20:08:41 Removing intermediate container 323c81ade5ea
20:08:41 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
20:08:41  ---> Running in 992e5804364c
20:08:41 Cloning into '/robotframework-jsonlibrary'...
20:08:41  ---> f168cf3de085
20:08:43 Removing intermediate container 992e5804364c
20:08:43 Step 36/40 : WORKDIR /robotframework-jsonlibrary
20:08:43  ---> 9c5742585a3b
20:08:43 Removing intermediate container cca6abd76db2
20:08:43 Step 37/40 : RUN python3 -m pip install -e .
20:08:43  ---> Running in b40260ff7c2a
20:08:44 Obtaining file:///robotframework-jsonlibrary
20:08:45 Collecting tox==3.0.0
20:08:45   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
20:08:45 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
20:08:45 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 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)
20:08:45 Installing collected packages: tox, robotframework-jsonlibrary
20:08:45   Attempting uninstall: tox
20:08:45     Found existing installation: tox 3.15.2
20:08:45     Uninstalling tox-3.15.2:
20:08:45       Successfully uninstalled tox-3.15.2
20:08:45   Attempting uninstall: robotframework-jsonlibrary
20:08:45     Found existing installation: robotframework-jsonlibrary 0.3
20:08:45     Uninstalling robotframework-jsonlibrary-0.3:
20:08:45       Successfully uninstalled robotframework-jsonlibrary-0.3
20:08:45   Running setup.py develop for robotframework-jsonlibrary
20:08:46 Successfully installed robotframework-jsonlibrary tox-3.0.0
20:08:46  ---> fb9c3120acda
20:08:46 Removing intermediate container b40260ff7c2a
20:08:46 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
20:08:47  ---> 09847a9ed04a
20:08:47 Removing intermediate container 40035e257a41
20:08:47 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
20:08:47  ---> Running in 4f8cbf0f4b5b
20:08:47 The path for output specified does not exist
20:08:48  ---> df82ebf04619
20:08:48 Removing intermediate container 4f8cbf0f4b5b
20:08:48 Step 40/40 : CMD ./run_robot_test_suites.py
20:08:48  ---> Running in 0d4e5e2216b3
20:08:48  ---> b359d23d757b
20:08:48 Removing intermediate container 0d4e5e2216b3
20:08:48 Successfully built b359d23d757b
20:08:48 Successfully tagged nfv-robot-hivetap-tt:2.4.1
20:08:48 echo "Building 2.6.1 .. "
20:08:48 Building 2.6.1 .. 
20:08:48 docker build -t nfv-robot-hivetap-tt:2.6.1 . \
20:08:48  		   --build-arg GIT_BRANCH=2.6.1-fix-plu && \
20:08:48  		   docker tag nfv-robot-hivetap-tt:2.6.1 ****/nfv-robot-hivetap-tt:2.6.1
20:08:48 Sending build context to Docker daemon  243.2kB

20:08:48 Step 1/40 : FROM python:3.6
20:08:48  ---> 13efce2de907
20:08:48 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
20:08:48  ---> Using cache
20:08:48  ---> 71f96460ab3b
20:08:48 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
20:08:48  ---> Using cache
20:08:48  ---> eb1d525adb48
20:08:48 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
20:08:48  ---> Using cache
20:08:48  ---> f149252e7b70
20:08:48 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
20:08:48  ---> Using cache
20:08:48  ---> 18120702c6c9
20:08:48 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
20:08:48  ---> Using cache
20:08:48  ---> 68f02566724d
20:08:48 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
20:08:48  ---> Using cache
20:08:48  ---> 54c9de1142d9
20:08:48 Step 8/40 : RUN printenv
20:08:48  ---> Using cache
20:08:48  ---> 1e8d77267f9d
20:08:48 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
20:08:48  ---> Using cache
20:08:48  ---> 531067496323
20:08:48 Step 10/40 : ENV PYTHONUNBUFFERED 0
20:08:48  ---> Using cache
20:08:48  ---> 448bce7f2050
20:08:48 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
20:08:48  ---> Using cache
20:08:48  ---> 3b12238a2f97
20:08:48 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
20:08:48  ---> Using cache
20:08:48  ---> d89c25f25b25
20:08:48 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
20:08:48  ---> Using cache
20:08:48  ---> 132c6c81baf4
20:08:48 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
20:08:48  ---> Using cache
20:08:48  ---> e554d84522b3
20:08:48 Step 15/40 : RUN apt-get update
20:08:48  ---> Using cache
20:08:48  ---> 217c4ea6a1c3
20:08:48 Step 16/40 : RUN apt-get -y -qq install apt-utils
20:08:48  ---> Using cache
20:08:48  ---> 86d1c926c871
20:08:48 Step 17/40 : RUN apt-get -y -qq install git
20:08:48  ---> Using cache
20:08:48  ---> 6b3442cd1140
20:08:48 Step 18/40 : RUN apt-get -y -qq install vim
20:08:48  ---> Using cache
20:08:48  ---> e86810321cda
20:08:48 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
20:08:48  ---> Using cache
20:08:48  ---> a7a561ac17f2
20:08:48 Step 20/40 : RUN python3 -m pip install --upgrade pip
20:08:48  ---> Using cache
20:08:48  ---> 3d80162d131a
20:08:48 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
20:08:48  ---> Using cache
20:08:48  ---> 03194eb7a549
20:08:48 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
20:08:48  ---> c77738785ad3
20:08:48 Removing intermediate container cb4193133acf
20:08:48 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
20:08:48  ---> 8ce0031a5686
20:08:48 Removing intermediate container 4f2628349e24
20:08:48 Step 24/40 : RUN pip install -r requirements.txt
20:08:49  ---> Running in 8a5e3697c0f1
20:08:50 Collecting jinja2
20:08:50   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
20:08:50 Collecting ioppytest-utils
20:08:50   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
20:08:50 Collecting pika==0.11
20:08:50   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
20:08:50 Collecting MarkupSafe>=0.23
20:08:50   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
20:08:50 Collecting wcwidth==0.1.7
20:08:50   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
20:08:50 Collecting click==6.7
20:08:50   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
20:08:50 Collecting click-repl==0.1.2
20:08:50   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
20:08:50 Collecting prompt-toolkit==1.0.15
20:08:50   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
20:08:51 Collecting six
20:08:51   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
20:08:51 Installing collected packages: MarkupSafe, jinja2, wcwidth, pika, click, six, prompt-toolkit, click-repl, ioppytest-utils
20:08:52 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
20:08:52  ---> d0b6d68222cb
20:08:52 Removing intermediate container 8a5e3697c0f1
20:08:52 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
20:08:52  ---> Running in 8c93e60b9a2c
20:08:53 Cloning into '/robot-tests'...
20:08:53 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
20:08:53  ---> 29c6d88600e0
20:08:56 Removing intermediate container 8c93e60b9a2c
20:08:56 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
20:08:56  ---> 147ef0367cb2
20:08:56 Removing intermediate container 32aa99c097ea
20:08:56 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
20:08:56  ---> Running in 3d075e410fc5
20:08:57  ---> e18a527615fb
20:08:57 Removing intermediate container 3d075e410fc5
20:08:57 Step 28/40 : RUN pip install -r requirements.txt
20:08:57  ---> Running in 3e3806190023
20:08:58 Collecting robotframework==3.1
20:08:58   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
20:08:59 Collecting RESTinstance==1.0.0rc4
20:08:59   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
20:08:59 Collecting robotframework-dependencylibrary==1.0.0.post1
20:08:59   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
20:08:59 Collecting robotframework-jsonlibrary==0.3
20:08:59   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
20:08:59 Collecting robotframework-jsonschemalibrary==1.0
20:08:59   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
20:09:00 Collecting robotframework-mockserver==0.0.5
20:09:00   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
20:09:00 Collecting jsonschema==3.0.0a3
20:09:00   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
20:09:00 Collecting GenSON==1.0.1
20:09:00   Downloading genson-1.0.1.tar.gz (25 kB)
20:09:01 Collecting pygments==2.2.0
20:09:01   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
20:09:01 Collecting rfc3987==1.3.8
20:09:01   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
20:09:01 Collecting tzlocal==1.5.1
20:09:01   Downloading tzlocal-1.5.1.tar.gz (16 kB)
20:09:01 Collecting jsonpath-ng==1.4.3
20:09:01   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
20:09:02 Collecting flex==6.13.2
20:09:02   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
20:09:02 Collecting strict-rfc3339==0.7
20:09:02   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
20:09:02 Collecting pytz==2018.5
20:09:02   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
20:09:03 Collecting requests==2.20.0
20:09:03   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
20:09:03 Collecting tox
20:09:03   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
20:09:04 Collecting coverage
20:09:04   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
20:09:04 Collecting jsonpath-rw==1.4.0
20:09:04   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
20:09:04 Collecting jsonpath-rw-ext>=0.1.9
20:09:04   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
20:09:04 Collecting pyrsistent>=0.14.0
20:09:04   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
20:09:05 Collecting attrs>=17.4.0
20:09:05   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
20:09:05 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)
20:09:05 Collecting decorator
20:09:05   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
20:09:05 Collecting ply
20:09:05   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
20:09:05 Collecting PyYAML<4,>=3.11
20:09:05   Downloading PyYAML-3.13.tar.gz (270 kB)
20:09:06 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)
20:09:06 Collecting jsonpointer<2,>=1.7
20:09:06   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
20:09:06 Collecting validate-email<2,>=1.2
20:09:06   Downloading validate_email-1.3.tar.gz (4.7 kB)
20:09:06 Collecting idna<2.8,>=2.5
20:09:06   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
20:09:06 Collecting certifi>=2017.4.17
20:09:06   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
20:09:06 Collecting urllib3<1.25,>=1.21.1
20:09:06   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
20:09:07 Collecting chardet<3.1.0,>=3.0.2
20:09:07   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
20:09:07 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
20:09:07   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
20:09:07 Collecting py>=1.4.17
20:09:07   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
20:09:07 Collecting toml>=0.9.4
20:09:07   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
20:09:08 Collecting packaging>=14
20:09:08   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
20:09:08 Collecting pluggy>=0.12.0
20:09:08   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
20:09:08 Collecting filelock>=3.0.0
20:09:08   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
20:09:08 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
20:09:08   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
20:09:08 Collecting pbr>=1.8
20:09:08   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
20:09:08 Collecting importlib-resources>=1.0; python_version < "3.7"
20:09:08   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
20:09:08 Collecting distlib<1,>=0.3.0
20:09:08   Downloading distlib-0.3.0.zip (571 kB)
20:09:09 Collecting appdirs<2,>=1.4.3
20:09:09   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
20:09:09 Collecting pyparsing>=2.0.2
20:09:09   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
20:09:09 Collecting zipp>=0.5
20:09:09   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
20:09:09 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, tzlocal, strict-rfc3339, jsonpath-rw, pyrsistent, PyYAML, validate-email, distlib
20:09:09   Building wheel for robotframework-jsonlibrary (setup.py): started
20:09:10   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
20:09:10   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=fb6a07af81923687812659d4d8fdc2f784689600b05a3969c9255523adc76db9
20:09:10   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
20:09:10   Building wheel for robotframework-jsonschemalibrary (setup.py): started
20:09:10   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
20:09:10   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=d4bf14109ff687d68e2002cc3e35c48628c16a7734921b9a2229f37f2336796e
20:09:10   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
20:09:10   Building wheel for robotframework-mockserver (setup.py): started
20:09:10   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
20:09:10   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=6e4e3c5a9aa4766a38527ac42642abe4526d63976eb43ff4847e97e57eb14eaf
20:09:10   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
20:09:10   Building wheel for GenSON (setup.py): started
20:09:11   Building wheel for GenSON (setup.py): finished with status 'done'
20:09:11   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=6c2583217ef6543046f8cb3946152f31936657ce27f07c78aa31c33a820f33b6
20:09:11   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
20:09:11   Building wheel for tzlocal (setup.py): started
20:09:11   Building wheel for tzlocal (setup.py): finished with status 'done'
20:09:11   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=bcf365a63acb55a17b0b55b48370faf0fa548959ca126f106e6efbb753b4c136
20:09:11   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
20:09:11   Building wheel for strict-rfc3339 (setup.py): started
20:09:12   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
20:09:12   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=e540bfb97800e814bd3c6fac9cacef3ddf8ac30190664ac993a7c8ad3e40d41a
20:09:12   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
20:09:12   Building wheel for jsonpath-rw (setup.py): started
20:09:12   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
20:09:12   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=9fc9e60f28fd403d3ea6814635a6c35d4d1ed688a0e847f5e50cf72dea0b5aec
20:09:12   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
20:09:12   Building wheel for pyrsistent (setup.py): started
20:09:14   Building wheel for pyrsistent (setup.py): finished with status 'done'
20:09:14   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123219 sha256=68dbb9332ba07d2c2d43db0c5bb2c3fef50ff85742b3ab49f0a38416fa06d89a
20:09:14   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
20:09:14   Building wheel for PyYAML (setup.py): started
20:09:22   Building wheel for PyYAML (setup.py): finished with status 'done'
20:09:22   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463828 sha256=9fdfac3dfc64b7999cd511e0ec43e1efd968ea8855dbf3f23d3160385c5e39c2
20:09:22   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
20:09:22   Building wheel for validate-email (setup.py): started
20:09:22   Building wheel for validate-email (setup.py): finished with status 'done'
20:09:22   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=19f0d879c55bbcd0a14d07c2ee793f8de37c190f763f5ed9690732da4e0093db
20:09:22   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
20:09:23   Building wheel for distlib (setup.py): started
20:09:23   Building wheel for distlib (setup.py): finished with status 'done'
20:09:23   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=a0eda3996146e84666b1660bf2b5a640ffd0a7870ca1dd2fa60c97a0e35082ac
20:09:23   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
20:09:23 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON tzlocal strict-rfc3339 jsonpath-rw pyrsistent PyYAML validate-email distlib
20:09:23 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
20:09:28 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
20:09:30  ---> 12dd102d5353
20:09:30 Removing intermediate container 3e3806190023
20:09:30 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
20:09:30  ---> Running in 0a038e0bc588
20:09:31  ---> 07507ca22e98
20:09:31 Removing intermediate container 0a038e0bc588
20:09:31 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
20:09:31  ---> Running in 89f5c3603623
20:09:32  ---> 6b81d885fb38
20:09:32 Removing intermediate container 89f5c3603623
20:09:32 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
20:09:32  ---> Running in 68dcac6badeb
20:09:33  ---> 631de099d93e
20:09:33 Removing intermediate container 68dcac6badeb
20:09:33 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
20:09:33  ---> Running in 55884750b064
20:09:33 Cloning into '/test-vault'...
20:09:33  ---> a645d14b539a
20:09:34 Removing intermediate container 55884750b064
20:09:34 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
20:09:34  ---> 0eef8582268d
20:09:34 Removing intermediate container 7c43f549e80e
20:09:34 Step 34/40 : RUN python3 setup.py develop
20:09:34  ---> Running in 2d5819a260f5
20:09:35 running develop
20:09:35 running egg_info
20:09:35 creating test_vault.egg-info
20:09:35 writing test_vault.egg-info/PKG-INFO
20:09:35 writing dependency_links to test_vault.egg-info/dependency_links.txt
20:09:35 writing top-level names to test_vault.egg-info/top_level.txt
20:09:35 writing manifest file 'test_vault.egg-info/SOURCES.txt'
20:09:35 reading manifest file 'test_vault.egg-info/SOURCES.txt'
20:09:35 writing manifest file 'test_vault.egg-info/SOURCES.txt'
20:09:35 running build_ext
20:09:35 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
20:09:35 Adding test-vault 1.0.4 to easy-install.pth file
20:09:35 
20:09:35 Installed /test-vault
20:09:35 Processing dependencies for test-vault==1.0.4
20:09:35 Finished processing dependencies for test-vault==1.0.4
20:09:35  ---> 21763e3553dc
20:09:35 Removing intermediate container 2d5819a260f5
20:09:35 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
20:09:35  ---> Running in 724f7112795a
20:09:36 Cloning into '/robotframework-jsonlibrary'...
20:09:36  ---> 5463f1cf8391
20:09:37 Removing intermediate container 724f7112795a
20:09:37 Step 36/40 : WORKDIR /robotframework-jsonlibrary
20:09:38  ---> b4bb2225cbff
20:09:38 Removing intermediate container fe900fa8e40a
20:09:38 Step 37/40 : RUN python3 -m pip install -e .
20:09:38  ---> Running in 4e986647c7a4
20:09:39 Obtaining file:///robotframework-jsonlibrary
20:09:39 Collecting tox==3.0.0
20:09:39   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
20:09:39 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
20:09:39 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:39 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)
20:09:40 Installing collected packages: tox, robotframework-jsonlibrary
20:09:40   Attempting uninstall: tox
20:09:40     Found existing installation: tox 3.15.2
20:09:40     Uninstalling tox-3.15.2:
20:09:40       Successfully uninstalled tox-3.15.2
20:09:40   Attempting uninstall: robotframework-jsonlibrary
20:09:40     Found existing installation: robotframework-jsonlibrary 0.3
20:09:40     Uninstalling robotframework-jsonlibrary-0.3:
20:09:40       Successfully uninstalled robotframework-jsonlibrary-0.3
20:09:40   Running setup.py develop for robotframework-jsonlibrary
20:09:41 Successfully installed robotframework-jsonlibrary tox-3.0.0
20:09:41  ---> ec4da01e20eb
20:09:41 Removing intermediate container 4e986647c7a4
20:09:41 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
20:09:41  ---> f75540c3b269
20:09:41 Removing intermediate container 7513c4ab5aaa
20:09:41 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
20:09:41  ---> Running in b1f3f8e19708
20:09:42 The path for output specified does not exist
20:09:43  ---> cf9785f626be
20:09:43 Removing intermediate container b1f3f8e19708
20:09:43 Step 40/40 : CMD ./run_robot_test_suites.py
20:09:43  ---> Running in 84c9159ffa46
20:09:43  ---> 25a80592f781
20:09:43 Removing intermediate container 84c9159ffa46
20:09:43 Successfully built 25a80592f781
20:09:43 Successfully tagged nfv-robot-hivetap-tt:2.6.1
20:09:43 echo "Building finished."
20:09:43 Building finished.
20:09:43 echo "Pushing 2.4.1 and 2.6.1 develop version"
20:09:43 Pushing 2.4.1 and 2.6.1 develop version
20:09:43 docker push ****/nfv-robot-hivetap-tt:2.4.1
20:09:43 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
20:09:43 8897cfaf8f55: Preparing
20:09:43 2391f7a4fa6e: Preparing
20:09:43 710fb7d08a15: Preparing
20:09:43 c5f3103f3ec6: Preparing
20:09:43 b379a0953b96: Preparing
20:09:43 dcf5344c5a02: Preparing
20:09:43 e03f49b4b467: Preparing
20:09:43 89df0233194d: Preparing
20:09:43 6f390542e043: Preparing
20:09:43 dcf5344c5a02: Waiting
20:09:43 e03f49b4b467: Waiting
20:09:43 89df0233194d: Waiting
20:09:43 c53f33f4d021: Preparing
20:09:43 6b74a4e3dca7: Preparing
20:09:43 40ff4b119b25: Preparing
20:09:43 53f6984dfb2e: Preparing
20:09:43 433f1d49f2ef: Preparing
20:09:43 2eec3f838d33: Preparing
20:09:43 0d7fa640170d: Preparing
20:09:43 de1b74638e2a: Preparing
20:09:43 7ae0181b31b5: Preparing
20:09:43 99d84e43bb02: Preparing
20:09:43 8a50e0035906: Preparing
20:09:43 eb26703d6103: Preparing
20:09:43 9424f6aa0d01: Preparing
20:09:43 c56fb9f75f56: Preparing
20:09:43 b5bc305e9fd3: Preparing
20:09:43 da9418a2e1b1: Preparing
20:09:43 2e5b4ca91984: Preparing
20:09:43 527ade4639e0: Preparing
20:09:43 c2c789d2d3c5: Preparing
20:09:43 8803ef42039d: Preparing
20:09:43 6f390542e043: Waiting
20:09:43 c53f33f4d021: Waiting
20:09:43 6b74a4e3dca7: Waiting
20:09:43 40ff4b119b25: Waiting
20:09:43 53f6984dfb2e: Waiting
20:09:43 433f1d49f2ef: Waiting
20:09:43 2eec3f838d33: Waiting
20:09:43 0d7fa640170d: Waiting
20:09:43 99d84e43bb02: Waiting
20:09:43 de1b74638e2a: Waiting
20:09:43 8a50e0035906: Waiting
20:09:43 7ae0181b31b5: Waiting
20:09:43 eb26703d6103: Waiting
20:09:43 9424f6aa0d01: Waiting
20:09:43 c56fb9f75f56: Waiting
20:09:43 2e5b4ca91984: Waiting
20:09:43 b5bc305e9fd3: Waiting
20:09:43 da9418a2e1b1: Waiting
20:09:43 8803ef42039d: Waiting
20:09:43 c2c789d2d3c5: Waiting
20:09:47 8897cfaf8f55: Pushed
20:09:47 2391f7a4fa6e: Pushed
20:09:47 c5f3103f3ec6: Pushed
20:09:47 710fb7d08a15: Pushed
20:09:47 b379a0953b96: Pushed
20:09:50 dcf5344c5a02: Pushed
20:09:50 89df0233194d: Pushed
20:09:51 c53f33f4d021: Pushed
20:09:51 e03f49b4b467: Pushed
20:09:51 433f1d49f2ef: Layer already exists
20:09:52 2eec3f838d33: Layer already exists
20:09:52 0d7fa640170d: Layer already exists
20:09:53 de1b74638e2a: Layer already exists
20:09:53 7ae0181b31b5: Layer already exists
20:09:54 99d84e43bb02: Layer already exists
20:09:54 53f6984dfb2e: Pushed
20:09:54 8a50e0035906: Layer already exists
20:09:55 eb26703d6103: Layer already exists
20:09:55 9424f6aa0d01: Layer already exists
20:09:55 40ff4b119b25: Pushed
20:09:55 b5bc305e9fd3: Layer already exists
20:09:55 c56fb9f75f56: Layer already exists
20:09:56 da9418a2e1b1: Layer already exists
20:09:56 527ade4639e0: Layer already exists
20:09:56 2e5b4ca91984: Layer already exists
20:09:56 c2c789d2d3c5: Layer already exists
20:09:56 8803ef42039d: Layer already exists
20:09:57 6f390542e043: Pushed
20:10:08 6b74a4e3dca7: Pushed
20:10:12 2.4.1: digest: sha256:6e2f89b86f337f3ae7f1b02e7076f76d4bfc90b93fce86edb27c53af1c7ff683 size: 6414
20:10:12 docker push ****/nfv-robot-hivetap-tt:2.6.1
20:10:12 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
20:10:13 4bb25b5d91e8: Preparing
20:10:13 92313908d44f: Preparing
20:10:13 e34db327b2f8: Preparing
20:10:13 ccabf2224aeb: Preparing
20:10:13 abd532825be0: Preparing
20:10:13 73c4b7adaed2: Preparing
20:10:13 5555ccdb460e: Preparing
20:10:13 5416c6d8b145: Preparing
20:10:13 62ab5d2df928: Preparing
20:10:13 5416c6d8b145: Waiting
20:10:13 73c4b7adaed2: Waiting
20:10:13 8c194a5aefa2: Preparing
20:10:13 1010b2efe74d: Preparing
20:10:13 d10993ab28fa: Preparing
20:10:13 9d75cab71b18: Preparing
20:10:13 af9a7aebe434: Preparing
20:10:13 4dda8fc8be6b: Preparing
20:10:13 24ae0742e3e8: Preparing
20:10:13 1010b2efe74d: Waiting
20:10:13 62ab5d2df928: Waiting
20:10:13 d10993ab28fa: Waiting
20:10:13 ba2a1e0a82ad: Preparing
20:10:13 9d75cab71b18: Waiting
20:10:13 df97a9ebc7fe: Preparing
20:10:13 9e983a67bfcb: Preparing
20:10:13 af9a7aebe434: Waiting
20:10:13 2d05b99852db: Preparing
20:10:13 eb26703d6103: Preparing
20:10:13 4dda8fc8be6b: Waiting
20:10:13 9424f6aa0d01: Preparing
20:10:13 c56fb9f75f56: Preparing
20:10:13 b5bc305e9fd3: Preparing
20:10:13 da9418a2e1b1: Preparing
20:10:13 2e5b4ca91984: Preparing
20:10:13 527ade4639e0: Preparing
20:10:13 c2c789d2d3c5: Preparing
20:10:13 8803ef42039d: Preparing
20:10:13 9e983a67bfcb: Waiting
20:10:13 2d05b99852db: Waiting
20:10:13 eb26703d6103: Waiting
20:10:13 9424f6aa0d01: Waiting
20:10:13 c56fb9f75f56: Waiting
20:10:13 b5bc305e9fd3: Waiting
20:10:13 da9418a2e1b1: Waiting
20:10:13 2e5b4ca91984: Waiting
20:10:13 527ade4639e0: Waiting
20:10:13 c2c789d2d3c5: Waiting
20:10:13 8803ef42039d: Waiting
20:10:13 8c194a5aefa2: Waiting
20:10:13 24ae0742e3e8: Waiting
20:10:13 ba2a1e0a82ad: Waiting
20:10:16 ccabf2224aeb: Pushed
20:10:16 4bb25b5d91e8: Pushed
20:10:16 abd532825be0: Pushed
20:10:17 e34db327b2f8: Pushed
20:10:18 92313908d44f: Pushed
20:10:19 73c4b7adaed2: Pushed
20:10:21 8c194a5aefa2: Pushed
20:10:21 5416c6d8b145: Pushed
20:10:21 5555ccdb460e: Pushed
20:10:22 af9a7aebe434: Layer already exists
20:10:23 4dda8fc8be6b: Layer already exists
20:10:23 24ae0742e3e8: Layer already exists
20:10:24 ba2a1e0a82ad: Layer already exists
20:10:24 df97a9ebc7fe: Layer already exists
20:10:24 62ab5d2df928: Pushed
20:10:24 9d75cab71b18: Pushed
20:10:25 2d05b99852db: Layer already exists
20:10:25 9e983a67bfcb: Layer already exists
20:10:25 eb26703d6103: Layer already exists
20:10:25 d10993ab28fa: Pushed
20:10:25 c56fb9f75f56: Layer already exists
20:10:25 9424f6aa0d01: Layer already exists
20:10:25 b5bc305e9fd3: Layer already exists
20:10:25 da9418a2e1b1: Layer already exists
20:10:26 527ade4639e0: Layer already exists
20:10:26 2e5b4ca91984: Layer already exists
20:10:26 c2c789d2d3c5: Layer already exists
20:10:26 8803ef42039d: Layer already exists
20:10:31 1010b2efe74d: Pushed
20:10:36 2.6.1: digest: sha256:1ccc07b39885ea1328a77fa6b80c080bd32c3f2f086469b9f5cf1884e1b55129 size: 6414
20:10:37 Finished: SUCCESS