FailedConsole Output

Started by user carignani
Lightweight checkout support not available, falling back to full checkout.
Checking out git git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git into /var/lib/jenkins/jobs/3GPP/jobs/openapi-playground-any-commit/workspace@script to read Jenkinsfile-playground
 > 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/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen 1 remote branch
 > git tag -l # timeout=10
Checking out Revision a3fa3909f52100bd389e3253861a2255ae9728b9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a3fa3909f52100bd389e3253861a2255ae9728b9
Commit message: "Simple validation script for playground"
 > git rev-list 45400338909bef971553132d9ace98360a601256 # timeout=10
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/3GPP/openapi-playground-any-commit
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
 > 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/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/REL-15
Seen branch in repository origin/REL-15-minor-fix-1
Seen branch in repository origin/REL-16
Seen branch in repository origin/REL-16-1.1.0-alpha-1
Seen branch in repository origin/REL-16-drafting
Seen branch in repository origin/Rel-15
Seen branch in repository origin/master
Seen 7 remote branches
 > git tag -l # timeout=10
 > git rev-parse refs/tags/REL-15_v1.0.0^{commit} # timeout=10
 > git rev-parse refs/tags/Rel-15_v1.0.1^{commit} # timeout=10
 > git rev-parse refs/tags/16.1.0^{commit} # timeout=10
Checking out Revision a3fa3909f52100bd389e3253861a2255ae9728b9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a3fa3909f52100bd389e3253861a2255ae9728b9
Commit message: "Simple validation script for playground"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ echo Validate stage
Validate stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] checkout
 > 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:3GPP/openapis-playground.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:3GPP/openapis-playground.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:3GPP/openapis-playground.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 51b6695db11eb6b5a54d700d0c4ae04e554cf662 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51b6695db11eb6b5a54d700d0c4ae04e554cf662
Commit message: "Update README.md"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ echo Validate stage
Validate stage
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ bash ./validate-all.sh
bash: ./validate-all.sh: No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to FTP)
Stage 'Deploy to FTP' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE