FailedConsole Output

Started by user aguilard
Obtained Jenkinsfile from git https://gitlab.com/daguilarh/osm-jenkins.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] properties
[Pipeline] node
Running on osm worker 4 in /home/jenkins/workspace/azure_robot_tests
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.com/daguilarh/osm-jenkins.git # timeout=10
Fetching upstream changes from https://gitlab.com/daguilarh/osm-jenkins.git
 > git --version # timeout=10
 > git fetch --tags --force --progress https://gitlab.com/daguilarh/osm-jenkins.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/main^{commit} # timeout=10
Checking out Revision 229698e2dc476c8d04553edec7c7eef010eebc9e (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 229698e2dc476c8d04553edec7c7eef010eebc9e
Commit message: "Update file Jenkinsfile"
 > git rev-list --no-walk a79baf097e760a0845f30924292fe853c2a36751 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Agent Setup)
[Pipeline] sh
[azure_robot_tests] Running shell script
+ docker pull opensourcemano/tests:testing-daily
testing-daily: Pulling from opensourcemano/tests
Digest: sha256:4f974e93ae39cf621d86d43bad03aaca2098ac19daf3df51eea019f82f19475d
Status: Image is up to date for opensourcemano/tests:testing-daily
docker.io/opensourcemano/tests:testing-daily
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
[azure_robot_tests] Running shell script
+ docker inspect -f . opensourcemano/tests:testing-daily
.
[Pipeline] withDockerContainer
osm worker 4 does not seem to be running inside a container
$ docker run -t -d -u 1001:1001 -u root:root --entrypoint= -w /home/jenkins/workspace/azure_robot_tests -v /home/jenkins/workspace/azure_robot_tests:/home/jenkins/workspace/azure_robot_tests:rw,z -v /home/jenkins/workspace/azure_robot_tests@tmp:/home/jenkins/workspace/azure_robot_tests@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat opensourcemano/tests:testing-daily
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Set environment)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[azure_robot_tests] Running shell script
+ mkdir -m 700 /root/.ssh
[Pipeline] sh
[azure_robot_tests] Running shell script
+ ssh-keygen -t rsa -f /root/.ssh/id_rsa -N 
Generating public/private rsa key pair.
Your identification has been saved in /root/.ssh/id_rsa
Your public key has been saved in /root/.ssh/id_rsa.pub
The key fingerprint is:
SHA256:J4nZKRtArnBNW+t4DHf9nW4tqn5FYW78t9oZQrAk5+o root@b7b87a88bf76
The key's randomart image is:
+---[RSA 3072]----+
|    o .          |
|   = o . .    o  |
|. . * o ...+ + . |
| o . B = o=.o.=. |
|  . . O S .o.+o. |
|     . + o. ....o|
|      .  .   o+.+|
|        .   .oooo|
|         Eoo...o |
+----[SHA256]-----+
[Pipeline] sh
[azure_robot_tests] Running shell script
+ cp /root/.ssh/id_rsa /root/osm_id_rsa
[Pipeline] sh
[azure_robot_tests] Running shell script
+ echo Reading credential azure-credentials
Reading credential azure-credentials
[Pipeline] }
[Pipeline] // script
[Pipeline] withCredentials
[Pipeline] {
[Pipeline] sh
[azure_robot_tests] Running shell script
env: ‘nohup’: Not a directory
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Create k8s cluster)
Stage 'Create k8s cluster' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install OSM)
Stage 'Install OSM' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Add VIM and K8s cluster to OSM)
Stage 'Add VIM and K8s cluster to OSM' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Robot tests)
Stage 'Run Robot tests' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Retrieve container logs
[Pipeline] sh
[azure_robot_tests] Running shell script
+ . /robot-systest/results/osm_environment.rc
/home/jenkins/workspace/azure_robot_tests@tmp/durable-a4532d59/script.sh: 3: .: cannot open /robot-systest/results/osm_environment.rc: No such file
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 b7b87a88bf764150e4f7d58718d699a1813d3ff93829eac96682db6b0d1cd580
$ docker rm -f b7b87a88bf764150e4f7d58718d699a1813d3ff93829eac96682db6b0d1cd580
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code -2
Finished: FAILURE