SuccessConsole Output

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

23:51:22 Step 1/40 : FROM python:3.6
23:51:22  ---> 13efce2de907
23:51:22 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
23:51:22  ---> Using cache
23:51:22  ---> 4e2dd3a9643e
23:51:22 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
23:51:22  ---> Using cache
23:51:22  ---> 9eb12b572586
23:51:22 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
23:51:22  ---> Using cache
23:51:22  ---> 51d8e68dd514
23:51:22 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
23:51:22  ---> Using cache
23:51:22  ---> 30c3951903cf
23:51:22 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
23:51:22  ---> Using cache
23:51:22  ---> d35d1ab2f4a1
23:51:22 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
23:51:22  ---> Using cache
23:51:22  ---> ae92aed8ff88
23:51:22 Step 8/40 : RUN printenv
23:51:22  ---> Using cache
23:51:22  ---> 7dc858d6254c
23:51:22 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
23:51:22  ---> Using cache
23:51:22  ---> f849fde748cc
23:51:22 Step 10/40 : ENV PYTHONUNBUFFERED 0
23:51:22  ---> Using cache
23:51:22  ---> 4400727e5c66
23:51:22 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
23:51:22  ---> Using cache
23:51:22  ---> a9b21f5b0f8c
23:51:22 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
23:51:22  ---> Using cache
23:51:22  ---> ed01d0c77b96
23:51:22 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
23:51:22  ---> Using cache
23:51:22  ---> 546a0093ff54
23:51:22 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
23:51:22  ---> Using cache
23:51:22  ---> 6855471b50b2
23:51:22 Step 15/40 : RUN apt-get update
23:51:22  ---> Using cache
23:51:22  ---> d4544f395fc2
23:51:22 Step 16/40 : RUN apt-get -y -qq install apt-utils
23:51:22  ---> Using cache
23:51:22  ---> 0f19bc77b602
23:51:22 Step 17/40 : RUN apt-get -y -qq install git
23:51:22  ---> Using cache
23:51:22  ---> ba021af74bcd
23:51:22 Step 18/40 : RUN apt-get -y -qq install vim
23:51:22  ---> Using cache
23:51:22  ---> 9535a88891d3
23:51:22 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
23:51:22  ---> Using cache
23:51:22  ---> abeb4ee6c33c
23:51:22 Step 20/40 : RUN python3 -m pip install --upgrade pip
23:51:22  ---> Using cache
23:51:22  ---> b2d211414101
23:51:22 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
23:51:22  ---> Using cache
23:51:22  ---> 4b79b4d99610
23:51:22 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
23:51:23  ---> eccb4544dc4a
23:51:23 Removing intermediate container 05f7b8adc7f2
23:51:23 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
23:51:23  ---> 50f12945075d
23:51:23 Removing intermediate container d6d81d365d17
23:51:23 Step 24/40 : RUN pip install -r requirements.txt
23:51:23  ---> Running in 8391a4a49cf8
23:51:24 Collecting jinja2
23:51:24   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
23:51:24 Collecting ioppytest-utils
23:51:24   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
23:51:24 Collecting pika==0.11
23:51:24   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
23:51:24 Collecting MarkupSafe>=0.23
23:51:24   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
23:51:24 Collecting wcwidth==0.1.7
23:51:24   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
23:51:25 Collecting prompt-toolkit==1.0.15
23:51:25   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
23:51:25 Collecting click==6.7
23:51:25   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
23:51:25 Collecting click-repl==0.1.2
23:51:25   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
23:51:25 Collecting six>=1.9.0
23:51:25   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
23:51:25 Installing collected packages: MarkupSafe, jinja2, wcwidth, six, prompt-toolkit, pika, click, click-repl, ioppytest-utils
23:51:26 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
23:51:27  ---> 6bfb35b70c0c
23:51:27 Removing intermediate container 8391a4a49cf8
23:51:27 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
23:51:27  ---> Running in 582b204dd4a9
23:51:27 Cloning into '/robot-tests'...
23:51:27 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
23:51:27  ---> 2583e6184d41
23:51:30 Removing intermediate container 582b204dd4a9
23:51:30 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
23:51:31  ---> cf9fe2fafccf
23:51:31 Removing intermediate container f0675746feb7
23:51:31 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
23:51:31  ---> Running in a0a7c239ed52
23:51:31  ---> f0b6f826ddfa
23:51:31 Removing intermediate container a0a7c239ed52
23:51:31 Step 28/40 : RUN pip install -r requirements.txt
23:51:31  ---> Running in 75a0bbcd68db
23:51:32 Collecting robotframework==3.1
23:51:33   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
23:51:33 Collecting RESTinstance==1.0.0rc4
23:51:33   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
23:51:33 Collecting robotframework-dependencylibrary==1.0.0.post1
23:51:33   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
23:51:33 Collecting robotframework-jsonlibrary==0.3
23:51:33   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
23:51:34 Collecting robotframework-jsonschemalibrary==1.0
23:51:34   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
23:51:34 Collecting robotframework-mockserver==0.0.5
23:51:34   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
23:51:35 Collecting pytz==2018.5
23:51:35   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
23:51:35 Collecting requests==2.20.0
23:51:35   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
23:51:35 Collecting strict-rfc3339==0.7
23:51:35   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
23:51:36 Collecting jsonpath-ng==1.4.3
23:51:36   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
23:51:36 Collecting GenSON==1.0.1
23:51:36   Downloading genson-1.0.1.tar.gz (25 kB)
23:51:37 Collecting flex==6.13.2
23:51:37   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
23:51:37 Collecting jsonschema==3.0.0a3
23:51:37   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
23:51:37 Collecting tzlocal==1.5.1
23:51:37   Downloading tzlocal-1.5.1.tar.gz (16 kB)
23:51:37 Collecting pygments==2.2.0
23:51:37   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
23:51:38 Collecting rfc3987==1.3.8
23:51:38   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
23:51:38 Collecting tox
23:51:38   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
23:51:38 Collecting coverage
23:51:39   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
23:51:39 Collecting jsonpath-rw==1.4.0
23:51:39   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
23:51:39 Collecting jsonpath-rw-ext>=0.1.9
23:51:39   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
23:51:39 Collecting chardet<3.1.0,>=3.0.2
23:51:39   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
23:51:39 Collecting urllib3<1.25,>=1.21.1
23:51:39   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
23:51:39 Collecting certifi>=2017.4.17
23:51:39   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
23:51:40 Collecting idna<2.8,>=2.5
23:51:40   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
23:51:40 Collecting ply
23:51:40   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
23:51:40 Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6)) (1.15.0)
23:51:40 Collecting decorator
23:51:40   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
23:51:40 Collecting jsonpointer<2,>=1.7
23:51:40   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
23:51:40 Collecting PyYAML<4,>=3.11
23:51:40   Downloading PyYAML-3.13.tar.gz (270 kB)
23:51:41 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)
23:51:41 Collecting validate-email<2,>=1.2
23:51:41   Downloading validate_email-1.3.tar.gz (4.7 kB)
23:51:41 Collecting attrs>=17.4.0
23:51:41   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
23:51:41 Collecting pyrsistent>=0.14.0
23:51:41   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
23:51:42 Collecting toml>=0.9.4
23:51:42   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
23:51:42 Collecting packaging>=14
23:51:42   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
23:51:42 Collecting py>=1.4.17
23:51:42   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
23:51:42 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
23:51:42   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
23:51:43 Collecting filelock>=3.0.0
23:51:43   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
23:51:43 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
23:51:43   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
23:51:43 Collecting pluggy>=0.12.0
23:51:43   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
23:51:43 Collecting pbr>=1.8
23:51:43   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
23:51:43 Collecting pyparsing>=2.0.2
23:51:43   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
23:51:43 Collecting distlib<1,>=0.3.0
23:51:43   Downloading distlib-0.3.0.zip (571 kB)
23:51:44 Collecting appdirs<2,>=1.4.3
23:51:44   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
23:51:44 Collecting importlib-resources>=1.0; python_version < "3.7"
23:51:44   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
23:51:44 Collecting zipp>=0.5
23:51:44   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
23:51:44 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, strict-rfc3339, GenSON, tzlocal, jsonpath-rw, PyYAML, validate-email, pyrsistent, distlib
23:51:44   Building wheel for robotframework-jsonlibrary (setup.py): started
23:51:45   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
23:51:45   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=dbac11588fafb28f4b010d6db45932ada418557e7691667a16dbbeff4bce37c7
23:51:45   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
23:51:45   Building wheel for robotframework-jsonschemalibrary (setup.py): started
23:51:45   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
23:51:45   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=284d14eafd8218b48d6cce0dbe1b80419c981674c7a04242eb6de09437bca300
23:51:45   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
23:51:45   Building wheel for robotframework-mockserver (setup.py): started
23:51:45   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
23:51:45   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=d431433548590f416ffc924ace96734096b54844551c40fa82ad61e1db1e0a60
23:51:45   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
23:51:45   Building wheel for strict-rfc3339 (setup.py): started
23:51:46   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
23:51:46   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=916bf1280bd71e21bae2147ed694ea18af772face0ce920fe1024cd96bfb1483
23:51:46   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
23:51:46   Building wheel for GenSON (setup.py): started
23:51:46   Building wheel for GenSON (setup.py): finished with status 'done'
23:51:46   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=667a0ae835db10769dd7e02e721c8a147c9c057cda01cb0fd5343bf3ce99e1a3
23:51:46   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
23:51:46   Building wheel for tzlocal (setup.py): started
23:51:47   Building wheel for tzlocal (setup.py): finished with status 'done'
23:51:47   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=13c4a622f31d0223555799ee6d28cd0c911d1e42cca5bf44faac44ad52d43c54
23:51:47   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
23:51:47   Building wheel for jsonpath-rw (setup.py): started
23:51:47   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
23:51:47   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=86dfcdccc4d6faf4ecd93d8be88af59bd51cd1a720ef23d05adbb0e7d4def381
23:51:47   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
23:51:47   Building wheel for PyYAML (setup.py): started
23:51:56   Building wheel for PyYAML (setup.py): finished with status 'done'
23:51:56   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463811 sha256=85a3ce187df2765e51de4c3202d3a32a92cf8d3220662ac2d5b14a1b126c157f
23:51:56   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
23:51:56   Building wheel for validate-email (setup.py): started
23:51:57   Building wheel for validate-email (setup.py): finished with status 'done'
23:51:57   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=3d4e5dca44ec4f70eeb6eba318e73574d9bb4295be531b0dea887871c92e4a8f
23:51:57   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
23:51:57   Building wheel for pyrsistent (setup.py): started
23:51:58   Building wheel for pyrsistent (setup.py): finished with status 'done'
23:51:58   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123226 sha256=6edaa5a1012d4eaec9704f780537ebedd06a4475b3a0d4d19676dfc29eee7fa5
23:51:58   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
23:51:58   Building wheel for distlib (setup.py): started
23:51:59   Building wheel for distlib (setup.py): finished with status 'done'
23:51:59   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=29940126ed19cd0663518625f250cb18e23b1e9b0ecad7e04d8d8528b7aeb6ca
23:51:59   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
23:51:59 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver strict-rfc3339 GenSON tzlocal jsonpath-rw PyYAML validate-email pyrsistent distlib
23:51:59 Installing collected packages: robotframework, pytz, chardet, urllib3, certifi, idna, requests, strict-rfc3339, ply, decorator, jsonpath-ng, GenSON, jsonpointer, PyYAML, rfc3987, validate-email, flex, attrs, pyrsistent, jsonschema, tzlocal, pygments, RESTinstance, robotframework-dependencylibrary, toml, pyparsing, packaging, py, distlib, appdirs, filelock, zipp, importlib-metadata, importlib-resources, virtualenv, pluggy, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
23:52:04 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
23:52:06  ---> fda92b8981df
23:52:06 Removing intermediate container 75a0bbcd68db
23:52:06 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
23:52:06  ---> Running in 062c55d959f5
23:52:07  ---> 3e2e6bba280d
23:52:07 Removing intermediate container 062c55d959f5
23:52:07 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
23:52:07  ---> Running in 8b5d5b5046b6
23:52:07  ---> 98437720fb92
23:52:07 Removing intermediate container 8b5d5b5046b6
23:52:07 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
23:52:08  ---> Running in 6ffac171e3dd
23:52:08  ---> f2cb0cdeee72
23:52:08 Removing intermediate container 6ffac171e3dd
23:52:08 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
23:52:08  ---> Running in 2464094187e1
23:52:09 Cloning into '/test-vault'...
23:52:09  ---> 2ca369ff5a27
23:52:09 Removing intermediate container 2464094187e1
23:52:09 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
23:52:10  ---> 6bd83d648e9b
23:52:10 Removing intermediate container 96319331cfef
23:52:10 Step 34/40 : RUN python3 setup.py develop
23:52:10  ---> Running in f3d663442a3d
23:52:11 running develop
23:52:11 running egg_info
23:52:11 creating test_vault.egg-info
23:52:11 writing test_vault.egg-info/PKG-INFO
23:52:11 writing dependency_links to test_vault.egg-info/dependency_links.txt
23:52:11 writing top-level names to test_vault.egg-info/top_level.txt
23:52:11 writing manifest file 'test_vault.egg-info/SOURCES.txt'
23:52:11 reading manifest file 'test_vault.egg-info/SOURCES.txt'
23:52:11 writing manifest file 'test_vault.egg-info/SOURCES.txt'
23:52:11 running build_ext
23:52:11 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
23:52:11 Adding test-vault 1.0.4 to easy-install.pth file
23:52:11 
23:52:11 Installed /test-vault
23:52:11 Processing dependencies for test-vault==1.0.4
23:52:11 Finished processing dependencies for test-vault==1.0.4
23:52:11  ---> 169fc0b463f0
23:52:11 Removing intermediate container f3d663442a3d
23:52:11 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
23:52:11  ---> Running in f93f4b4ce6ca
23:52:11 Cloning into '/robotframework-jsonlibrary'...
23:52:11  ---> 4b6a6d3b4a53
23:52:13 Removing intermediate container f93f4b4ce6ca
23:52:13 Step 36/40 : WORKDIR /robotframework-jsonlibrary
23:52:13  ---> 31b5b3b29888
23:52:13 Removing intermediate container 8100af3bcd3f
23:52:13 Step 37/40 : RUN python3 -m pip install -e .
23:52:13  ---> Running in aacca16bd822
23:52:14 Obtaining file:///robotframework-jsonlibrary
23:52:15 Collecting tox==3.0.0
23:52:15   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
23:52:15 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
23:52:15 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 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)
23:52:15 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0)
23:52:15 Installing collected packages: tox, robotframework-jsonlibrary
23:52:15   Attempting uninstall: tox
23:52:15     Found existing installation: tox 3.15.2
23:52:15     Uninstalling tox-3.15.2:
23:52:15       Successfully uninstalled tox-3.15.2
23:52:16   Attempting uninstall: robotframework-jsonlibrary
23:52:16     Found existing installation: robotframework-jsonlibrary 0.3
23:52:16     Uninstalling robotframework-jsonlibrary-0.3:
23:52:16       Successfully uninstalled robotframework-jsonlibrary-0.3
23:52:16   Running setup.py develop for robotframework-jsonlibrary
23:52:16 Successfully installed robotframework-jsonlibrary tox-3.0.0
23:52:16  ---> 9d0e5e601f48
23:52:17 Removing intermediate container aacca16bd822
23:52:17 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
23:52:17  ---> 1dcc569994e9
23:52:17 Removing intermediate container 32491b20b6bb
23:52:17 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
23:52:17  ---> Running in 6453b3957e68
23:52:18 The path for output specified does not exist
23:52:18  ---> 4ec01d6204c5
23:52:18 Removing intermediate container 6453b3957e68
23:52:18 Step 40/40 : CMD ./run_robot_test_suites.py
23:52:18  ---> Running in c42dbd2db571
23:52:18  ---> 9a49386a4384
23:52:18 Removing intermediate container c42dbd2db571
23:52:18 Successfully built 9a49386a4384
23:52:18 Successfully tagged nfv-robot-hivetap-tt:2.4.1
23:52:18 echo "Building 2.6.1 .. "
23:52:18 Building 2.6.1 .. 
23:52:18 docker build -t nfv-robot-hivetap-tt:2.6.1 . \
23:52:18  		   --build-arg GIT_BRANCH=2.6.1-fix-plu && \
23:52:18  		   docker tag nfv-robot-hivetap-tt:2.6.1 ****/nfv-robot-hivetap-tt:2.6.1
23:52:18 Sending build context to Docker daemon  238.6kB

