FailedConsole Output

Started by GitLab push by Michele Carignani
Obtained Jenkinsfile from git git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/playground/test-nfv-jenkinsfile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
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:cti/forge-tools/nfv-openapis-tools.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/master, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b657d1c9287181483078e7e7df31a7deb39384a2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b657d1c9287181483078e7e7df31a7deb39384a2
Commit message: "realpath"
 > git rev-list --no-walk 96e233cdd733ccb6d1668e8be3e162e7df911d38 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gitlabBuilds
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Resolve stage
Resolve stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] dir
Running in /home/jenkins/workspace/playground/test-nfv-jenkinsfile/apis
[Pipeline] {
[Pipeline] checkout
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/SOL005.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:nfv/SOL005.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:nfv/SOL005.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains bf4834b482ab102390070f914e4ee23fda52cd40 # timeout=10
Checking out Revision bf4834b482ab102390070f914e4ee23fda52cd40 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf4834b482ab102390070f914e4ee23fda52cd40
Commit message: "Remove deprecated scripts"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts
[Pipeline] {
[Pipeline] checkout
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:cti/forge-tools/nfv-openapis-tools.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/master, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b657d1c9287181483078e7e7df31a7deb39384a2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b657d1c9287181483078e7e7df31a7deb39384a2
Commit message: "realpath"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] updateGitlabCommitStatus
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] sh
+ pwd
+ bash scripts/.jenkins.sh /home/jenkins/workspace/playground/test-nfv-jenkinsfile/apis
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/jenkins/workspace/playground/test-nfv-jenkinsfile/Dockerfile: no such file or directory
rm: cannot remove 'build/*-API.yaml': No such file or directory
rm: cannot remove 'build/*-API.json': No such file or directory
rm: cannot remove 'build/*-API.pdf': No such file or directory
this_dir = /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts
Mounting dir /home/jenkins/workspace/playground/test-nfv-jenkinsfile/apis as /work
standard_init_linux.go:187: exec user process caused "no such file or directory"
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // gitlabBuilds
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE