Started by GitLab push by Giacomo Bernini [EnvInject] - Loading node environment variables. Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/api-tests using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@forge.etsi.org:nfv/api-tests.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:nfv/api-tests.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:nfv/api-tests.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/4.3.1-dev-SOL005-NSPM^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 1d5ddbdf6f19bda24dd572dbb96e49f2a038b1a0 # timeout=10 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData Checking out Revision 1d5ddbdf6f19bda24dd572dbb96e49f2a038b1a0 (origin/4.3.1-dev-SOL005-NSPM) > git config core.sparsecheckout # timeout=10 > git checkout -f 1d5ddbdf6f19bda24dd572dbb96e49f2a038b1a0 Commit message: "updated reference to SOL013ed431" > git rev-list --no-walk 15bc303a72fba8c022a72a09c991ce1cf89f59e6 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content DOCKER_HUB_USER=fedesismo CI_REGISTRY_USER=project_86_bot CI_REGISTRY=osm.etsi.org:5050 [EnvInject] - Variables injected successfully. [EnvInject] - Mask passwords that will be passed as build parameters. [api-tests] $ /bin/bash /tmp/jenkins13443081702476533265.sh Using git branch origin/4.3.1-dev-SOL005-NSPM DOCKER_FILE=./scripts/docker/Dockerfile + DOCKER_FILE=./scripts/docker/Dockerfile if [ -f ${DOCKER_FILE} ] then #check and build stf583-rf-validation image DOCKER_ID=`docker ps -a | grep -e stf583-rf-validation | awk '{ print $1 }'` # if [ ! -z "${DOCKER_ID}" ] # then # docker rm --force stf583-rf-validation # fi docker build --tag stf583-rf-validation -f ${DOCKER_FILE} . if [ "$?" != "0" ] then echo "Docker build failed: $?" exit -1 fi # docker image ls -a # docker inspect stf583-rf-validation:latest # if [ "$?" != "0" ] # then # echo "Docker inspect failed: $?" # exit -2 # fi #else # exit -3 fi + '[' -f ./scripts/docker/Dockerfile ']' ++ docker ps -a ++ grep -e stf583-rf-validation ++ awk '{ print $1 }' + DOCKER_ID= + docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile . Sending build context to Docker daemon 79.99MB Step 1/19 : FROM ubuntu:18.04 ---> 35b3f4f76a24 Step 2/19 : MAINTAINER ETSI STF 583 ---> Using cache ---> 3c5f66e05233 Step 3/19 : LABEL description="SFT583 Robot Framework Docker Image" ---> Using cache ---> 1658afcc7aa8 Step 4/19 : ENV TERM=xterm ---> Using cache ---> 7209798cb707 Step 5/19 : ENV HOSTNAME docker-robot-STF583 ---> Using cache ---> dba127a40976 Step 6/19 : ARG ssh_prv_key ---> Using cache ---> f334c0d621ea Step 7/19 : RUN DEBIAN_FRONTEND=noninteractive apt update && apt install python3 git -y && apt install python3-pip -y && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 4adb2d65c69f Step 8/19 : RUN echo "docker-robot-STF583" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> bb01a6cc6aed Step 9/19 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> 7ede9b59c43f Step 10/19 : RUN DEBIAN_FRONTEND=noninteractive && mkdir -p /home/etsi/dev/robot && cd /home/etsi/dev/robot ---> Using cache ---> 2bd226be8217 Step 11/19 : ADD requirements.txt /home/etsi/dev/robot/ ---> Using cache ---> f8bfd2926b3e Step 12/19 : ADD extensions /home/etsi/dev/robot/extensions ---> Using cache ---> c4be2a4043ab Step 13/19 : RUN ls /home/etsi/dev/robot ---> Using cache ---> 0f9aa7c38a1f Step 14/19 : ADD "https://forge.etsi.org/rep/api/v4/projects/224/repository/branches/master" /tmp/devalidateCache ---> c6ae91d10b70 Step 15/19 : RUN DEBIAN_FRONTED=noninteractive cd /home/etsi/dev/ mkdir -p build && git clone https://forge.etsi.org/rep/forge-tools/robot2doc.git && cd robot2doc && pip3 install -r requirements.txt && python3 -m pip install -e . ---> Running in 182584c9e305 Cloning into 'robot2doc'... Collecting python-docx==0.8.7 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/00/ed/dc8d859eb32980ccf0e5a9b1ab3311415baf55de208777d85826a7fb0b65/python-docx-0.8.7.tar.gz (5.4MB) Collecting robotframework==3.1 (from -r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/78/c3/9a5af726bef21c2b0946a81a3348e946764a72ae5a2c45beaeee43e7d8a8/robotframework-3.1-py2.py3-none-any.whl (597kB) Collecting pytest (from -r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting lxml>=2.3.2 (from python-docx==0.8.7->-r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/6d/b9/44f7e3b8a27eeef778188c50ad11feb46c7572f06227b4842188730591db/lxml-4.9.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.8MB) Collecting packaging (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting tomli>=1.0.0 (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting iniconfig (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting attrs>=19.2.0 (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60kB) Collecting py>=1.8.2 (from pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB) Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB) Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest->-r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Building wheels for collected packages: python-docx Running setup.py bdist_wheel for python-docx: started Running setup.py bdist_wheel for python-docx: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/c2/c7/a7/4cb54d79bf82f9bb4be1780647700f7ec311f0f98a7a017c17 Successfully built python-docx Installing collected packages: lxml, python-docx, robotframework, pyparsing, packaging, typing-extensions, zipp, importlib-metadata, tomli, iniconfig, pluggy, attrs, py, pytest Successfully installed attrs-22.2.0 importlib-metadata-4.8.3 iniconfig-1.1.1 lxml-4.9.2 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.0.1 python-docx-0.8.7 robotframework-3.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 Obtaining file:///home/etsi/dev/robot2doc Installing collected packages: robot2doc Found existing installation: robot2doc 0.0.3 Can't uninstall 'robot2doc'. No files were found to uninstall. Running setup.py develop for robot2doc Successfully installed robot2doc Removing intermediate container 182584c9e305 ---> 02549d8612c7 Step 16/19 : RUN DEBIAN_FRONTEND=noninteractive && cd /home/etsi/dev/robot && pip3 install -r requirements.txt ---> Running in dac9fda28517 Collecting git+https://github.com/etsi-cti-admin/RESTinstance (from -r requirements.txt (line 4)) Cloning https://github.com/etsi-cti-admin/RESTinstance to /tmp/pip-3l0vw4z4-build Requirement already satisfied: robotframework==3.1 in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 5)) Collecting robotframework-dependencylibrary==1.0.0.post1 (from -r requirements.txt (line 7)) Downloading https://files.pythonhosted.org/packages/7c/46/c09b5ebb178a85bdeba8d0e66d4b6747657bacbc96cec01c2aedf43d0b82/robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl Collecting robotframework-jsonlibrary==0.3 (from -r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/91/05/bc535d666491d0856516cb6efed2736a5242bd70555c4f80df89755cc69b/robotframework-jsonlibrary-0.3.tar.gz Collecting robotframework-jsonschemalibrary==1.0 (from -r requirements.txt (line 9)) Downloading https://files.pythonhosted.org/packages/e6/0d/5d4162af1b87260f633cbd402cbe4bd263efa057bb9799c97e8e5676b241/robotframework-jsonschemalibrary-1.0.tar.gz Collecting robotframework-mockserver==0.0.7 (from -r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/54/57/b6d5da925976b7d92c66e332160acd25888202cdfbfe987d849252333038/robotframework-mockserver-0.0.7.tar.gz Collecting robotframework-requests==0.7.1 (from -r requirements.txt (line 11)) Downloading https://files.pythonhosted.org/packages/5b/9d/512337fc273f7b306992ec8b786b36c61dad9fcd767e7df76855fca57f3c/robotframework_requests-0.7.1-py3-none-any.whl Collecting GenSON (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/e1/71/fbd2f1ad9695c92ad756b91f5a570f809c4959d3bd82266788cf222e5c5c/genson-1.2.2.tar.gz Collecting docutils (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/8d/14/69b4bad34e3f250afe29a854da03acb6747711f3df06c359fa053fae4e76/docutils-0.18.1-py2.py3-none-any.whl (570kB) Collecting flex (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/de/51/f3bf1779a12e92c3bf9f2d0ee242298775ef625adb596951090bdd24854f/flex-6.14.1.tar.gz (40kB) Collecting jsonpath-ng (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/4c/b7/3627068d9aa6b2d49af117eb3897770a5dbc6bb3f4c09ed56a9eb749438e/jsonpath_ng-1.5.3-py3-none-any.whl Collecting jsonschema (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/e0/d9/05587ac378b9fd2c352c6f024f13240168365bd753a7e8007522b7025267/jsonschema-4.0.0-py3-none-any.whl (69kB) Collecting pygments (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl (1.1MB) Collecting pytz (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl (502kB) Collecting requests (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl (63kB) Collecting rfc3987 (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/65/d4/f7407c3d15d5ac779c3dd34fbbc6ea2090f77bd7dd12f207ccf881551208/rfc3987-1.3.8-py2.py3-none-any.whl Collecting strict-rfc3339 (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/56/e4/879ef1dbd6ddea1c77c0078cd59b503368b0456bcca7d063a870ca2119d3/strict-rfc3339-0.7.tar.gz Collecting tzlocal (from RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/31/b7/3bc2c1868f27677139b772e4fde95265b93151912fd90eb874827943bfcf/tzlocal-4.2-py3-none-any.whl Collecting coverage (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/4c/0b/731e558a762ed89478e2badc388443b30ebb0a975c335ae60e24b52d5b00/coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (212kB) Collecting jsonpath-rw-ext>=0.1.9 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/eb/69/e46a4866c6afa52861bcd9bf8909a4b76fd7ac68b227b2d5673f109f0aa3/jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl Collecting jsonpath-rw==1.4.0 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz Collecting tox (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/31/c7/69ec9b8bbb4fe649b4bc960a53b837b4dace889137be5f23b4236a3e9f7c/tox-3.28.0-py2.py3-none-any.whl (86kB) Collecting PyYAML>=3.11 (from flex->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/b3/85/79b9e5b4e8d3c0ac657f4e8617713cca8408f6cdc65d2ee6554217cedff1/PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (603kB) Collecting click>=3.3 (from flex->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/4a/a8/0b2ced25639fb20cc1c9784de90a8c25f9504a7f18cd8b5397bd61696d7d/click-8.0.4-py3-none-any.whl (97kB) Collecting jsonpointer>=1.7 (from flex->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/a3/be/8dc9d31b50e38172c8020c40f497ce8debdb721545ddb9fcb7cca89ea9e6/jsonpointer-2.3-py2.py3-none-any.whl Requirement already satisfied: six>=1.7.3 in /usr/lib/python3/dist-packages (from flex->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Collecting validate-email>=1.2 (from flex->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz Collecting decorator (from jsonpath-ng->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl Collecting ply (from jsonpath-ng->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB) Requirement already satisfied: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.6/dist-packages (from jsonschema->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/6c/19/1af501f6f388a40ede6d0185ba481bdb18ffc99deab0dd0d092b173bc0f4/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.whl (117kB) Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.6/dist-packages (from jsonschema->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /usr/lib/python3/dist-packages (from requests->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Collecting certifi>=2017.4.17 (from requests->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl (155kB) Collecting urllib3<1.27,>=1.21.1 (from requests->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/7b/f5/890a0baca17a61c1f92f72b81d3c31523c99bec609e60c292ea55b387ae8/urllib3-1.26.15-py2.py3-none-any.whl (140kB) Collecting backports.zoneinfo; python_version < "3.9" (from tzlocal->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/f9/04/33e910faffe91a5680d68a064162525779259ae5de3b0c0c5bd9c4e900e0/backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl (70kB) Collecting pytz-deprecation-shim (from tzlocal->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/eb/73/3eaab547ca809754e67e06871cff0fc962bafd4b604e15f31896a0f94431/pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl Collecting pbr>=1.8 (from jsonpath-rw-ext>=0.1.9->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/01/06/4ab11bf70db5a60689fc521b636849c8593eb67a2c6bdf73a16c72d16a12/pbr-5.11.1-py2.py3-none-any.whl (112kB) Requirement already satisfied: py>=1.4.17 in /usr/local/lib/python3.6/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Collecting toml>=0.10.2; python_version <= "3.6" (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.6/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Requirement already satisfied: pluggy>=0.12.0 in /usr/local/lib/python3.6/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Collecting filelock>=3.0.0 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/84/ce/8916d10ef537f3f3b046843255f9799504aa41862bfa87844b9bdc5361cd/filelock-3.4.1-py3-none-any.whl 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 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/18/a2/7931d40ecb02b5236a34ac53770f2f6931e3082b7a7dafe915d892d749d6/virtualenv-20.17.1-py3-none-any.whl (8.8MB) Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.6/dist-packages (from importlib-metadata; python_version < "3.8"->jsonschema->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/dist-packages (from importlib-metadata; python_version < "3.8"->jsonschema->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Collecting importlib-resources; python_version < "3.7" (from backports.zoneinfo; python_version < "3.9"->tzlocal->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/24/1b/33e489669a94da3ef4562938cd306e8fa915e13939d7b8277cb5569cb405/importlib_resources-5.4.0-py3-none-any.whl Collecting tzdata; python_version >= "3.6" (from pytz-deprecation-shim->tzlocal->RESTinstance==1.0.3.dev1->-r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/d5/fb/a79efcab32b8a1f1ddca7f35109a50e4a80d42ac1c9187ab46522b2407d7/tzdata-2023.3-py2.py3-none-any.whl (341kB) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.6/dist-packages (from packaging>=14->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Collecting platformdirs<3,>=2.4 (from 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->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/b1/78/dcfd84d3aabd46a9c77260fb47ea5d244806e4daef83aa6fe5d83adb182c/platformdirs-2.4.0-py3-none-any.whl Collecting distlib<1,>=0.3.6 (from 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->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/76/cb/6bbd2b10170ed991cf64e8c8b85e01f2fb38f95d1bc77617569e0b0b26ac/distlib-0.3.6-py2.py3-none-any.whl (468kB) Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, GenSON, flex, strict-rfc3339, jsonpath-rw, validate-email Running setup.py bdist_wheel for robotframework-jsonlibrary: started Running setup.py bdist_wheel for robotframework-jsonlibrary: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/5f/70/4e/099c5b627ea3eb9aed2794f477b45b15ac1a1e7a210a88090f Running setup.py bdist_wheel for robotframework-jsonschemalibrary: started Running setup.py bdist_wheel for robotframework-jsonschemalibrary: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/0c/9c/f0/680efb7acfc611d50bf85f1cc0e1773dfb5dfd0975a0f515f6 Running setup.py bdist_wheel for robotframework-mockserver: started Running setup.py bdist_wheel for robotframework-mockserver: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/97/21/c1/da2daae69e072a62fc0a39ce43425252e891c93a0c27c78abe Running setup.py bdist_wheel for GenSON: started Running setup.py bdist_wheel for GenSON: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/8e/49/09/a13c2bcc61a377c03552c85df8018dcc7706221913759b6707 Running setup.py bdist_wheel for flex: started Running setup.py bdist_wheel for flex: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/dd/99/30/d764526c0abe52ddecc1b055c2fcc5a8e8ec0d4fad56ab3f2e Running setup.py bdist_wheel for strict-rfc3339: started Running setup.py bdist_wheel for strict-rfc3339: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/bb/af/c9/b6e9fb5f9b2470e4ed2a7241c9ab3a8cdd3bc8555ae02ca2e6 Running setup.py bdist_wheel for jsonpath-rw: started Running setup.py bdist_wheel for jsonpath-rw: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/5c/00/9a/82822db383c2d96dcebf839786665a185f92d37e5026f9806f Running setup.py bdist_wheel for validate-email: started Running setup.py bdist_wheel for validate-email: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/14/46/e7/4a2edb0d03a802cb59a75668734c04cceacdd6c0c585448773 Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver GenSON flex strict-rfc3339 jsonpath-rw validate-email Installing collected packages: robotframework-dependencylibrary, coverage, pbr, decorator, ply, jsonpath-rw, jsonpath-rw-ext, toml, filelock, platformdirs, importlib-resources, distlib, virtualenv, tox, robotframework-jsonlibrary, pyrsistent, jsonschema, robotframework-jsonschemalibrary, robotframework-mockserver, charset-normalizer, certifi, urllib3, requests, robotframework-requests, GenSON, docutils, PyYAML, click, jsonpointer, rfc3987, strict-rfc3339, validate-email, flex, jsonpath-ng, pygments, pytz, backports.zoneinfo, tzdata, pytz-deprecation-shim, tzlocal, RESTinstance Running setup.py install for RESTinstance: started Running setup.py install for RESTinstance: finished with status 'done' Successfully installed GenSON-1.2.2 PyYAML-6.0 RESTinstance-1.0.3.dev1 backports.zoneinfo-0.2.1 certifi-2022.12.7 charset-normalizer-2.0.12 click-8.0.4 coverage-6.2 decorator-5.1.1 distlib-0.3.6 docutils-0.18.1 filelock-3.4.1 flex-6.14.1 importlib-resources-5.4.0 jsonpath-ng-1.5.3 jsonpath-rw-1.4.0 jsonpath-rw-ext-1.2.2 jsonpointer-2.3 jsonschema-4.0.0 pbr-5.11.1 platformdirs-2.4.0 ply-3.11 pygments-2.14.0 pyrsistent-0.18.0 pytz-2023.3 pytz-deprecation-shim-0.1.0.post0 requests-2.27.1 rfc3987-1.3.8 robotframework-dependencylibrary-1.0.0.post1 robotframework-jsonlibrary-0.3 robotframework-jsonschemalibrary-1.0 robotframework-mockserver-0.0.7 robotframework-requests-0.7.1 strict-rfc3339-0.7 toml-0.10.2 tox-3.28.0 tzdata-2023.3 tzlocal-4.2 urllib3-1.26.15 validate-email-1.3 virtualenv-20.17.1 Removing intermediate container dac9fda28517 ---> 741020b5d9f7 Step 17/19 : ADD . /home/etsi/dev/robot ---> e402a8251904 Step 18/19 : RUN chmod +x /home/etsi/dev/robot/scripts/* ---> Running in 1a0877b4026f Removing intermediate container 1a0877b4026f ---> d8321bf50d1d Step 19/19 : CMD tail -f /dev/null ---> Running in 55afaf6d8a14 Removing intermediate container 55afaf6d8a14 ---> 68f01d46d342 Successfully built 68f01d46d342 Successfully tagged stf583-rf-validation:latest + '[' 0 '!=' 0 ']' # That's all Floks exit 0 + exit 0 Using git branch origin/4.3.1-dev-SOL005-NSPM ++++ Dryrun file SOL002/VNFConfiguration-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFConfiguration-API/Configuration.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/Alarms.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/Notifications.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/Subscriptions.robot ++++ Dryrun file SOL002/VNFIndicator-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFIndicator-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFIndicator-API/IndividualVNFindicator.robot ++++ Dryrun file SOL002/VNFIndicator-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFIndicator-API/Subscriptions.robot ++++ Dryrun file SOL002/VNFIndicator-API/VNFIndicators.robot ++++ Dryrun file SOL002/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot ++++ Dryrun file SOL002/VNFIndicatorNotification-API/Notifications.robot ++++ Dryrun file SOL002/VNFLCMCoordination-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFLCMCoordination-API/CancelCoordinationActionTask.robot ++++ Dryrun file SOL002/VNFLCMCoordination-API/Coordinations.robot ++++ Dryrun file SOL002/VNFLCMCoordination-API/IndividualCoordinationAction.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/FailOperationTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/HealVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVNFInstance.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/Notifications.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/OperateVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/RetryOperationTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/RollbackOperationTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ScaleVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/Subscriptions.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/TerminateVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/VNFInstances.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL002/VNFPerformanceManagementNotification-API/Notifications.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/Alarms.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFFaultManagementNotification-API/Notifications.robot ++++ Dryrun file SOL003/VNFIndicator-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFIndicator-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFIndicator-API/IndividualVNFindicator.robot ++++ Dryrun file SOL003/VNFIndicator-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFIndicator-API/Notifications.robot ++++ Dryrun file SOL003/VNFIndicator-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFIndicator-API/VNFIndicators.robot ++++ Dryrun file SOL003/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CreateVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/DeleteVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVNFInstance.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ModifyVNFInformationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/Notifications.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RollbackOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/TerminateVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/TerminateVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFInstances.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFSnapshots.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFStateSnapshot.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot ++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/Grants.robot ++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/Notifications.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackageContent.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackages.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/Notifications.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot ++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot ++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot ++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot ++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/ApiVersion.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Notifications.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Subscriptions.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/ApiVersion.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/CapacityThresholds.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/NFVICapacityInformation.robot ++++ Dryrun file SOL005/NFVICapacityInformation-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSDManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDArchiveArtifact.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDescriptor.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualPNFDArchiveArtifact.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualPnfDescriptor.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSDManagement-API/NSD.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveContent.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveManifest.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDescriptors.robot ++++ Dryrun file SOL005/NSDManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSDManagement-API/Notifications.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFD.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFDArchiveContent.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFDArchiveManifest.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFDescriptors.robot ++++ Dryrun file SOL005/NSDManagement-API/Subscriptions.robot ++++ Dryrun file SOL005/NSFaultManagement-API/Alarms.robot ++++ Dryrun file SOL005/NSFaultManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/NSFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL005/NSFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSFaultManagement-API/Notifications.robot ++++ Dryrun file SOL005/NSFaultManagement-API/Subscriptions.robot ++++ Dryrun file SOL005/NSLCMCoordination-API/ApiVersion.robot ++++ Dryrun file SOL005/NSLCMCoordination-API/CancelCoordinationActionTask.robot ++++ Dryrun file SOL005/NSLCMCoordination-API/Coordinations.robot ++++ Dryrun file SOL005/NSLCMCoordination-API/IndividualCoordinationAction.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/ContinueOperationTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/FailOperationTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/HealNSTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/HealNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualVNFSnapshot.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/NSInstances.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/Notifications.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/RetryOperationTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/RollbackOperationTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/ScaleNSTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/Subscriptions.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/TerminateNSTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/UpdateNSTask.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/VNFSnapshots.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/Notifications.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/AccessConfigurationForExternalArtifacts.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualVNFPackage.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/Notifications.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/Subscriptions.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageArtifacts.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageContent.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageContentViaURI.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackages.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/AccessConfigurationForExternalArtifacts.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/ApiVersion.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/BuildVNFSnapshotPackageContentTask.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/CancelVNFSnapshotPackageOperationTask.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/ExtractVNFSnapshotPackageContentTask.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/UploadVNFSnapshotPackageFromUriTask.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot ++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Alarms.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/ApiVersion.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Notifications.robot ++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Subscriptions.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/ApiVersion.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/CompileLogTask.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualLoggingJob.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualReport.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/LoggingJobs.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/Notifications.robot ++++ Dryrun file SOL009/NFVMANOLogManagement-API/Subscriptions.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/ApiVersion.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/Notifications.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ApiVersion.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeInterfaceStateTask.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeNFVMANOEntityStateTask.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeStateOperationOccurrences.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualNFVMANOServiceInterface.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualPeerEntity.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualStateChangeOperationOccurrence.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOServiceInterfaces.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/Notifications.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/PeerEntities.robot ++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/Subscriptions.robot ++++ Dryrun file SOL011/NSInstanceUsageNotification-API/ApiVersion.robot ++++ Dryrun file SOL011/NSInstanceUsageNotification-API/IndividualSubscription.robot ++++ Dryrun file SOL011/NSInstanceUsageNotification-API/NotificationEndpoint.robot ++++ Dryrun file SOL011/NSInstanceUsageNotification-API/Notifications.robot ++++ Dryrun file SOL011/NSInstanceUsageNotification-API/Subscriptions.robot ++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/ApiVersion.robot ++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/Grants.robot ++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/IndividualGrant.robot ++++ Dryrun file SOL012/PolicyManagement-API/ApiVersion.robot ++++ Dryrun file SOL012/PolicyManagement-API/IndividualPolicy.robot ++++ Dryrun file SOL012/PolicyManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL012/PolicyManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL012/PolicyManagement-API/Notifications.robot ++++ Dryrun file SOL012/PolicyManagement-API/ParticularVersionOfAnIndividualPolicy.robot ++++ Dryrun file SOL012/PolicyManagement-API/Policies.robot ++++ Dryrun file SOL012/PolicyManagement-API/SelectedVersionOfAnIndividualPolicy.robot ++++ Dryrun file SOL012/PolicyManagement-API/Subscriptions.robot Using git branch origin/4.3.1-dev-SOL005-NSPM removed 'Tests-SOL002-VeVnfm.docx' removed 'Tests-SOL003-OrVnfm.docx' removed 'Tests-SOL005-OsMaNfvo.docx' ++++ Not generating docs for branch origin/4.3.1-dev-SOL005-NSPM Final validation result: 0 Archiving artifacts ‘build/*.docx’ doesn’t match anything: ‘build’ exists but not ‘build/*.docx’ No artifacts found that match the file pattern "build/*.docx". Configuration error? Finished: SUCCESS