23:52:18 Step 1/40 : FROM python:3.6
23:52:18  ---> 13efce2de907
23:52:18 Step 2/40 : MAINTAINER Federico Sismondi <federico.sismondi@gmail.com>
23:52:18  ---> Using cache
23:52:18  ---> 4e2dd3a9643e
23:52:18 Step 3/40 : ARG GIT_URL='https://forge.etsi.org/rep/nfv/api-tests'
23:52:18  ---> Using cache
23:52:18  ---> 9eb12b572586
23:52:18 Step 4/40 : ARG GIT_BRANCH='2.6.1-fix-plu'
23:52:18  ---> Using cache
23:52:18  ---> 51d8e68dd514
23:52:18 Step 5/40 : ARG CODE_GEN_TEST_TYPE='conformance-NFV'
23:52:18  ---> Using cache
23:52:18  ---> 30c3951903cf
23:52:18 Step 6/40 : ARG CODE_GEN_DOCKER_IMAGE='****/nfv-robot-hivetap-tt'
23:52:18  ---> Using cache
23:52:18  ---> d35d1ab2f4a1
23:52:18 Step 7/40 : ARG CODE_GEN_DOCKER_VERSION='2.6.1'
23:52:18  ---> Using cache
23:52:18  ---> ae92aed8ff88
23:52:18 Step 8/40 : RUN printenv
23:52:18  ---> Using cache
23:52:18  ---> dc2f6584fc7b
23:52:18 Step 9/40 : ENV DEBIAN_FRONTEND noninteractive
23:52:18  ---> Using cache
23:52:18  ---> c9dbfd62ec41
23:52:18 Step 10/40 : ENV PYTHONUNBUFFERED 0
23:52:18  ---> Using cache
23:52:18  ---> 325e6ae427ed
23:52:18 Step 11/40 : ENV ROBOT_ROOT_PROJECT /robot-tests
23:52:18  ---> Using cache
23:52:18  ---> f0cc226c3243
23:52:18 Step 12/40 : ENV LEWIS_ADAPTOR_PATH /robot-to-lewis-adaptor
23:52:18  ---> Using cache
23:52:18  ---> 089255c171fa
23:52:18 Step 13/40 : ENV LEWIS_TEST_PLUGINS $ROBOT_TO_LEWIS_ADAPTOR_PATH/lewis-plugins
23:52:18  ---> Using cache
23:52:18  ---> 50bec45ed055
23:52:18 Step 14/40 : ENV TEST_VAULT_ROOT /test-vault
23:52:18  ---> Using cache
23:52:18  ---> e4bbb2dc0c03
23:52:18 Step 15/40 : RUN apt-get update
23:52:18  ---> Using cache
23:52:18  ---> 3948ea4748aa
23:52:18 Step 16/40 : RUN apt-get -y -qq install apt-utils
23:52:18  ---> Using cache
23:52:18  ---> 5e854b05f6f8
23:52:18 Step 17/40 : RUN apt-get -y -qq install git
23:52:18  ---> Using cache
23:52:18  ---> 8ef6646c8c92
23:52:18 Step 18/40 : RUN apt-get -y -qq install vim
23:52:18  ---> Using cache
23:52:18  ---> 1937bab1109e
23:52:18 Step 19/40 : RUN apt-get -y -qq install locales && locale-gen en_US.UTF-8
23:52:18  ---> Using cache
23:52:18  ---> 6a0d525a32b9
23:52:18 Step 20/40 : RUN python3 -m pip install --upgrade pip
23:52:18  ---> Using cache
23:52:18  ---> 02146ed1f87a
23:52:18 Step 21/40 : RUN mkdir $LEWIS_ADAPTOR_PATH
23:52:18  ---> Using cache
23:52:18  ---> d2cf9827a219
23:52:18 Step 22/40 : COPY . $LEWIS_ADAPTOR_PATH
23:52:18  ---> 61180d7eb539
23:52:18 Removing intermediate container 62ae273c01bb
23:52:18 Step 23/40 : WORKDIR $LEWIS_ADAPTOR_PATH
23:52:19  ---> f720a0c0a59f
23:52:19 Removing intermediate container 0fc5b1e7789a
23:52:19 Step 24/40 : RUN pip install -r requirements.txt
23:52:19  ---> Running in af3c1f7e3ccb
23:52:20 Collecting jinja2
23:52:20   Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
23:52:20 Collecting ioppytest-utils
23:52:20   Downloading ioppytest_utils-1.2.14-py3-none-any.whl (65 kB)
23:52:20 Collecting pika==0.11
23:52:20   Downloading pika-0.11.0-py2.py3-none-any.whl (106 kB)
23:52:20 Collecting MarkupSafe>=0.23
23:52:20   Downloading MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB)
23:52:20 Collecting click==6.7
23:52:20   Downloading click-6.7-py2.py3-none-any.whl (71 kB)
23:52:20 Collecting wcwidth==0.1.7
23:52:20   Downloading wcwidth-0.1.7-py2.py3-none-any.whl (21 kB)
23:52:20 Collecting click-repl==0.1.2
23:52:20   Downloading click_repl-0.1.2-py3-none-any.whl (4.6 kB)
23:52:21 Collecting prompt-toolkit==1.0.15
23:52:21   Downloading prompt_toolkit-1.0.15-py3-none-any.whl (247 kB)
23:52:21 Collecting six
23:52:21   Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
23:52:21 Installing collected packages: MarkupSafe, jinja2, click, wcwidth, six, prompt-toolkit, click-repl, pika, ioppytest-utils
23:52:22 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
23:52:22  ---> e53929bcefc1
23:52:22 Removing intermediate container af3c1f7e3ccb
23:52:22 Step 25/40 : RUN git clone --single-branch --branch $GIT_BRANCH $GIT_URL $ROBOT_ROOT_PROJECT
23:52:22  ---> Running in b6c2001c78b9
23:52:23 Cloning into '/robot-tests'...
23:52:23 warning: redirecting to https://forge.etsi.org/rep/nfv/api-tests.git/
23:52:23  ---> 47abb49bc33d
23:52:26 Removing intermediate container b6c2001c78b9
23:52:26 Step 26/40 : WORKDIR $ROBOT_ROOT_PROJECT
23:52:26  ---> f61198bb85b0
23:52:26 Removing intermediate container a69ba5276e76
23:52:26 Step 27/40 : RUN sed -i "s/robotframework-mockserver==0.0.4/robotframework-mockserver==0.0.5/g" requirements.txt
23:52:26  ---> Running in daac9a35b0e8
23:52:27  ---> c7238741d023
23:52:27 Removing intermediate container daac9a35b0e8
23:52:27 Step 28/40 : RUN pip install -r requirements.txt
23:52:27  ---> Running in fd6741b58f87
23:52:28 Collecting robotframework==3.1
23:52:28   Downloading robotframework-3.1-py2.py3-none-any.whl (597 kB)
23:52:29 Collecting RESTinstance==1.0.0rc4
23:52:29   Downloading RESTinstance-1.0.0rc4-py2.py3-none-any.whl (25 kB)
23:52:29 Collecting robotframework-dependencylibrary==1.0.0.post1
23:52:29   Downloading robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl (6.7 kB)
23:52:29 Collecting robotframework-jsonlibrary==0.3
23:52:29   Downloading robotframework-jsonlibrary-0.3.tar.gz (4.1 kB)
23:52:29 Collecting robotframework-jsonschemalibrary==1.0
23:52:29   Downloading robotframework-jsonschemalibrary-1.0.tar.gz (2.4 kB)
23:52:30 Collecting robotframework-mockserver==0.0.5
23:52:30   Downloading robotframework-mockserver-0.0.5.tar.gz (3.2 kB)
23:52:30 Collecting GenSON==1.0.1
23:52:30   Downloading genson-1.0.1.tar.gz (25 kB)
23:52:31 Collecting pytz==2018.5
23:52:31   Downloading pytz-2018.5-py2.py3-none-any.whl (510 kB)
23:52:31 Collecting jsonpath-ng==1.4.3
23:52:31   Downloading jsonpath_ng-1.4.3-py2.py3-none-any.whl (29 kB)
23:52:31 Collecting flex==6.13.2
23:52:31   Downloading flex-6.13.2-py3-none-any.whl (77 kB)
23:52:31 Collecting pygments==2.2.0
23:52:31   Downloading Pygments-2.2.0-py2.py3-none-any.whl (841 kB)
23:52:32 Collecting requests==2.20.0
23:52:32   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
23:52:32 Collecting jsonschema==3.0.0a3
23:52:32   Downloading jsonschema-3.0.0a3-py2.py3-none-any.whl (49 kB)
23:52:32 Collecting tzlocal==1.5.1
23:52:32   Downloading tzlocal-1.5.1.tar.gz (16 kB)
23:52:32 Collecting rfc3987==1.3.8
23:52:32   Downloading rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
23:52:32 Collecting strict-rfc3339==0.7
23:52:32   Downloading strict-rfc3339-0.7.tar.gz (17 kB)
23:52:33 Collecting tox
23:52:33   Downloading tox-3.15.2-py2.py3-none-any.whl (137 kB)
23:52:34 Collecting coverage
23:52:34   Downloading coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl (227 kB)
23:52:34 Collecting jsonpath-rw==1.4.0
23:52:34   Downloading jsonpath-rw-1.4.0.tar.gz (13 kB)
23:52:34 Collecting jsonpath-rw-ext>=0.1.9
23:52:34   Downloading jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl (19 kB)
23:52:34 Collecting decorator
23:52:34   Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
23:52:34 Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7)) (1.15.0)
23:52:34 Collecting ply
23:52:34   Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
23:52:34 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)
23:52:34 Collecting validate-email<2,>=1.2
23:52:34   Downloading validate_email-1.3.tar.gz (4.7 kB)
23:52:35 Collecting PyYAML<4,>=3.11
23:52:35   Downloading PyYAML-3.13.tar.gz (270 kB)
23:52:36 Collecting jsonpointer<2,>=1.7
23:52:36   Downloading jsonpointer-1.14-py2.py3-none-any.whl (7.4 kB)
23:52:36 Collecting chardet<3.1.0,>=3.0.2
23:52:36   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
23:52:36 Collecting certifi>=2017.4.17
23:52:36   Downloading certifi-2020.4.5.2-py2.py3-none-any.whl (157 kB)
23:52:36 Collecting idna<2.8,>=2.5
23:52:36   Downloading idna-2.7-py2.py3-none-any.whl (58 kB)
23:52:36 Collecting urllib3<1.25,>=1.21.1
23:52:36   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
23:52:36 Collecting pyrsistent>=0.14.0
23:52:36   Downloading pyrsistent-0.16.0.tar.gz (108 kB)
23:52:37 Collecting attrs>=17.4.0
23:52:37   Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
23:52:37 Collecting pluggy>=0.12.0
23:52:37   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
23:52:37 Collecting toml>=0.9.4
23:52:37   Downloading toml-0.10.1-py2.py3-none-any.whl (19 kB)
23:52:37 Collecting packaging>=14
23:52:37   Downloading packaging-20.4-py2.py3-none-any.whl (37 kB)
23:52:37 Collecting py>=1.4.17
23:52:37   Downloading py-1.8.2-py2.py3-none-any.whl (83 kB)
23:52:37 Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
23:52:37   Downloading importlib_metadata-1.6.1-py2.py3-none-any.whl (31 kB)
23:52:38 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
23:52:38   Downloading virtualenv-20.0.23-py2.py3-none-any.whl (4.7 MB)
23:52:38 Collecting filelock>=3.0.0
23:52:38   Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
23:52:38 Collecting pbr>=1.8
23:52:38   Downloading pbr-5.4.5-py2.py3-none-any.whl (110 kB)
23:52:39 Collecting pyparsing>=2.0.2
23:52:39   Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
23:52:39 Collecting zipp>=0.5
23:52:39   Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB)
23:52:39 Collecting appdirs<2,>=1.4.3
23:52:39   Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
23:52:39 Collecting distlib<1,>=0.3.0
23:52:39   Downloading distlib-0.3.0.zip (571 kB)
23:52:39 Collecting importlib-resources>=1.0; python_version < "3.7"
23:52:39   Downloading importlib_resources-2.0.1-py2.py3-none-any.whl (22 kB)
23:52:40 Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, tzlocal, strict-rfc3339, jsonpath-rw, validate-email, PyYAML, pyrsistent, distlib
23:52:40   Building wheel for robotframework-jsonlibrary (setup.py): started
23:52:40   Building wheel for robotframework-jsonlibrary (setup.py): finished with status 'done'
23:52:40   Created wheel for robotframework-jsonlibrary: filename=robotframework_jsonlibrary-0.3-py3-none-any.whl size=4324 sha256=58519a8e4b49715b9d74f9e09538005cbb4907093dd26354cf0f1b4df9bd1f62
23:52:40   Stored in directory: /root/.cache/pip/wheels/df/14/fd/4e1d100075795807700ce7d9284bb802aa6d2b7d543df88dc9
23:52:40   Building wheel for robotframework-jsonschemalibrary (setup.py): started
23:52:40   Building wheel for robotframework-jsonschemalibrary (setup.py): finished with status 'done'
23:52:40   Created wheel for robotframework-jsonschemalibrary: filename=robotframework_jsonschemalibrary-1.0-py3-none-any.whl size=2987 sha256=b7c12b616df2119de4af9b963135580b06ebbd04de6212c3281e49fc370a9ea1
23:52:40   Stored in directory: /root/.cache/pip/wheels/cc/a0/d7/b036794319184506eeef7426a9d540cbef2e616120ae8e1dae
23:52:40   Building wheel for robotframework-mockserver (setup.py): started
23:52:41   Building wheel for robotframework-mockserver (setup.py): finished with status 'done'
23:52:41   Created wheel for robotframework-mockserver: filename=robotframework_mockserver-0.0.5-py3-none-any.whl size=4352 sha256=ff7f37450c78087ecb482613962d52aa74d965a4ca92f838d6ddd87e42463f79
23:52:41   Stored in directory: /root/.cache/pip/wheels/7c/a5/0f/463c7b04bb4a0bac33b495d78f99487a522ff7df79664919d1
23:52:41   Building wheel for GenSON (setup.py): started
23:52:41   Building wheel for GenSON (setup.py): finished with status 'done'
23:52:41   Created wheel for GenSON: filename=genson-1.0.1-py2.py3-none-any.whl size=17110 sha256=3280c298feccad2d598ba228217a33ac17a7a5e87b7eb485cdbe6248791a2aaa
23:52:41   Stored in directory: /root/.cache/pip/wheels/78/6c/7d/eddd15f9b54c20fc91442540dca34d9ce6dc5ab37df0e319b6
23:52:41   Building wheel for tzlocal (setup.py): started
23:52:42   Building wheel for tzlocal (setup.py): finished with status 'done'
23:52:42   Created wheel for tzlocal: filename=tzlocal-1.5.1-py3-none-any.whl size=17543 sha256=95bba7dc458968b32e5d8094120c3310de2247a79156d2c408491f8a61259f80
23:52:42   Stored in directory: /root/.cache/pip/wheels/9b/ea/ca/a3c0116bd004529390dc7bcb5d7f8de1bf985e01738cc9a11c
23:52:42   Building wheel for strict-rfc3339 (setup.py): started
23:52:42   Building wheel for strict-rfc3339 (setup.py): finished with status 'done'
23:52:42   Created wheel for strict-rfc3339: filename=strict_rfc3339-0.7-py3-none-any.whl size=18119 sha256=b4c24f81b28b9b912ffe1a5899bffcbd1bc52912d71b031d7c128d30a42e03b4
23:52:42   Stored in directory: /root/.cache/pip/wheels/d3/8f/86/00a0ce6029db25cbd4c6d7d57498175ca8e93ab48286f3b277
23:52:42   Building wheel for jsonpath-rw (setup.py): started
23:52:42   Building wheel for jsonpath-rw (setup.py): finished with status 'done'
23:52:42   Created wheel for jsonpath-rw: filename=jsonpath_rw-1.4.0-py3-none-any.whl size=15145 sha256=8a4d0b85999516020508935512e5e95f78f6c42be88a1f892abeaf71e8b26892
23:52:42   Stored in directory: /root/.cache/pip/wheels/3b/79/05/8a5c3b96770fecba7b2267f72739f67d7c39a7c982b5f1e0e9
23:52:42   Building wheel for validate-email (setup.py): started
23:52:43   Building wheel for validate-email (setup.py): finished with status 'done'
23:52:43   Created wheel for validate-email: filename=validate_email-1.3-py3-none-any.whl size=5461 sha256=718b12857cda5ee44bbfdd35c9bfb30e3a926ddeab80b3747bca2308d6ad29c5
23:52:43   Stored in directory: /root/.cache/pip/wheels/f1/59/bd/ab906153650f2141bc12f08130d78341f3cdaa8abed92b422d
23:52:43   Building wheel for PyYAML (setup.py): started
23:52:52   Building wheel for PyYAML (setup.py): finished with status 'done'
23:52:52   Created wheel for PyYAML: filename=PyYAML-3.13-cp36-cp36m-linux_x86_64.whl size=463823 sha256=f95e2912a5fa149f808a5cffbf1545603bfc19e9296596fa994f4d93b26c2840
23:52:52   Stored in directory: /root/.cache/pip/wheels/ab/80/60/97eaebe423482bcf0963b19495b4cfe6c4caef59761a0c427d
23:52:52   Building wheel for pyrsistent (setup.py): started
23:52:53   Building wheel for pyrsistent (setup.py): finished with status 'done'
23:52:53   Created wheel for pyrsistent: filename=pyrsistent-0.16.0-cp36-cp36m-linux_x86_64.whl size=123222 sha256=2a26378e9c3f4b24d21ec2a6fadf15f425a4afbb21e5d9f148bd44cdfe7aa9f9
23:52:53   Stored in directory: /root/.cache/pip/wheels/d1/8a/1c/32ab9017418a2c64e4fbaf503c08648bed2f8eb311b869a464
23:52:53   Building wheel for distlib (setup.py): started
23:52:54   Building wheel for distlib (setup.py): finished with status 'done'
23:52:54   Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=128312f9e9ab89b40669af54ec9653ae94e3ecb93bbf32e022074ebea6bc505a
23:52:54   Stored in directory: /root/.cache/pip/wheels/33/d9/71/e4e3cac73529e1947df418af0f140cd7589d5d9ec0e17ecfc2
23:52:54 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON tzlocal strict-rfc3339 jsonpath-rw validate-email PyYAML pyrsistent distlib
23:52:54 Installing collected packages: robotframework, GenSON, pytz, decorator, ply, jsonpath-ng, validate-email, chardet, certifi, idna, urllib3, requests, PyYAML, rfc3987, jsonpointer, strict-rfc3339, flex, pygments, pyrsistent, attrs, jsonschema, tzlocal, RESTinstance, robotframework-dependencylibrary, zipp, importlib-metadata, pluggy, toml, pyparsing, packaging, py, filelock, appdirs, distlib, importlib-resources, virtualenv, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver
23:52:59 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
23:53:01  ---> 219ea299517b
23:53:01 Removing intermediate container fd6741b58f87
23:53:01 Step 29/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Start Process/#&/g' {} +
23:53:01  ---> Running in 8c7d35d20868
23:53:02  ---> 3b691f48b416
23:53:02 Removing intermediate container 8c7d35d20868
23:53:02 Step 30/40 : RUN find . -name "*.robot" -exec sed -i 's/^[^#]*Wait For Process/#&/g' {} +
23:53:02  ---> Running in b44ee5074d08
23:53:03  ---> 449354cfc846
23:53:03 Removing intermediate container b44ee5074d08
23:53:03 Step 31/40 : RUN find . -name "*.txt" -exec sed -i 's/^[^#]*\${MOCK_SERVER_JAR}/#&/g' {} +
23:53:03  ---> Running in c877d43d4750
23:53:03  ---> 5468a8af79b1
23:53:03 Removing intermediate container c877d43d4750
23:53:03 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
23:53:03  ---> Running in 26e19a440325
23:53:04 Cloning into '/test-vault'...
23:53:04  ---> 3d7bbe74f408
23:53:04 Removing intermediate container 26e19a440325
23:53:04 Step 33/40 : WORKDIR $TEST_VAULT_ROOT
23:53:05  ---> dd234540996f
23:53:05 Removing intermediate container 9621831bc3d4
23:53:05 Step 34/40 : RUN python3 setup.py develop
23:53:05  ---> Running in ad116f23aa19
23:53:06 running develop
23:53:06 running egg_info
23:53:06 creating test_vault.egg-info
23:53:06 writing test_vault.egg-info/PKG-INFO
23:53:06 writing dependency_links to test_vault.egg-info/dependency_links.txt
23:53:06 writing top-level names to test_vault.egg-info/top_level.txt
23:53:06 writing manifest file 'test_vault.egg-info/SOURCES.txt'
23:53:06 reading manifest file 'test_vault.egg-info/SOURCES.txt'
23:53:06 writing manifest file 'test_vault.egg-info/SOURCES.txt'
23:53:06 running build_ext
23:53:06 Creating /usr/local/lib/python3.6/site-packages/test-vault.egg-link (link to .)
23:53:06 Adding test-vault 1.0.4 to easy-install.pth file
23:53:06 
23:53:06 Installed /test-vault
23:53:06 Processing dependencies for test-vault==1.0.4
23:53:06 Finished processing dependencies for test-vault==1.0.4
23:53:06  ---> 77c4c707d4f0
23:53:06 Removing intermediate container ad116f23aa19
23:53:06 Step 35/40 : RUN git clone https://github.com/nottyo/robotframework-jsonlibrary /robotframework-jsonlibrary
23:53:06  ---> Running in 161429ddee0a
23:53:06 Cloning into '/robotframework-jsonlibrary'...
23:53:06  ---> 9aa5949afcce
23:53:08 Removing intermediate container 161429ddee0a
23:53:08 Step 36/40 : WORKDIR /robotframework-jsonlibrary
23:53:08  ---> b7ab53e49a94
23:53:08 Removing intermediate container 9d8dcbbd92d6
23:53:08 Step 37/40 : RUN python3 -m pip install -e .
23:53:08  ---> Running in 49467f936266
23:53:09 Obtaining file:///robotframework-jsonlibrary
23:53:10 Collecting tox==3.0.0
23:53:10   Downloading tox-3.0.0-py2.py3-none-any.whl (60 kB)
23:53:10 Requirement already satisfied: coverage in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (5.1)
23:53:10 Requirement already satisfied: robotframework>=3.0 in /usr/local/lib/python3.6/site-packages (from robotframework-jsonlibrary==0.3.1) (3.1)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (1.6.1)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 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)
23:53:10 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy<1.0,>=0.3.0->tox==3.0.0->robotframework-jsonlibrary==0.3.1) (3.1.0)
23:53:10 Installing collected packages: tox, robotframework-jsonlibrary
23:53:10   Attempting uninstall: tox
23:53:10     Found existing installation: tox 3.15.2
23:53:10     Uninstalling tox-3.15.2:
23:53:10       Successfully uninstalled tox-3.15.2
23:53:11   Attempting uninstall: robotframework-jsonlibrary
23:53:11     Found existing installation: robotframework-jsonlibrary 0.3
23:53:11     Uninstalling robotframework-jsonlibrary-0.3:
23:53:11       Successfully uninstalled robotframework-jsonlibrary-0.3
23:53:11   Running setup.py develop for robotframework-jsonlibrary
23:53:11 Successfully installed robotframework-jsonlibrary tox-3.0.0
23:53:11  ---> ef45f2b15e9d
23:53:11 Removing intermediate container 49467f936266
23:53:11 Step 38/40 : WORKDIR /robot-to-lewis-adaptor
23:53:12  ---> aba7fef422e5
23:53:12 Removing intermediate container 636f87b4bae9
23:53:12 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
23:53:12  ---> Running in 37b4009c428a
23:53:12 The path for output specified does not exist
23:53:13  ---> 7eca2ac15957
23:53:13 Removing intermediate container 37b4009c428a
23:53:13 Step 40/40 : CMD ./run_robot_test_suites.py
23:53:13  ---> Running in 186c98da93dd
23:53:13  ---> 373b1799734a
23:53:13 Removing intermediate container 186c98da93dd
23:53:13 Successfully built 373b1799734a
23:53:13 Successfully tagged nfv-robot-hivetap-tt:2.6.1
23:53:13 echo "Building finished."
23:53:13 Building finished.
23:53:13 echo "Pushing 2.4.1 and 2.6.1 develop version"
23:53:13 Pushing 2.4.1 and 2.6.1 develop version
23:53:13 docker push ****/nfv-robot-hivetap-tt:2.4.1
23:53:13 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
23:53:14 c89f4bd238ac: Preparing
23:53:14 e69cc95ca186: Preparing
23:53:14 43d470189579: Preparing
23:53:14 3ba711c50d5d: Preparing
23:53:14 54aa86bf5e7f: Preparing
23:53:14 0e6430b82a68: Preparing
23:53:14 e29a3f557ded: Preparing
23:53:14 c3a6604ef8b4: Preparing
23:53:14 9f69565268af: Preparing
23:53:14 031f718457b2: Preparing
23:53:14 85ad6ae760de: Preparing
23:53:14 3651ffce5ce3: Preparing
23:53:14 7f10a437f902: Preparing
23:53:14 a044cd3422f9: Preparing
23:53:14 9fd310db1c3a: Preparing
23:53:14 90ab66e75516: Preparing
23:53:14 d8796c0350ee: Preparing
23:53:14 eb68e302feb8: Preparing
23:53:14 3766238396fc: Preparing
23:53:14 3bfc695f858c: Preparing
23:53:14 eb26703d6103: Preparing
23:53:14 9424f6aa0d01: Preparing
23:53:14 c56fb9f75f56: Preparing
23:53:14 b5bc305e9fd3: Preparing
23:53:14 da9418a2e1b1: Preparing
23:53:14 2e5b4ca91984: Preparing
23:53:14 527ade4639e0: Preparing
23:53:14 c2c789d2d3c5: Preparing
23:53:14 8803ef42039d: Preparing
23:53:14 0e6430b82a68: Waiting
23:53:14 e29a3f557ded: Waiting
23:53:14 c3a6604ef8b4: Waiting
23:53:14 9f69565268af: Waiting
23:53:14 031f718457b2: Waiting
23:53:14 85ad6ae760de: Waiting
23:53:14 3651ffce5ce3: Waiting
23:53:14 7f10a437f902: Waiting
23:53:14 a044cd3422f9: Waiting
23:53:14 eb68e302feb8: Waiting
23:53:14 3766238396fc: Waiting
23:53:14 3bfc695f858c: Waiting
23:53:14 eb26703d6103: Waiting
23:53:14 9424f6aa0d01: Waiting
23:53:14 c56fb9f75f56: Waiting
23:53:14 9fd310db1c3a: Waiting
23:53:14 b5bc305e9fd3: Waiting
23:53:14 90ab66e75516: Waiting
23:53:14 da9418a2e1b1: Waiting
23:53:14 d8796c0350ee: Waiting
23:53:14 2e5b4ca91984: Waiting
23:53:14 527ade4639e0: Waiting
23:53:14 8803ef42039d: Waiting
23:53:17 3ba711c50d5d: Pushed
23:53:17 c89f4bd238ac: Pushed
23:53:17 43d470189579: Pushed
23:53:17 54aa86bf5e7f: Pushed
23:53:18 e69cc95ca186: Pushed
23:53:20 e29a3f557ded: Pushed
23:53:21 c3a6604ef8b4: Pushed
23:53:21 031f718457b2: Pushed
23:53:21 0e6430b82a68: Pushed
23:53:22 a044cd3422f9: Layer already exists
23:53:22 9fd310db1c3a: Layer already exists
23:53:23 90ab66e75516: Layer already exists
23:53:24 d8796c0350ee: Layer already exists
23:53:24 eb68e302feb8: Layer already exists
23:53:25 3766238396fc: Layer already exists
23:53:25 3bfc695f858c: Layer already exists
23:53:26 7f10a437f902: Pushed
23:53:26 3651ffce5ce3: Pushed
23:53:26 eb26703d6103: Layer already exists
23:53:26 9424f6aa0d01: Layer already exists
23:53:26 c56fb9f75f56: Layer already exists
23:53:26 b5bc305e9fd3: Layer already exists
23:53:27 da9418a2e1b1: Layer already exists
23:53:27 2e5b4ca91984: Layer already exists
23:53:27 527ade4639e0: Layer already exists
23:53:27 9f69565268af: Pushed
23:53:27 c2c789d2d3c5: Layer already exists
23:53:27 8803ef42039d: Layer already exists
23:53:35 85ad6ae760de: Pushed
23:53:39 2.4.1: digest: sha256:c6594377788fdfc2ee8988dc3fb8d1c93f481ee840cd8e9e1a6c5eb905e2c73d size: 6414
23:53:39 docker push ****/nfv-robot-hivetap-tt:2.6.1
23:53:39 The push refers to a repository [docker.io/****/nfv-robot-hivetap-tt]
23:53:40 b0c728ff20af: Preparing
23:53:40 be7ad1cec858: Preparing
23:53:40 6bea2c559ee3: Preparing
23:53:40 8c54f67191a8: Preparing
23:53:40 4726bc500dc0: Preparing
23:53:40 421d93e497d6: Preparing
23:53:40 324f54c1963c: Preparing
23:53:40 430e561711b5: Preparing
23:53:40 deef7fc04198: Preparing
23:53:40 06715bfbe762: Preparing
23:53:40 548be2b1a358: Preparing
23:53:40 255550edf6ab: Preparing
23:53:40 bf55cadf6723: Preparing
23:53:40 0894e4673690: Preparing
23:53:40 3726c93e7349: Preparing
23:53:40 bf0b648fc350: Preparing
23:53:40 deef7fc04198: Waiting
23:53:40 7460fa886822: Preparing
23:53:40 3b93187dbbce: Preparing
23:53:40 06715bfbe762: Waiting
23:53:40 ff040f6c7106: Preparing
23:53:40 914e2e7e5a43: Preparing
23:53:40 eb26703d6103: Preparing
23:53:40 9424f6aa0d01: Preparing
23:53:40 421d93e497d6: Waiting
23:53:40 430e561711b5: Waiting
23:53:40 324f54c1963c: Waiting
23:53:40 548be2b1a358: Waiting
23:53:40 7460fa886822: Waiting
23:53:40 3b93187dbbce: Waiting
23:53:40 255550edf6ab: Waiting
23:53:40 ff040f6c7106: Waiting
23:53:40 bf55cadf6723: Waiting
23:53:40 914e2e7e5a43: Waiting
23:53:40 0894e4673690: Waiting
23:53:40 eb26703d6103: Waiting
23:53:40 bf0b648fc350: Waiting
23:53:40 c56fb9f75f56: Preparing
23:53:40 b5bc305e9fd3: Preparing
23:53:40 9424f6aa0d01: Waiting
23:53:40 c56fb9f75f56: Waiting
23:53:40 3726c93e7349: Waiting
23:53:40 da9418a2e1b1: Preparing
23:53:40 2e5b4ca91984: Preparing
23:53:40 527ade4639e0: Preparing
23:53:40 c2c789d2d3c5: Preparing
23:53:40 b5bc305e9fd3: Waiting
23:53:40 da9418a2e1b1: Waiting
23:53:40 527ade4639e0: Waiting
23:53:40 8803ef42039d: Preparing
23:53:40 2e5b4ca91984: Waiting
23:53:40 c2c789d2d3c5: Waiting
23:53:43 8c54f67191a8: Pushed
23:53:43 4726bc500dc0: Pushed
23:53:43 be7ad1cec858: Pushed
23:53:43 b0c728ff20af: Pushed
23:53:44 6bea2c559ee3: Pushed
23:53:46 421d93e497d6: Pushed
23:53:47 324f54c1963c: Pushed
23:53:47 06715bfbe762: Pushed
23:53:47 430e561711b5: Pushed
23:53:48 0894e4673690: Layer already exists
23:53:48 3726c93e7349: Layer already exists
23:53:49 bf0b648fc350: Layer already exists
23:53:49 7460fa886822: Layer already exists
23:53:50 3b93187dbbce: Layer already exists
23:53:50 ff040f6c7106: Layer already exists
23:53:51 bf55cadf6723: Pushed
23:53:51 914e2e7e5a43: Layer already exists
23:53:51 eb26703d6103: Layer already exists
23:53:52 9424f6aa0d01: Layer already exists
23:53:52 c56fb9f75f56: Layer already exists
23:53:52 255550edf6ab: Pushed
23:53:52 b5bc305e9fd3: Layer already exists
23:53:52 da9418a2e1b1: Layer already exists
23:53:52 2e5b4ca91984: Layer already exists
23:53:53 527ade4639e0: Layer already exists
23:53:53 c2c789d2d3c5: Layer already exists
23:53:53 8803ef42039d: Layer already exists
23:53:55 deef7fc04198: Pushed
23:54:00 548be2b1a358: Pushed
23:54:04 2.6.1: digest: sha256:960121549e20c2b9abba7432ec39c49ccb72b946473c91534c817bcc84318bc9 size: 6414
23:54:04 Finished: SUCCESS