FailedConsole Output

Started by GitLab push by bernini
Building remotely on build.forge.etsi.org (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/2.7.1-dev-SOL003-reference-descriptors^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 0f221f29a260580185e389acae6442f08e56697c # timeout=10
Checking out Revision 0f221f29a260580185e389acae6442f08e56697c (origin/2.7.1-dev-SOL003-reference-descriptors)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f221f29a260580185e389acae6442f08e56697c
Commit message: "fixed CI/CD errors"
 > git rev-list --no-walk 8147bf29a13930e0eaba99054a369fb61ff53ee9 # timeout=10
[api-tests] $ /bin/bash /tmp/jenkins7784967455370406724.sh

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 ps -a
++ grep -e stf583-rf-validation
++ awk '{ print $1 }'
+ DOCKER_ID=abb49fa69eb1
+ docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile .
Sending build context to Docker daemon  69.09MB

Step 1/15 : FROM ubuntu:16.04
 ---> 8185511cd5ad
Step 2/15 : MAINTAINER ETSI STF 583
 ---> Using cache
 ---> 38c0b9ddbc5e
Step 3/15 : LABEL description "SFT583 Robot Framework Docker Image"
 ---> Using cache
 ---> 9e4ef4e572ba
Step 4/15 : ENV TERM xterm
 ---> Using cache
 ---> d9f4f86d83f0
Step 5/15 : ENV HOSTNAME docker-robot-STF583
 ---> Using cache
 ---> d290d6f854a6
Step 6/15 : ARG ssh_prv_key
 ---> Using cache
 ---> 5e11797b5f96
Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt update 	&& apt install python3 git -y 	&& apt install python3-pip -y         && apt install openssh-server -y     && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y     && DEBIAN_FRONTEND=noninteractive apt-get autoclean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 278931f19e22
Step 8/15 : RUN echo "docker-robot-STF583" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Using cache
 ---> f1edbca267e6
Step 9/15 : 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
 ---> 93624e5c3247
Step 10/15 : RUN DEBIAN_FRONTEND=noninteractive         && mkdir -p /home/etsi/dev/robot         && cd /home/etsi/dev/robot
 ---> Using cache
 ---> 72427e950b8c
Step 11/15 : RUN pip3 install robotframework
 ---> Using cache
 ---> 131c73028e4b
Step 12/15 : RUN DEBIAN_FRONTEND=noninteractive         && cd /home/etsi/dev/robot 	&& git clone https://github.com/etsi-cti-admin/robotframework-mockserver
 ---> Using cache
 ---> 19d591f6a373
Step 13/15 : ADD . /home/etsi/dev/robot
 ---> 0edd532c263e
Removing intermediate container e8a9df9fa2a8
Step 14/15 : RUN DEBIAN_FRONTEND=noninteractive 	&& cd /home/etsi/dev/robot 	&& pip3 install -r requirements.txt 	&& chmod +x /home/etsi/dev/robot/scripts/* 	&& cd  robotframework-mockserver 	&& patch -p1 < ../extensions/mockserverlibrary.patch 	&& python3 -m pip install -e .
 ---> Running in 0fdfa2171824
Collecting robotframework==3.1 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/78/c3/9a5af726bef21c2b0946a81a3348e946764a72ae5a2c45beaeee43e7d8a8/robotframework-3.1-py2.py3-none-any.whl (597kB)
Collecting RESTinstance==1.0.0rc4 (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/1a/27/e6781c2a19471d6b9e54cd943c695668ca84c1b393f48f3b441ca7db520f/RESTinstance-1.0.0rc4-py2.py3-none-any.whl
Collecting robotframework-dependencylibrary==1.0.0.post1 (from -r requirements.txt (line 8))
  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 9))
  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 10))
  Downloading https://files.pythonhosted.org/packages/e6/0d/5d4162af1b87260f633cbd402cbe4bd263efa057bb9799c97e8e5676b241/robotframework-jsonschemalibrary-1.0.tar.gz
Collecting robotframework-mockserver==0.0.4 (from -r requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/00/62/736ae14f6c99964dc82c14cc37e49a9f9171962efd4021e1acfed7317264/robotframework-mockserver-0.0.4.tar.gz
Collecting robotframework-requests==0.7.1 (from -r requirements.txt (line 12))
  Downloading https://files.pythonhosted.org/packages/5b/9d/512337fc273f7b306992ec8b786b36c61dad9fcd767e7df76855fca57f3c/robotframework_requests-0.7.1-py3-none-any.whl
Collecting tzlocal==1.5.1 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz
Collecting flex==6.13.2 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/8d/3d/7075e8a5844e485d80972f4f6e9aef287f5b898312524f58d96a203b794d/flex-6.13.2-py3-none-any.whl (77kB)
Collecting GenSON==1.0.1 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/00/ed/4b249d723b330e5856ab1c2f09dfa298f997630fa2bc5cfb50247cf1d8d2/genson-1.0.1.tar.gz
Collecting requests==2.20.0 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
Collecting pytz==2018.5 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting pygments==2.2.0 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting strict-rfc3339==0.7 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/56/e4/879ef1dbd6ddea1c77c0078cd59b503368b0456bcca7d063a870ca2119d3/strict-rfc3339-0.7.tar.gz
Collecting rfc3987==1.3.8 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/65/d4/f7407c3d15d5ac779c3dd34fbbc6ea2090f77bd7dd12f207ccf881551208/rfc3987-1.3.8-py2.py3-none-any.whl
Collecting jsonpath-ng==1.4.3 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/95/32/ab29fef829c129e5847b8241541bec858515af2bd57a845fad78efde25f5/jsonpath_ng-1.4.3-py2.py3-none-any.whl
Collecting jsonschema==3.0.0a3 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/e3/df/b85ecaf1e9d4a8e9aa958517edeb3d933b9ce23d5c19ad3873ce1ac7d57b/jsonschema-3.0.0a3-py2.py3-none-any.whl (49kB)
Collecting tox (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/16/75/26a3c4a593fa93090a0cab77142e52a09b8fc12d6bcea41f9b053177493d/tox-3.21.2-py2.py3-none-any.whl (84kB)
Collecting coverage (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/96/47/c3f90c21d46b803d84deb6e3364ad25e490e7a17b92da05de3083693f3d9/coverage-5.3.1-cp35-cp35m-manylinux1_x86_64.whl (240kB)
Collecting jsonpath-rw==1.4.0 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz
Collecting jsonpath-rw-ext>=0.1.9 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/eb/69/e46a4866c6afa52861bcd9bf8909a4b76fd7ac68b227b2d5673f109f0aa3/jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl
Collecting jsonpointer<2,>=1.7 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/7b/f4/90449441c1c011a733ee85739a680f2442eda2130e6a88f51804660a0289/jsonpointer-1.14-py2.py3-none-any.whl
Collecting validate-email<2,>=1.2 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz
Collecting PyYAML<4,>=3.11 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Requirement already satisfied (use --upgrade to upgrade): six<2,>=1.7.3 in /usr/lib/python3/dist-packages (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
Collecting click<7,>=3.3 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting certifi>=2017.4.17 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl (147kB)
Collecting idna<2.8,>=2.5 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting urllib3<1.25,>=1.21.1 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting ply (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
Collecting decorator (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/ed/1b/72a1821152d07cf1d8b6fce298aeb06a7eb90f4d6d41acec9861e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/c3/aa/cb45262569fcc047bf070b5de61813724d6726db83259222cd7b4c79821a/attrs-20.3.0-py2.py3-none-any.whl (49kB)
Collecting pyrsistent>=0.14.0 (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz (106kB)
Collecting py>=1.4.17 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl (97kB)
Collecting importlib-metadata>=0.12; python_version < "3.8" (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/f3/ed/da40116a204abb5c4dd1d929346d33e0d29cedb2cedd18ea98f0385dcd92/importlib_metadata-3.4.0-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 9))
  Downloading https://files.pythonhosted.org/packages/23/5e/12fd05915bd86af400c075fbe2bf57058c02dafe377623ab0a73961428ce/virtualenv-20.4.0-py2.py3-none-any.whl (5.7MB)
Collecting filelock>=3.0.0 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl
Collecting toml>=0.9.4 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting pluggy>=0.12.0 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
Collecting packaging>=14 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/b1/a7/588bfa063e7763247ab6f7e1d994e331b85e0e7d09f853c59a6eb9696974/packaging-20.8-py2.py3-none-any.whl
Collecting pbr>=1.8 (from jsonpath-rw-ext>=0.1.9->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/fb/48/69046506f6ac61c1eaa9a0d42d22d54673b69e176d30ca98e3f61513e980/pbr-5.5.1-py2.py3-none-any.whl (106kB)
Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/41/ad/6a4f1a124b325618a7fb758b885b68ff7b058eec47d9220a12ab38d90b1f/zipp-3.4.0-py3-none-any.whl
Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/60/7a/e881b5abb54db0e6e671ab088d079c57ce54e8a01a3ca443f561ccadb37e/typing_extensions-3.7.4.3-py3-none-any.whl
Collecting distlib<1,>=0.3.1 (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 9))
  Downloading https://files.pythonhosted.org/packages/f5/0a/490fa011d699bb5a5f3a0cf57de82237f52a6db9d40f33c53b2736c9a1f9/distlib-0.3.1-py2.py3-none-any.whl (335kB)
Collecting importlib-resources>=1.0; python_version < "3.7" (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 9))
  Downloading https://files.pythonhosted.org/packages/82/70/7bf5f275a738629a7252c30c8461502d3658a75363db9f4f88ddbeb9eeac/importlib_resources-5.1.0-py3-none-any.whl
Collecting appdirs<2,>=1.4.3 (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 9))
  Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging>=14->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)
Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, tzlocal, GenSON, strict-rfc3339, jsonpath-rw, validate-email, PyYAML, pyrsistent
  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/24/a7/5d/f7fec7865a502e1b7369bf88c484f86348640bcb3247e380ba
  Running setup.py bdist_wheel for tzlocal: started
  Running setup.py bdist_wheel for tzlocal: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/15/ae/df/a67bf1ed84e9bf230187d36d8dcfd30072bea0236cb059ed91
  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/c7/8d/68/e7d5111969fea6f6a53ec10803d1bca5118b79b5bb2d559122
  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
  Running setup.py bdist_wheel for PyYAML: started
  Running setup.py bdist_wheel for PyYAML: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
  Running setup.py bdist_wheel for pyrsistent: started
  Running setup.py bdist_wheel for pyrsistent: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f0/b8/de/b593ad311be4eb458499d100db081e453576032272398b7ddc
Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver tzlocal GenSON strict-rfc3339 jsonpath-rw validate-email PyYAML pyrsistent
Installing collected packages: robotframework, pytz, tzlocal, jsonpointer, validate-email, PyYAML, strict-rfc3339, rfc3987, certifi, idna, urllib3, chardet, requests, click, flex, GenSON, pygments, ply, decorator, jsonpath-ng, attrs, pyrsistent, jsonschema, RESTinstance, robotframework-dependencylibrary, py, zipp, typing-extensions, importlib-metadata, distlib, filelock, importlib-resources, appdirs, virtualenv, toml, pluggy, pyparsing, packaging, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, robotframework-requests
  Found existing installation: robotframework 3.2.2
    Uninstalling robotframework-3.2.2:
      Successfully uninstalled robotframework-3.2.2
  Found existing installation: urllib3 1.13.1
    Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr
  Found existing installation: chardet 2.3.0
    Not uninstalling chardet at /usr/lib/python3/dist-packages, outside environment /usr
  Found existing installation: requests 2.9.1
    Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr
Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 attrs-20.3.0 certifi-2020.12.5 chardet-3.0.4 click-6.7 coverage-5.3.1 decorator-4.4.2 distlib-0.3.1 filelock-3.0.12 flex-6.13.2 idna-2.7 importlib-metadata-3.4.0 importlib-resources-5.1.0 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.8 pbr-5.5.1 pluggy-0.13.1 ply-3.11 py-1.10.0 pygments-2.2.0 pyparsing-2.4.7 pyrsistent-0.17.3 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.4 robotframework-requests-0.7.1 strict-rfc3339-0.7 toml-0.10.2 tox-3.21.2 typing-extensions-3.7.4.3 tzlocal-1.5.1 urllib3-1.24.3 validate-email-1.3 virtualenv-20.4.0 zipp-3.4.0
You are using pip version 8.1.1, however version 20.3.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
patching file src/MockServerLibrary/library.py
Hunk #1 succeeded at 73 with fuzz 2 (offset 7 lines).
Hunk #2 succeeded at 143 with fuzz 2 (offset 43 lines).
Obtaining file:///home/etsi/dev/robot/robotframework-mockserver
Installing collected packages: robotframework-mockserver
  Running setup.py develop for robotframework-mockserver
Successfully installed robotframework-mockserver-0.0.4
You are using pip version 8.1.1, however version 20.3.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
 ---> b917b54468ba
Removing intermediate container 0fdfa2171824
Step 15/15 : CMD tail -f /dev/null
 ---> Running in eac3b43fc3ce
 ---> 8cbd2cbfe677
Removing intermediate container eac3b43fc3ce
Successfully built 8cbd2cbfe677
Successfully tagged stf583-rf-validation:latest
+ '[' 0 '!=' 0 ']'

# That's all Floks
exit 0
+ exit 0
++++ 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/NotificationConsumer.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/NotificationEndpoint.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/NoificationConsumer.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/VnfIndicatorNotification.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.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/IndividualVnfLcmOperationOccurence.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/NotificationConsumer.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/OperateVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/RetryOperationTask.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/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/NotificationConsumer.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL002/VNFPerformanceManagementNotification-API/PerformanceManagementNotification.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/NotificationConsumer.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFFaultManagementNotification-API/NotificationEndpoint.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/NotificationConsumer.robot
++++ Dryrun file SOL003/VNFIndicator-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFIndicator-API/VNFIndicators.robot
++++ Dryrun file SOL003/VNFIndicator-API/VnfIndicatorNotification.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/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/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/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/NotificationConsumer.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/NotificationEndpoint.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/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/VnfLcmOperationOccurences.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/Grants.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot
++++ Issues found in file SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot
[ ERROR ] Error in file '/home/etsi/dev/robot/SOL003/VNFLifecycleOperationGranting-API/environment/variables.txt': Setting variable '@{Compute_IDs' failed: Invalid variable name '@{Compute_IDs'.
[ ERROR ] Error in file '/home/etsi/dev/robot/SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot': Variable file 'descriptors/SOL001/reference_tst010_vnf_b_2vdu_SOL001.yaml' does not exist.
[ ERROR ] Error in file '/home/etsi/dev/robot/SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot': Variable file 'descriptors/SOL006/reference_tst010_vnf_b_2vdu_SOL006.yaml' does not exist.
==============================================================================
IndividualGrant :: This resource represents an individual grant. The client...
==============================================================================
POST Individual Grant - Method not implemented :: Test ID: 7.3.2.2.1  | PASS |
------------------------------------------------------------------------------
GET an individual grant - Successful :: Test ID: 7.3.2.2.2            | FAIL |
Several failures occurred:

1) No keyword with name 'Append To List' found.

2) No keyword with name 'Append To List' found.

3) No keyword with name 'Append To List' found.

4) No keyword with name 'Append To List' found.

5) No keyword with name 'Append To List' found.

6) No keyword with name 'Append To List' found.

7) No keyword with name 'Append To List' found.

8) No keyword with name 'Append To List' found.

9) No keyword with name 'Append To List' found.

10) No keyword with name 'Append To List' found.

11) No keyword with name 'Append To List' found.

12) No keyword with name 'Append To List' found.

13) No keyword with name 'List Should Contain Value' found.

14) No keyword with name 'List Should Contain Value' found.

15) No keyword with name 'List Should Contain Value' found.

16) No keyword with name 'List Should Contain value' found.
------------------------------------------------------------------------------
GET an individual grant - Process ongoing :: Test ID: 7.3.2.2.3       | PASS |
------------------------------------------------------------------------------
GET an individual grant - grant rejected :: Test ID: 7.3.2.2.4        | PASS |
------------------------------------------------------------------------------
PUT an individual grant - Method not implemented :: Test ID: 7.3.2... | PASS |
------------------------------------------------------------------------------
PATCH an individual grant - Method not implemented :: Test ID: 7.3... | PASS |
------------------------------------------------------------------------------
DELETE an individual grant - Method not implemented :: Test ID: 7.... | PASS |
------------------------------------------------------------------------------
IndividualGrant :: This resource represents an individual grant. T... | FAIL |
7 critical tests, 6 passed, 1 failed
7 tests total, 6 passed, 1 failed
==============================================================================
Output:  None
++++ 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/NotificationConsumer.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/PackageManagementNotification.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/NotificationConsumer.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/PerformanceManagementNotification.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/ApiVersion.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationConsumer.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Subscriptions.robot
++++ Dryrun file SOL005/NSDManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDescriptor.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/NSDManagementNotification.robot
++++ Dryrun file SOL005/NSDManagement-API/NSDescriptors.robot
++++ Dryrun file SOL005/NSDManagement-API/NotificationConsumer.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/NotificationConsumer.robot
++++ Dryrun file SOL005/NSFaultManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSFaultManagement-API/Subscriptions.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/InstanciateNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NSInstances.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NotificationConsumer.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NotificationEndpoint.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/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/NotificationConsumer.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/NotificationConsumer.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
Final validation result: 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE