Skip to content
Failed

Console Output

05:31:18 Started by GitLab push by Vincent Lorenzo
05:31:18 Running as SYSTEM
05:31:18 Agent centos-8-nd2hb is provisioned from template centos-8
05:31:18 ---
05:31:18 apiVersion: "v1"
05:31:18 kind: "Pod"
05:31:18 metadata:
05:31:18   labels:
05:31:18     jenkins: "slave"
05:31:18     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
05:31:18     jenkins/label: "centos-latest_centos-8"
05:31:18   name: "centos-8-nd2hb"
05:31:18   namespace: "papyrus"
05:31:18 spec:
05:31:18   containers:
05:31:18   - env:
05:31:18     - name: "JENKINS_SECRET"
05:31:18       value: "********"
05:31:18     - name: "JENKINS_TUNNEL"
05:31:18       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
05:31:18     - name: "JENKINS_AGENT_NAME"
05:31:18       value: "centos-8-nd2hb"
05:31:18     - name: "JENKINS_REMOTING_JAVA_OPTS"
05:31:18       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
05:31:18         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
05:31:18     - name: "JAVA_TOOL_OPTIONS"
05:31:18       value: ""
05:31:18     - name: "_JAVA_OPTIONS"
05:31:18       value: ""
05:31:18     - name: "OPENJ9_JAVA_OPTIONS"
05:31:18       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
05:31:18     - name: "JENKINS_NAME"
05:31:18       value: "centos-8-nd2hb"
05:31:18     - name: "JENKINS_AGENT_WORKDIR"
05:31:18       value: "/home/jenkins/agent"
05:31:18     - name: "JENKINS_URL"
05:31:18       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
05:31:18     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
05:31:18     imagePullPolicy: "Always"
05:31:18     name: "jnlp"
05:31:18     resources:
05:31:18       limits:
05:31:18         cpu: "2000m"
05:31:18         memory: "4096Mi"
05:31:18       requests:
05:31:18         cpu: "1000m"
05:31:18         memory: "4096Mi"
05:31:18     tty: true
05:31:18     volumeMounts:
05:31:18     - mountPath: "/home/jenkins/.m2/toolchains.xml"
05:31:18       name: "m2-dir"
05:31:18       readOnly: true
05:31:18       subPath: "toolchains.xml"
05:31:18     - mountPath: "/home/jenkins/.mavenrc"
05:31:18       name: "m2-dir"
05:31:18       readOnly: true
05:31:18       subPath: ".mavenrc"
05:31:18     - mountPath: "/opt/tools"
05:31:18       name: "volume-0"
05:31:18       readOnly: false
05:31:18     - mountPath: "/home/jenkins"
05:31:18       name: "volume-2"
05:31:18       readOnly: false
05:31:18     - mountPath: "/home/jenkins/.m2/repository"
05:31:18       name: "volume-3"
05:31:18       readOnly: false
05:31:18     - mountPath: "/home/jenkins/.m2/settings-security.xml"
05:31:18       name: "m2-secret-dir"
05:31:18       readOnly: true
05:31:18       subPath: "settings-security.xml"
05:31:18     - mountPath: "/home/jenkins/.m2/wrapper"
05:31:18       name: "volume-4"
05:31:18       readOnly: false
05:31:18     - mountPath: "/home/jenkins/.m2/settings.xml"
05:31:18       name: "m2-secret-dir"
05:31:18       readOnly: true
05:31:18       subPath: "settings.xml"
05:31:18     - mountPath: "/home/jenkins/.ssh"
05:31:18       name: "volume-1"
05:31:18       readOnly: false
05:31:18       subPath: ""
05:31:18     - mountPath: "/home/jenkins/agent"
05:31:18       name: "workspace-volume"
05:31:18       readOnly: false
05:31:18     workingDir: "/home/jenkins/agent"
05:31:18   nodeSelector:
05:31:18     kubernetes.io/os: "linux"
05:31:18   restartPolicy: "Never"
05:31:18   volumes:
05:31:18   - name: "volume-0"
05:31:18     persistentVolumeClaim:
05:31:18       claimName: "tools-claim-jiro-papyrus"
05:31:18       readOnly: true
05:31:18   - name: "m2-secret-dir"
05:31:18     secret:
05:31:18       secretName: "m2-secret-dir"
05:31:18   - emptyDir:
05:31:18       medium: ""
05:31:18     name: "volume-2"
05:31:18   - configMap:
05:31:18       name: "m2-dir"
05:31:18     name: "m2-dir"
05:31:18   - configMap:
05:31:18       name: "known-hosts"
05:31:18     name: "volume-1"
05:31:18   - emptyDir:
05:31:18       medium: ""
05:31:18     name: "workspace-volume"
05:31:18   - emptyDir:
05:31:18       medium: ""
05:31:18     name: "volume-4"
05:31:18   - emptyDir:
05:31:18       medium: ""
05:31:18     name: "volume-3"
05:31:18 
05:31:18 Building remotely on centos-8-nd2hb (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest
05:31:18 The recommended git tool is: NONE
05:31:19 using credential github-bot-ssh
05:31:19 Cloning the remote Git repository
05:31:19 Cloning repository https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
05:31:19  > git init /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest/source # timeout=10
05:31:19 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
05:31:19  > git --version # timeout=10
05:31:19  > git --version # 'git version 2.41.0'
05:31:19 using GIT_SSH to set credentials GitHub bot (SSH)
05:31:19 [INFO] Currently running in a labeled security context
05:31:19  > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest/source@tmp/jenkins-gitclient-ssh15136282838331962304.key
05:31:19 Verifying host key using manually-configured host key entries
05:31:19  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git +refs/heads/*:refs/remotes/origin/* # timeout=10
05:31:22  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git # timeout=10
05:31:22  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
05:31:22 Avoid second fetch
05:31:22 skipping resolution of commit remotes/origin/master, since it originates from another repository
05:31:22 Seen branch in repository origin/97-contribute-a-widget-to-handle-steretoype-application-ereference-pointing-to-anther-stereotype
05:31:22 Seen branch in repository origin/forTest
05:31:22 Seen branch in repository origin/master
05:31:22 Seen branch in repository origin/vlorenzo/jenkins
05:31:22 Seen 4 remote branches
05:31:22  > git show-ref --tags -d # timeout=10
05:31:23 Multiple candidate revisions
05:31:23 Scheduling another build to catch up with Papyrus-Web-MergeRequest
05:31:23 Checking out Revision e12d37d5b958876f620596a8a86bb505f179524d (origin/forTest)
05:31:23  > git config core.sparsecheckout # timeout=10
05:31:23  > git checkout -f e12d37d5b958876f620596a8a86bb505f179524d # timeout=10
05:31:23 Commit message: "push empty readme file to initialize the repo"
05:31:23 First time build. Skipping changelog.
05:31:23 Cleaning workspace
05:31:23  > git rev-parse --verify HEAD # timeout=10
05:31:23 Resetting working tree
05:31:23  > git reset --hard # timeout=10
05:31:23  > git clean -fdx # timeout=10
05:31:23 Installing NodeJS from /var/jenkins/caches/nodejs/LINUX/amd64/20.11.1.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_20.x on centos-8-nd2hb
05:31:26 [Papyrus-Web-MergeRequest] $ /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_20.x/bin/node /tmp/jenkins144766026707438617.js
05:31:26 [Papyrus-Web-MergeRequest] $ /bin/sh -xe /tmp/jenkins10076215542770558165.sh
05:31:26 + cd source
05:31:26 + cd frontend
05:31:26 /tmp/jenkins10076215542770558165.sh: line 3: cd: frontend: No such file or directory
05:31:26 Build step 'Execute shell' marked build as failure
05:31:26 Archiving artifacts
05:31:26 Finished: FAILURE