FailedConsole Output

18:08:15 Started by GitLab push by Michele Carignani
18:08:15 Building remotely on Build 3 (selenium docker) in workspace /home/jenkins/workspace/MEC - Multi-access Edge Computing/mec-gs-013
18:08:15 using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
18:08:15  > git rev-parse --is-inside-work-tree # timeout=10
18:08:15 Fetching changes from the remote Git repository
18:08:15  > git config remote.origin.url git@forge.etsi.org:mec/gs013-location-api.git # timeout=10
18:08:15 Fetching upstream changes from git@forge.etsi.org:mec/gs013-location-api.git
18:08:15  > git --version # timeout=10
18:08:15 using GIT_SSH to set credentials 
18:08:15  > git fetch --tags --progress git@forge.etsi.org:mec/gs013-location-api.git +refs/heads/*:refs/remotes/origin/*
18:08:15  > git rev-parse remotes/origin/stf593^{commit} # timeout=10
18:08:15  > git branch -a -v --no-abbrev --contains 547a1621159e6a3ff004611a7bcdb8e1f8950311 # timeout=10
18:08:16 Checking out Revision 547a1621159e6a3ff004611a7bcdb8e1f8950311 (origin/stf593)
18:08:16  > git config core.sparsecheckout # timeout=10
18:08:16  > git checkout -f 547a1621159e6a3ff004611a7bcdb8e1f8950311
18:08:16 Commit message: "update ci for oas 3"
18:08:16  > git rev-list --no-walk af639506cdf00eac6618a83cc857da48bf9c3700 # timeout=10
18:08:16 [mec-gs-013] $ /bin/bash /tmp/jenkins8434426572455877661.sh
18:08:16 -- Validating and linting OpenAPI file LocationAPI.json...
18:08:17 LocationAPI.json is valid
18:08:18 (node:87895) ExperimentalWarning: The http2 module is an experimental API.
18:08:18 Specification schema is invalid.
18:08:18 
18:08:18 #/info/servers/0
18:08:18 expected Object { url: 'https://{apiRoot}/location/v2/' } to have key variables
18:08:18 	missing keys: variables
18:08:18 --- Validator returned 0, linter returned 1.
18:08:18 -- Validating and linting OpenAPI file LocationAPI.yaml...
18:08:19 LocationAPI.yaml is valid
18:08:20 (node:87915) ExperimentalWarning: The http2 module is an experimental API.
18:08:20 Specification schema is invalid.
18:08:20 
18:08:20 #/info/servers/0
18:08:20 expected Object { url: 'https://{apiRoot}/location/v2/' } to have key variables
18:08:20 	missing keys: variables
18:08:20 --- Validator returned 0, linter returned 1.
18:08:20 -- Final validator returns 1.
18:08:20 Build step 'Execute shell' marked build as failure
18:08:20 Finished: FAILURE