FailedConsole Output

Started by GitLab push by canterburym
Obtained Jenkinsfile-LI from git git@forge.etsi.org:forge-tools/3gpp-scripts.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Build 3 in /home/jenkins/workspace/playground/miguel-test-1
[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:forge-tools/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/meeting/LI#55e, 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 b28df74c4b3f0a4444fc9fadb37027cfcde1972a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b28df74c4b3f0a4444fc9fadb37027cfcde1972a
Commit message: "Add Jenkinsfile for LI"
 > git rev-list --no-walk b28df74c4b3f0a4444fc9fadb37027cfcde1972a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Resolve stage
Resolve stage
[Pipeline] dir
Running in /home/jenkins/workspace/playground/miguel-test-1/asn_modules
[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:li/trial.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:li/trial.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:li/trial.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/meeting/LI#55e^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 933f7d5365ab30f4ab80afe0f9ca8c6ec6c15fb3 # timeout=10
Checking out Revision 933f7d5365ab30f4ab80afe0f9ca8c6ec6c15fb3 (origin/meeting/LI#55e)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 933f7d5365ab30f4ab80afe0f9ca8c6ec6c15fb3
Commit message: "Merge branch 'cr/ts_103232-1/088' into 'meeting/LI#55e'"
 > git rev-list --no-walk 05f500cb7abbd2793d77bd428ca699ac7bb607fa # timeout=10
[Pipeline] sh
+ git log --oneline -n 5
933f7d5 Merge branch 'cr/ts_103232-1/088' into 'meeting/LI#55e'
e5b6ed8 TS 102 232-1 CR088 (Use of CONTAINING content constraint)
05f500c Merge branch 'cr/ts_103120/012' into 'meeting/LI#55e'
85478fb TS 103 120 CR012 (Multiple approval details)
03f4321 Merge branch 'cr/ts_102232-3/038' into 'meeting/LI#55e'
[Pipeline] sh
+ git status -sb
## HEAD (no branch)
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/workspace/playground/miguel-test-1/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/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/*
skipping resolution of commit remotes/origin/meeting/LI#55e, 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 b28df74c4b3f0a4444fc9fadb37027cfcde1972a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b28df74c4b3f0a4444fc9fadb37027cfcde1972a
Commit message: "Add Jenkinsfile for LI"
[Pipeline] }
[Pipeline] // dir
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] sh
+ bash ./scripts/validate-asn.sh ./asn_modules
bash: ./scripts/validate-asn.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] script
[Pipeline] {
[Pipeline] sh
+ echo Failed
Failed
[Pipeline] }
[Pipeline] // script
[Pipeline] mail
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE