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 03f432149350cdb2c144ffdf53a8d29c80d45c7e # timeout=10
Checking out Revision 03f432149350cdb2c144ffdf53a8d29c80d45c7e (origin/meeting/LI#55e)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03f432149350cdb2c144ffdf53a8d29c80d45c7e
Commit message: "Merge branch 'cr/ts_102232-3/038' into 'meeting/LI#55e'"
 > git rev-list --no-walk 9e9d5180b632909f5647487df674b796f6dbae79 # timeout=10
[Pipeline] sh
+ git log --oneline -n 5
03f4321 Merge branch 'cr/ts_102232-3/038' into 'meeting/LI#55e'
b843de8 Update IPAccessPDU.asn as per LI(20)P55006r1
e59e10a Merge branch 'meeting/LI#54e' into 'master'
d09bb6c Merge branch 'cr/ts_103120/009' into 'meeting/LI#54e'
68e4138 Merge branch '2020-06-15T12_25_26_171555' into 'master'
[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