SuccessConsole Output

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

00:17:54 Step 1/40 : FROM python:3.6
00:17:54  ---> 13efce2de907
00:17:54 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
00:17:54  ---> Using cache
00:17:54  ---> 776a9a750236
00:17:54 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
00:17:54  ---> Using cache
00:17:54  ---> 58b3a119d07b
00:17:54 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
00:17:54  ---> Using cache
00:17:54  ---> 3ec5315fd59e
00:17:54 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
00:17:54  ---> Using cache
00:17:54  ---> 945e5f68cc03
00:17:54 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
00:17:54  ---> Using cache
00:17:54  ---> 08642352301e
00:17:54 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
00:17:54  ---> Using cache
00:17:54  ---> e8b63d346282
00:17:54 Step 8/40 : RUN printenv
00:17:54  ---> Using cache
00:17:54  ---> b4eae4d74c12
00:17:54 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
00:17:54  ---> Using cache
00:17:54  ---> 19003bc889f7
00:17:54 Step 10/40 : ENV PYTHONUNBUFFERED 0
00:17:54  ---> Using cache
00:17:54  ---> 91412640ff4e
00:17:54 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
00:17:54  ---> Using cache
00:17:54  ---> dc9b3010c90a
00:17:54 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
00:17:54  ---> Using cache
00:17:54  ---> a65339b19094
00:17:54 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
00:17:54  ---> Using cache
00:17:54  ---> fab9e3a9a543
00:17:54 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
00:17:54  ---> Using cache
00:17:54  ---> 8688a42e3543
00:17:54 Step 15/40 : RUN apt-get update
00:17:54  ---> Using cache
00:17:54  ---> e1becd004b9f
00:17:54 Step 16/40 : RUN apt-get -y -qq install apt-utils
00:17:54  ---> Using cache
00:17:54  ---> 549de6e8738b
00:17:54 Step 17/40 : RUN apt-get -y -qq install git
00:17:54  ---> Using cache
00:17:54  ---> 169aa3bd3e26
00:17:54 Step 18/40 : RUN apt-get -y -qq install vim
00:17:54  ---> Using cache
00:17:54  ---> ebb5c8f3e8df
00:17:54 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
00:17:54  ---> Using cache
00:17:54  ---> d78b415ce029
00:17:54 Step 20/40 : RUN python3 -m pip install --upgrade pip
00:17:54  ---> Using cache
00:17:54  ---> 9478b9bf0cc0
00:17:54 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
00:17:54  ---> Using cache
00:17:54  ---> aa3213d48a65
00:17:54 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
00:17:54  ---> ddf29048f30c
00:17:54 Removing intermediate container 54af00ddc2f9
00:17:54 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
00:17:54  ---> 8f91c0763a2a
00:17:54 Removing intermediate container e800fed642cf
00:17:54 Step 24/40 : RUN pip install -r requirements.txt
00:17:54  ---> Running in 5a7d9ccdd14c
00:17:56 Collecting jinja2
00:17:56   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
00:17:56 Collecting ioppytest-utils
00:17:56   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
00:17:56 Collecting pika==0.11
00:17:56   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
00:17:56 Collecting MarkupSafe>=0.23
00:17:56   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
00:17:56 Collecting click==6.7
00:17:56   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
00:17:56 Collecting click-repl==0.1.2
00:17:56   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
00:17:56 Collecting wcwidth==0.1.7
00:17:56   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
00:17:56 Collecting prompt-toolkit==1.0.15
00:17:56   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
00:17:57 Collecting six
00:17:57   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
00:17:57 Installing collected packages: MarkupSafe, jinja2, click, wcwidth, six, prompt-toolkit, click-repl, pika, ioppytest-utils
00:17:58 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
00:17:58  ---> 568f49b7e6cf
00:17:58 Removing intermediate container 5a7d9ccdd14c
00:17:58 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
00:17:58  ---> Running in 8c01dcd465b2
00:17:59 Cloning into '/robot-tests'...
00:17:59 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
00:17:59  ---> 236415970ff9
00:18:02 Removing intermediate container 8c01dcd465b2
00:18:02 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
00:18:02  ---> d2fe231a6bd6
00:18:02 Removing intermediate container 56936478248b
00:18:02 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
00:18:02  ---> Running in 0a9004258639
00:18:03  ---> 7a9e96e66b0e
00:18:03 Removing intermediate container 0a9004258639
00:18:03 Step 28/40 : RUN pip install -r requirements.txt
00:18:03  ---> Running in 6670c6be5d85
00:18:04 Collecting robotframework==3.1
00:18:04   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
00:18:05 Collecting RESTinstance==1.0.0rc4
00:18:05   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
00:18:05 Collecting robotframework-dependencylibrary==1.0.0.post1
00:18:05   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
00:18:05 Collecting robotframework-jsonlibrary==0.3
00:18:05   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
00:18:05 Collecting robotframework-jsonschemalibrary==1.0
00:18:05   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
00:18:06 Collecting robotframework-mockserver==0.0.5
00:18:06   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
00:18:06 Collecting rfc3987==1.3.8
00:18:06   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
00:18:06 Collecting jsonschema==3.0.0a3
00:18:06   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
00:18:06 Collecting tzlocal==1.5.1
00:18:06   Downloading tzlocal-1.5.1.tar.gz (16 kB)
00:18:07 Collecting flex==6.13.2
00:18:07   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
00:18:07 Collecting GenSON==1.0.1
00:18:07   Downloading genson-1.0.1.tar.gz (25 kB)
00:18:07 Collecting pytz==2018.5
00:18:07   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
00:18:08 Collecting requests==2.20.0
00:18:08   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
00:18:08 Collecting jsonpath-ng==1.4.3
00:18:08   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
00:18:08 Collecting strict-rfc3339==0.7
00:18:08   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
00:18:08 Collecting pygments==2.2.0
00:18:08   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
00:18:09 Collecting tox
00:18:09   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
00:18:09 Collecting coverage
00:18:09   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
00:18:10 Collecting jsonpath-rw==1.4.0
00:18:10   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
00:18:10 Collecting jsonpath-rw-ext>=0.1.9
00:18:10   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
00:18:10 Collecting pyrsistent>=0.14.0
00:18:10   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
00:18: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)
00:18:11 Collecting attrs>=17.4.0
00:18:11   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
00:18:11 Collecting validate-email<2,>=1.2
00:18:11   Downloading validate_email-1.3.tar.gz (4.7 kB)
00:18:11 Collecting jsonpointer<2,>=1.7
00:18:11   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
00:18: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)
00:18:11 Collecting PyYAML<4,>=3.11
00:18:11   Downloading PyYAML-3.13.tar.gz (270 kB)
00:18:12 Collecting urllib3<1.25,>=1.21.1
00:18:12   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
00:18:12 Collecting idna<2.8,>=2.5
00:18:12   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
00:18:12 Collecting chardet<3.1.0,>=3.0.2
00:18:12   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
00:18:12 Collecting certifi>=2017.4.17
00:18:12   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
00:18:12 Collecting decorator
00:18:12   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
00:18:12 Collecting ply
00:18:12   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
00:18:13 Collecting py>=1.4.17
00:18:13   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
00:18: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
00:18:13   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
00:18:13 Collecting pluggy>=0.12.0
00:18:13   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
00:18:13 Collecting packaging>=14
00:18:13   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
00:18:14 Collecting filelock>=3.0.0
00:18:14   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
00:18:14 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
00:18:14   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
00:18:14 Collecting toml>=0.9.4
00:18:14   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
00:18:14 Collecting pbr>=1.8
00:18:14   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
00:18:14 Collecting appdirs<2,>=1.4.3
00:18:14   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
00:18:14 Collecting importlib-resources>=1.0; python_version < "3.7"
00:18:14   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
00:18:14 Collecting distlib<1,>=0.3.0
00:18:14   Downloading distlib-0.3.0.zip (571 kB)
00:18:15 Collecting pyparsing>=2.0.2
00:18:15   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
00:18:15 Collecting zipp>=0.5
00:18:15   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
00:18:15 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, tzlocal, GenSON, strict-rfc3339, jsonpath-rw, pyrsistent, validate-email, PyYAML, distlib
00:18:15   Building wheel for robotframework-jsonlibrary (setup.py): started
00:18:15   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
00:18:15   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=30737c1d77893b72a3dc743d37ecedd99c141b67e759d93727dfc8db02e7a981
00:18:15   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
00:18:15   Building wheel for robotframework-jsonschemalibrary (setup.py): started
00:18:16   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
00:18:16   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=10c4524a303156899603ea65cb9901e15644e0ab17c579a7d01eb43f67b813c4
00:18:16   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
00:18:16   Building wheel for robotframework-mockserver (setup.py): started
00:18:16   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
00:18:16   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=fca2dbe2989ce050930258f6e8eaa6a1d676ed5a3f21dc238888cf4290dac2d5
00:18:16   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
00:18:16   Building wheel for tzlocal (setup.py): started
00:18:16   Building wheel for tzlocal (setup.py): finished with status 'done'
00:18:16   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=02759af50849b6844532e52725bbb3cbbfec6670614bb796905b0e0bf03eb3cd
00:18:16   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
00:18:16   Building wheel for GenSON (setup.py): started
00:18:17   Building wheel for GenSON (setup.py): finished with status 'done'
00:18:17   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=08b4af61150dc5a1f5fe0ead8d3f61e3579bb045502744b783dcbb6a542aafc2
00:18:17   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
00:18:17   Building wheel for strict-rfc3339 (setup.py): started
00:18:17   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
00:18:17   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=94bf9666705ef9a4def518b7f383b9feac294a33fb6e692d7c1ffc47fee49daf
00:18:17   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
00:18:17   Building wheel for jsonpath-rw (setup.py): started
00:18:18   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
00:18:18   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=e7cd3dcb62622774fb145a108d7ed9e3e0c2b2a9db305ff025e2097fac7e1287
00:18:18   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
00:18:18   Building wheel for pyrsistent (setup.py): started
00:18:19   Building wheel for pyrsistent (setup.py): finished with status 'done'
00:18:19   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123218 sha256=dd18bcedaee058dc02b04627dd7a26367c13eae0941d0d32365a961f0548b0d8
00:18:19   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
00:18:19   Building wheel for validate-email (setup.py): started
00:18:20   Building wheel for validate-email (setup.py): finished with status 'done'
00:18:20   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=8148fc0bfe02e900b5ec7e437c0dbed4459637137ab36193d7bdeb3a356f3c2b
00:18:20   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
00:18:20   Building wheel for PyYAML (setup.py): started
00:18:28   Building wheel for PyYAML (setup.py): finished with status 'done'
00:18:28   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463809 sha256=652315fe997e0f97a89cc27da9b69abda230524cc7d8e58d896b1f9f5149bd6d
00:18:28   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
00:18:28   Building wheel for distlib (setup.py): started
00:18:29   Building wheel for distlib (setup.py): finished with status 'done'
00:18:29   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=36a8d56f4a524e1ea611253cf5704e8f7b16e08e3ead6514be1dc957db822050
00:18:29   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
00:18:29 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal GenSON strict-rfc3339 jsonpath-rw pyrsistent validate-email PyYAML distlib
00:18:29 Installing collected packages: robotframework, rfc3987, pyrsistent, attrs, jsonschema, pytz, tzlocal, validate-email, jsonpointer, urllib3, idna, chardet, certifi, requests, strict-rfc3339, PyYAML, flex, GenSON, decorator, ply, jsonpath-ng, pygments, RESTinstance, robotframework-dependencylibrary, py, appdirs, zipp, importlib-metadata, importlib-resources, filelock, distlib, virtualenv, pluggy, pyparsing, packaging, toml, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
00:18:34 Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 attrs-19.3.0 certifi-2020.6.20 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
00:18:36  ---> 70c4445a3c79
00:18:36 Removing intermediate container 6670c6be5d85
00:18:36 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
00:18:36  ---> Running in fe1f2f7f5832
00:18:37  ---> 155fe2032094
00:18:37 Removing intermediate container fe1f2f7f5832
00:18:37 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
00:18:37  ---> Running in 3f53c38e131b
00:18:38  ---> 13ea27f9aca6
00:18:38 Removing intermediate container 3f53c38e131b
00:18:38 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
00:18:38  ---> Running in 11d80f418825
00:18:38  ---> 56c0eb79d954
00:18:38 Removing intermediate container 11d80f418825
00:18:39 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
00:18:39  ---> Running in b19eeb24f1f7
00:18:39 Cloning into '/test-vault'...
00:18:39  ---> f8958fa8673d
00:18:40 Removing intermediate container b19eeb24f1f7
00:18:40 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
00:18:40  ---> b276905ff44d
00:18:40 Removing intermediate container 4256ecc45d94
00:18:40 Step 34/40 : RUN python3 setup.py develop
00:18:40  ---> Running in 99e6a67cc721
00:18:41 running develop
00:18:41 running egg_info
00:18:41 creating test_vault.egg-info
00:18:41 writing test_vault.egg-info/PKG-INFO
00:18:41 writing dependency_links to test_vault.egg-info/dependency_links.txt
00:18:41 writing top-level names to test_vault.egg-info/top_level.txt
00:18:41 writing manifest file 'test_vault.egg-info/SOURCES.txt'
00:18:41 reading manifest file 'test_vault.egg-info/SOURCES.txt'
00:18:41 writing manifest file 'test_vault.egg-info/SOURCES.txt'
00:18:41 running build_ext
00:18:41 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
00:18:41 Adding test-vault 1.0.4 to easy-install.pth file
00:18:41 
00:18:41 Installed /test-vault
00:18:41 Processing dependencies for test-vault==1.0.4
00:18:41 Finished processing dependencies for test-vault==1.0.4
00:18:41  ---> dc818a21c1be
00:18:41 Removing intermediate container 99e6a67cc721
00:18:41 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
00:18:41  ---> Running in 7c11a4cb3703
00:18:42 Cloning into '/robotframework-jsonlibrary'...
00:18:42  ---> b06d9c4f20c6
00:18:43 Removing intermediate container 7c11a4cb3703
00:18:43 Step 36/40 : WORKDIR /robotframework-jsonlibrary
00:18:43  ---> 0baf3f83a52d
00:18:43 Removing intermediate container fa1071d0ae9b
00:18:43 Step 37/40 : RUN python3 -m pip install -e .
00:18:44  ---> Running in 83172b6026cf
00:18:44 Obtaining file:///robotframework-jsonlibrary
00:18:45 Collecting tox==3.0.0
00:18:45   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
00:18:45 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
00:18:45 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18: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)
00:18:45 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)
00:18:45 Installing collected packages: tox, robotframework-jsonlibrary
00:18:45   Attempting uninstall: tox
00:18:45     Found existing installation: tox 3.15.2
00:18:46     Uninstalling tox-3.15.2:
00:18:46       Successfully uninstalled tox-3.15.2
00:18:46   Attempting uninstall: robotframework-jsonlibrary
00:18:46     Found existing installation: robotframework-jsonlibrary 0.3
00:18:46     Uninstalling robotframework-jsonlibrary-0.3:
00:18:46       Successfully uninstalled robotframework-jsonlibrary-0.3
00:18:46   Running setup.py develop for robotframework-jsonlibrary
00:18:46 Successfully installed robotframework-jsonlibrary tox-3.0.0
00:18:47  ---> e68052da5de7
00:18:47 Removing intermediate container 83172b6026cf
00:18:47 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
00:18:47  ---> d97006bbfb86
00:18:47 Removing intermediate container 110f3be194a6
00:18: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
00:18:47  ---> Running in 2afccabfb037
00:18:48 The path for output specified does not exist
00:18:48  ---> a7b4f7da288f
00:18:48 Removing intermediate container 2afccabfb037
00:18:48 Step 40/40 : CMD ./run_robot_test_suites.py
00:18:48  ---> Running in fbba6ebb1e72
00:18:48  ---> e8ac690203f1
00:18:48 Removing intermediate container fbba6ebb1e72
00:18:48 Successfully built e8ac690203f1
00:18:48 Successfully tagged nfv-robot-hivetap-tt:2.4.1
00:18:48 echo "Building 2.6.1 .. "
00:18:48 Building 2.6.1 .. 
00:18:48 docker build -t nfv-robot-hivetap-tt:2.6.1 . \
00:18:48  		   --build-arg GIT_BRANCH=2.6.1-fix-plu && \
00:18:48  		   docker tag nfv-robot-hivetap-tt:2.6.1 ****/nfv-robot-hivetap-tt:2.6.1
00:18:48 Sending build context to Docker daemon  237.1kB

00:18:48 Step 1/40 : FROM python:3.6
00:18:48  ---> 13efce2de907
00:18:48 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
00:18:48  ---> Using cache
00:18:48  ---> 776a9a750236
00:18:48 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
00:18:48  ---> Using cache
00:18:48  ---> 58b3a119d07b
00:18:48 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
00:18:48  ---> Using cache
00:18:48  ---> 3ec5315fd59e
00:18:48 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
00:18:48  ---> Using cache
00:18:48  ---> 945e5f68cc03
00:18:48 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
00:18:48  ---> Using cache
00:18:48  ---> 08642352301e
00:18:48 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
00:18:48  ---> Using cache
00:18:48  ---> e8b63d346282
00:18:48 Step 8/40 : RUN printenv
00:18:48  ---> Using cache
00:18:48  ---> 9502ce8e6406
00:18:48 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
00:18:48  ---> Using cache
00:18:48  ---> bface8874312
00:18:48 Step 10/40 : ENV PYTHONUNBUFFERED 0
00:18:48  ---> Using cache
00:18:48  ---> a3a018565220
00:18:48 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
00:18:48  ---> Using cache
00:18:48  ---> 4e0fde4762c3
00:18:48 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
00:18:48  ---> Using cache
00:18:48  ---> f37053b77de2
00:18:48 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
00:18:48  ---> Using cache
00:18:48  ---> 2b168cff22e5
00:18:48 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
00:18:48  ---> Using cache
00:18:48  ---> 62acba85d145
00:18:48 Step 15/40 : RUN apt-get update
00:18:48  ---> Using cache
00:18:48  ---> e38a1e9ee1c3
00:18:48 Step 16/40 : RUN apt-get -y -qq install apt-utils
00:18:48  ---> Using cache
00:18:48  ---> 33b3e2ab1a1e
00:18:48 Step 17/40 : RUN apt-get -y -qq install git
00:18:48  ---> Using cache
00:18:48  ---> c9fdd0537d63
00:18:48 Step 18/40 : RUN apt-get -y -qq install vim
00:18:48  ---> Using cache
00:18:48  ---> 314dcb5147d5
00:18:48 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
00:18:48  ---> Using cache
00:18:48  ---> 04edb89ea1d6
00:18:48 Step 20/40 : RUN python3 -m pip install --upgrade pip
00:18:48  ---> Using cache
00:18:48  ---> db9cc6a35cca
00:18:48 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
00:18:48  ---> Using cache
00:18:48  ---> 4ce663d9e19a
00:18:48 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
00:18:48  ---> 31c28fc15799
00:18:48 Removing intermediate container d142b674e5c1
00:18:48 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
00:18:49  ---> f3b953598dc0
00:18:49 Removing intermediate container 73218a6debaf
00:18:49 Step 24/40 : RUN pip install -r requirements.txt
00:18:49  ---> Running in cc0304b7b80d
00:18:50 Collecting jinja2
00:18:50   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
00:18:50 Collecting ioppytest-utils
00:18:50   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
00:18:50 Collecting pika==0.11
00:18:50   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
00:18:50 Collecting MarkupSafe>=0.23
00:18:50   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
00:18:50 Collecting wcwidth==0.1.7
00:18:50   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
00:18:50 Collecting click-repl==0.1.2
00:18:50   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
00:18:50 Collecting prompt-toolkit==1.0.15
00:18:50   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
00:18:51 Collecting click==6.7
00:18:51   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
00:18:51 Collecting six
00:18:51   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
00:18:51 Installing collected packages: MarkupSafe, jinja2, wcwidth, click, six, prompt-toolkit, click-repl, pika, ioppytest-utils
00:18: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
00:18:52  ---> b308ff10a446
00:18:52 Removing intermediate container cc0304b7b80d
00:18:52 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
00:18:52  ---> Running in 1c6dd80970d0
00:18:53 Cloning into '/robot-tests'...
00:18:53 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
00:18:53  ---> d6105d30d2d8
00:18:56 Removing intermediate container 1c6dd80970d0
00:18:56 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
00:18:56  ---> fb3f9190fca2
00:18:56 Removing intermediate container 48d42afab259
00:18:56 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
00:18:56  ---> Running in 93cbe0d89371
00:18:57  ---> 22e4667c9d42
00:18:57 Removing intermediate container 93cbe0d89371
00:18:57 Step 28/40 : RUN pip install -r requirements.txt
00:18:57  ---> Running in 331db4686f19
00:18:58 Collecting robotframework==3.1
00:18:58   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
00:18:58 Collecting RESTinstance==1.0.0rc4
00:18:58   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
00:18:58 Collecting robotframework-dependencylibrary==1.0.0.post1
00:18:58   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
00:18:58 Collecting robotframework-jsonlibrary==0.3
00:18:58   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
00:18:59 Collecting robotframework-jsonschemalibrary==1.0
00:18:59   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
00:18:59 Collecting robotframework-mockserver==0.0.5
00:18:59   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
00:19:00 Collecting tzlocal==1.5.1
00:19:00   Downloading tzlocal-1.5.1.tar.gz (16 kB)
00:19:00 Collecting pygments==2.2.0
00:19:00   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
00:19:01 Collecting requests==2.20.0
00:19:01   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
00:19:01 Collecting strict-rfc3339==0.7
00:19:01   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
00:19:01 Collecting GenSON==1.0.1
00:19:01   Downloading genson-1.0.1.tar.gz (25 kB)
00:19:01 Collecting flex==6.13.2
00:19:01   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
00:19:02 Collecting rfc3987==1.3.8
00:19:02   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
00:19:02 Collecting pytz==2018.5
00:19:02   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
00:19:02 Collecting jsonpath-ng==1.4.3
00:19:02   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
00:19:02 Collecting jsonschema==3.0.0a3
00:19:02   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
00:19:02 Collecting tox
00:19:02   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
00:19:03 Collecting coverage
00:19:03   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
00:19:03 Collecting jsonpath-rw==1.4.0
00:19:03   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
00:19:04 Collecting jsonpath-rw-ext>=0.1.9
00:19:04   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
00:19:04 Collecting idna<2.8,>=2.5
00:19:04   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
00:19:04 Collecting urllib3<1.25,>=1.21.1
00:19:04   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
00:19:04 Collecting certifi>=2017.4.17
00:19:04   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
00:19:04 Collecting chardet<3.1.0,>=3.0.2
00:19:04   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
00:19:04 Collecting jsonpointer<2,>=1.7
00:19:04   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
00:19:04 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)
00:19:04 Collecting PyYAML<4,>=3.11
00:19:04   Downloading PyYAML-3.13.tar.gz (270 kB)
00:19:05 Requirement already satisfied: six<2,>=1.7.3 in /usr/local/lib/python3.6/site-packages (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7)) (1.15.0)
00:19:05 Collecting validate-email<2,>=1.2
00:19:05   Downloading validate_email-1.3.tar.gz (4.7 kB)
00:19:05 Collecting ply
00:19:05   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
00:19:06 Collecting decorator
00:19:06   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
00:19:06 Collecting pyrsistent>=0.14.0
00:19:06   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
00:19:06 Collecting attrs>=17.4.0
00:19:06   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
00:19:06 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
00:19:06   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
00:19:06 Collecting py>=1.4.17
00:19:06   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
00:19: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
00:19:07   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
00:19:08 Collecting toml>=0.9.4
00:19:08   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
00:19:08 Collecting pluggy>=0.12.0
00:19:08   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
00:19:08 Collecting packaging>=14
00:19:08   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
00:19:08 Collecting filelock>=3.0.0
00:19:08   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
00:19:08 Collecting pbr>=1.8
00:19:08   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
00:19:08 Collecting zipp>=0.5
00:19:08   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
00:19:08 Collecting appdirs<2,>=1.4.3
00:19:08   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
00:19:08 Collecting importlib-resources>=1.0; python_version < "3.7"
00:19:08   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
00:19:08 Collecting distlib<1,>=0.3.0
00:19:08   Downloading distlib-0.3.0.zip (571 kB)
00:19:09 Collecting pyparsing>=2.0.2
00:19:09   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
00:19:09 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, tzlocal, strict-rfc3339, GenSON, jsonpath-rw, PyYAML, validate-email, pyrsistent, distlib
00:19:09   Building wheel for robotframework-jsonlibrary (setup.py): started
00:19:09   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
00:19:09   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=b05b29774abdd5aa0999dc4cd3fc67891e79f4ead55f32959758d44b36ce02be
00:19:09   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
00:19:09   Building wheel for robotframework-jsonschemalibrary (setup.py): started
00:19:10   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
00:19:10   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=07cc339bcd448bc0b6e1e119eead36daed5d1f25827480b1b0af22c422ccd05c
00:19:10   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
00:19:10   Building wheel for robotframework-mockserver (setup.py): started
00:19:10   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
00:19:10   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=1c5efd49d4d14bf4234c8322c9c0910eff598fba3f6596f63087cd5665ded585
00:19:10   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
00:19:10   Building wheel for tzlocal (setup.py): started
00:19:11   Building wheel for tzlocal (setup.py): finished with status 'done'
00:19:11   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=0d0eafd9ceff676b9efde371c5fa692d874798db5813d58c0a691e26091b8c27
00:19:11   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
00:19:11   Building wheel for strict-rfc3339 (setup.py): started
00:19:11   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
00:19:11   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=d905342db998b6ada669e38ca0491154b91a66add8453e1ffa5fc77b46a332f0
00:19:11   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
00:19:11   Building wheel for GenSON (setup.py): started
00:19:11   Building wheel for GenSON (setup.py): finished with status 'done'
00:19:11   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=32befaaccec0e7e96bea72bd82a5dda1f5f6422e26193d5c7532f322dfceb335
00:19:11   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
00:19:11   Building wheel for jsonpath-rw (setup.py): started
00:19:12   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
00:19:12   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=15ab80b0e88f38e18b84c3efd7d40da7d41441ca99319f3908b5a4d868b13f44
00:19:12   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
00:19:12   Building wheel for PyYAML (setup.py): started
00:19:20   Building wheel for PyYAML (setup.py): finished with status 'done'
00:19:20   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463838 sha256=030826fecda94ff34a05e9707361c57a4450a5f978cf6b0c5e7d87c4f462627b
00:19:20   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
00:19:20   Building wheel for validate-email (setup.py): started
00:19:20   Building wheel for validate-email (setup.py): finished with status 'done'
00:19:20   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=b6b68df68430326dc88361c89c64ee1cbcd5bfa0da9a1cbd0fa3eaa05e159cb7
00:19:20   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
00:19:20   Building wheel for pyrsistent (setup.py): started
00:19:21   Building wheel for pyrsistent (setup.py): finished with status 'done'
00:19:21   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123218 sha256=f037da67850eca0c408498658ceecc0673479b6873607000fc65fd5f7671fc72
00:19:21   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
00:19:21   Building wheel for distlib (setup.py): started
00:19:22   Building wheel for distlib (setup.py): finished with status 'done'
00:19:22   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=07ed1c50028564b897e12fdaa471df885e3b0fac6e6c3480fd6c9689bc5f3122
00:19:22   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
00:19:22 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal strict-rfc3339 GenSON jsonpath-rw PyYAML validate-email pyrsistent distlib
00:19:22 Installing collected packages: robotframework, pytz, tzlocal, pygments, idna, urllib3, certifi, chardet, requests, strict-rfc3339, GenSON, jsonpointer, rfc3987, PyYAML, validate-email, flex, ply, decorator, jsonpath-ng, pyrsistent, attrs, jsonschema, RESTinstance, robotframework-dependencylibrary, zipp, importlib-metadata, py, appdirs, filelock, importlib-resources, distlib, virtualenv, toml, pluggy, pyparsing, packaging, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
00:19:27 Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 attrs-19.3.0 certifi-2020.6.20 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
00:19:29  ---> 86b3df1735c8
00:19:29 Removing intermediate container 331db4686f19
00:19:29 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
00:19:29  ---> Running in e37954c99a43
00:19:30  ---> 8a9409c24763
00:19:30 Removing intermediate container e37954c99a43
00:19:30 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
00:19:30  ---> Running in 2646834e0a8c
00:19:31  ---> dc42216fb2b1
00:19:31 Removing intermediate container 2646834e0a8c
00:19:31 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
00:19:31  ---> Running in 2ef6836bcfde
00:19:32  ---> be7114003522
00:19:32 Removing intermediate container 2ef6836bcfde
00:19:32 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
00:19:32  ---> Running in daa658ef711e
00:19:33 Cloning into '/test-vault'...
00:19:33  ---> 20fa616c89c7
00:19:34 Removing intermediate container daa658ef711e
00:19:34 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
00:19:34  ---> 90e5bd0a4094
00:19:34 Removing intermediate container a15b57c15dc4
00:19:34 Step 34/40 : RUN python3 setup.py develop
00:19:34  ---> Running in b503c7e34071
00:19:34 running develop
00:19:35 running egg_info
00:19:35 creating test_vault.egg-info
00:19:35 writing test_vault.egg-info/PKG-INFO
00:19:35 writing dependency_links to test_vault.egg-info/dependency_links.txt
00:19:35 writing top-level names to test_vault.egg-info/top_level.txt
00:19:35 writing manifest file 'test_vault.egg-info/SOURCES.txt'
00:19:35 reading manifest file 'test_vault.egg-info/SOURCES.txt'
00:19:35 writing manifest file 'test_vault.egg-info/SOURCES.txt'
00:19:35 running build_ext
00:19:35 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
00:19:35 Adding test-vault 1.0.4 to easy-install.pth file
00:19:35 
00:19:35 Installed /test-vault
00:19:35 Processing dependencies for test-vault==1.0.4
00:19:35 Finished processing dependencies for test-vault==1.0.4
00:19:35  ---> 7c95e48d04ae
00:19:35 Removing intermediate container b503c7e34071
00:19:35 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
00:19:35  ---> Running in 8441d033768a
00:19:35 Cloning into '/robotframework-jsonlibrary'...
00:19:35  ---> 20c24466be6d
00:19:37 Removing intermediate container 8441d033768a
00:19:37 Step 36/40 : WORKDIR /robotframework-jsonlibrary
00:19:37  ---> 8bd65817598e
00:19:37 Removing intermediate container 7b87edce95c3
00:19:37 Step 37/40 : RUN python3 -m pip install -e .
00:19:37  ---> Running in 547d4279577e
00:19:38 Obtaining file:///robotframework-jsonlibrary
00:19:39 Collecting tox==3.0.0
00:19:39   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
00:19:39 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
00:19:39 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19: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)
00:19:39 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)
00:19:39 Installing collected packages: tox, robotframework-jsonlibrary
00:19:39   Attempting uninstall: tox
00:19:39     Found existing installation: tox 3.15.2
00:19:39     Uninstalling tox-3.15.2:
00:19:39       Successfully uninstalled tox-3.15.2
00:19:39   Attempting uninstall: robotframework-jsonlibrary
00:19:39     Found existing installation: robotframework-jsonlibrary 0.3
00:19:39     Uninstalling robotframework-jsonlibrary-0.3:
00:19:39       Successfully uninstalled robotframework-jsonlibrary-0.3
00:19:39   Running setup.py develop for robotframework-jsonlibrary
00:19:40 Successfully installed robotframework-jsonlibrary tox-3.0.0
00:19:40  ---> b7626e16b46f
00:19:40 Removing intermediate container 547d4279577e
00:19:40 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
00:19:41  ---> 8928a76ba199
00:19:41 Removing intermediate container e0d17731250b
00:19: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
00:19:41  ---> Running in ad9d15ea56ad
00:19:41 The path for output specified does not exist
00:19:42  ---> 25533b7cbf6d
00:19:42 Removing intermediate container ad9d15ea56ad
00:19:42 Step 40/40 : CMD ./run_robot_test_suites.py
00:19:42  ---> Running in 7cec9ed669b3
00:19:42  ---> 7b1a5c6eb26a
00:19:42 Removing intermediate container 7cec9ed669b3
00:19:42 Successfully built 7b1a5c6eb26a
00:19:42 Successfully tagged nfv-robot-hivetap-tt:2.6.1
00:19:42 echo "Building finished."
00:19:42 Building finished.
00:19:42 echo "Pushing 2.4.1 and 2.6.1 develop version"
00:19:42 Pushing 2.4.1 and 2.6.1 develop version
00:19:42 docker push ****/nfv-robot-hivetap-tt:2.4.1
00:19:42 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
00:19:42 2b40b61a74af: Preparing
00:19:42 f9562b6fc7dd: Preparing
00:19:42 085e63e5e8d7: Preparing
00:19:42 f9fd7dffac6c: Preparing
00:19:42 102cbfb33220: Preparing
00:19:42 518f99500ceb: Preparing
00:19:42 cf97182f0852: Preparing
00:19:42 99e5703ca19f: Preparing
00:19:42 897975427aa1: Preparing
00:19:42 160a79bfd999: Preparing
00:19:42 7ba8a0e11fcc: Preparing
00:19:42 3ca37f041db2: Preparing
00:19:42 6bc1ce4b20a4: Preparing
00:19:42 04ce4bc3f508: Preparing
00:19:42 e492daa12a34: Preparing
00:19:42 9fa6b1ec05a3: Preparing
00:19:42 0317aba941ae: Preparing
00:19:42 fcd3a135cb4a: Preparing
00:19:42 0ecd61343f03: Preparing
00:19:42 2fc3cd2df80b: Preparing
00:19:42 eb26703d6103: Preparing
00:19:42 9424f6aa0d01: Preparing
00:19:42 c56fb9f75f56: Preparing
00:19:42 b5bc305e9fd3: Preparing
00:19:42 da9418a2e1b1: Preparing
00:19:42 2e5b4ca91984: Preparing
00:19:42 527ade4639e0: Preparing
00:19:42 c2c789d2d3c5: Preparing
00:19:42 8803ef42039d: Preparing
00:19:42 9fa6b1ec05a3: Waiting
00:19:42 0317aba941ae: Waiting
00:19:42 fcd3a135cb4a: Waiting
00:19:42 0ecd61343f03: Waiting
00:19:42 2fc3cd2df80b: Waiting
00:19:42 eb26703d6103: Waiting
00:19:42 9424f6aa0d01: Waiting
00:19:42 c56fb9f75f56: Waiting
00:19:42 b5bc305e9fd3: Waiting
00:19:42 da9418a2e1b1: Waiting
00:19:42 2e5b4ca91984: Waiting
00:19:42 527ade4639e0: Waiting
00:19:42 c2c789d2d3c5: Waiting
00:19:42 99e5703ca19f: Waiting
00:19:42 897975427aa1: Waiting
00:19:42 8803ef42039d: Waiting
00:19:42 160a79bfd999: Waiting
00:19:42 7ba8a0e11fcc: Waiting
00:19:42 518f99500ceb: Waiting
00:19:42 3ca37f041db2: Waiting
00:19:42 6bc1ce4b20a4: Waiting
00:19:42 cf97182f0852: Waiting
00:19:42 04ce4bc3f508: Waiting
00:19:42 e492daa12a34: Waiting
00:19:46 102cbfb33220: Pushed
00:19:46 085e63e5e8d7: Pushed
00:19:46 2b40b61a74af: Pushed
00:19:46 f9fd7dffac6c: Pushed
00:19:46 f9562b6fc7dd: Pushed
00:19:49 518f99500ceb: Pushed
00:19:49 160a79bfd999: Pushed
00:19:49 cf97182f0852: Pushed
00:19:49 99e5703ca19f: Pushed
00:19:50 04ce4bc3f508: Layer already exists
00:19:50 e492daa12a34: Layer already exists
00:19:51 9fa6b1ec05a3: Layer already exists
00:19:51 0317aba941ae: Layer already exists
00:19:52 fcd3a135cb4a: Layer already exists
00:19:52 6bc1ce4b20a4: Pushed
00:19:52 0ecd61343f03: Layer already exists
00:19:53 2fc3cd2df80b: Layer already exists
00:19:53 eb26703d6103: Layer already exists
00:19:53 9424f6aa0d01: Layer already exists
00:19:53 897975427aa1: Pushed
00:19:53 c56fb9f75f56: Layer already exists
00:19:54 3ca37f041db2: Pushed
00:19:54 b5bc305e9fd3: Layer already exists
00:19:54 da9418a2e1b1: Layer already exists
00:19:54 2e5b4ca91984: Layer already exists
00:19:54 527ade4639e0: Layer already exists
00:19:54 c2c789d2d3c5: Layer already exists
00:19:54 8803ef42039d: Layer already exists
00:20:03 7ba8a0e11fcc: Pushed
00:20:07 2.4.1: digest: sha256:f50d19c98ec9f7f2d7ecff2d57f83a4499229a5f60f690873eea97393c44afd6 size: 6414
00:20:07 docker push ****/nfv-robot-hivetap-tt:2.6.1
00:20:07 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
00:20:07 698ab169ace8: Preparing
00:20:07 5851b1d286fb: Preparing
00:20:07 5d1695da79c3: Preparing
00:20:07 e0d4c5b655da: Preparing
00:20:07 d9bc450c682f: Preparing
00:20:07 bc05a5ac2fd5: Preparing
00:20:07 290fcf5af4bb: Preparing
00:20:07 18528010e061: Preparing
00:20:07 1eee34278d3e: Preparing
00:20:07 936d6929dad7: Preparing
00:20:07 bc05a5ac2fd5: Waiting
00:20:07 290fcf5af4bb: Waiting
00:20:07 18528010e061: Waiting
00:20:07 1eee34278d3e: Waiting
00:20:07 64f3e7905546: Preparing
00:20:07 7d93bed032ed: Preparing
00:20:07 936d6929dad7: Waiting
00:20:07 1c914cedf7a9: Preparing
00:20:07 883ff858ab46: Preparing
00:20:07 7d93bed032ed: Waiting
00:20:07 1c914cedf7a9: Waiting
00:20:07 64f3e7905546: Waiting
00:20:07 b40d69d7b9c4: Preparing
00:20:07 c3ba5e85da8e: Preparing
00:20:07 1dfca798c265: Preparing
00:20:07 7ff7cd025fb7: Preparing
00:20:07 b40d69d7b9c4: Waiting
00:20:07 3987626875ec: Preparing
00:20:07 79a3480cb063: Preparing
00:20:07 c3ba5e85da8e: Waiting
00:20:07 1dfca798c265: Waiting
00:20:07 7ff7cd025fb7: Waiting
00:20:07 3987626875ec: Waiting
00:20:07 eb26703d6103: Preparing
00:20:07 9424f6aa0d01: Preparing
00:20:07 79a3480cb063: Waiting
00:20:07 eb26703d6103: Waiting
00:20:07 9424f6aa0d01: Waiting
00:20:07 883ff858ab46: Waiting
00:20:07 c56fb9f75f56: Preparing
00:20:07 b5bc305e9fd3: Preparing
00:20:07 da9418a2e1b1: Preparing
00:20:07 2e5b4ca91984: Preparing
00:20:07 c56fb9f75f56: Waiting
00:20:07 b5bc305e9fd3: Waiting
00:20:07 527ade4639e0: Preparing
00:20:07 c2c789d2d3c5: Preparing
00:20:07 8803ef42039d: Preparing
00:20:07 2e5b4ca91984: Waiting
00:20:07 c2c789d2d3c5: Waiting
00:20:07 527ade4639e0: Waiting
00:20:11 698ab169ace8: Pushed
00:20:11 d9bc450c682f: Pushed
00:20:11 e0d4c5b655da: Pushed
00:20:11 5d1695da79c3: Pushed
00:20:12 5851b1d286fb: Pushed
00:20:14 bc05a5ac2fd5: Pushed
00:20:14 290fcf5af4bb: Pushed
00:20:15 18528010e061: Pushed
00:20:15 936d6929dad7: Pushed
00:20:15 883ff858ab46: Layer already exists
00:20:21 b40d69d7b9c4: Layer already exists
00:20:21 c3ba5e85da8e: Layer already exists
00:20:22 1dfca798c265: Layer already exists
00:20:22 1c914cedf7a9: Pushed
00:20:22 7d93bed032ed: Pushed
00:20:22 7ff7cd025fb7: Layer already exists
00:20:22 1eee34278d3e: Pushed
00:20:23 3987626875ec: Layer already exists
00:20:23 79a3480cb063: Layer already exists
00:20:23 eb26703d6103: Layer already exists
00:20:23 9424f6aa0d01: Layer already exists
00:20:23 c56fb9f75f56: Layer already exists
00:20:23 b5bc305e9fd3: Layer already exists
00:20:23 da9418a2e1b1: Layer already exists
00:20:23 2e5b4ca91984: Layer already exists
00:20:24 527ade4639e0: Layer already exists
00:20:24 c2c789d2d3c5: Layer already exists
00:20:24 8803ef42039d: Layer already exists
00:20:35 64f3e7905546: Pushed
00:20:44 2.6.1: digest: sha256:dd902e8e4cdb3ea74a0bb8b5aca0a83bf22c14db78279a6473211349f317316b size: 6414
00:20:44 Finished: SUCCESS