Skip to content
Failed

Console Output

03:42:35 Started by user vincent lorenzo
03:42:35 Running as vincent lorenzo
03:42:35 Agent centos-8-h15xx is provisioned from template centos-8
03:42:35 ---
03:42:35 apiVersion: "v1"
03:42:35 kind: "Pod"
03:42:35 metadata:
03:42:35   labels:
03:42:35     jenkins: "slave"
03:42:35     jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
03:42:35     jenkins/label: "centos-latest_centos-8"
03:42:35   name: "centos-8-h15xx"
03:42:35   namespace: "papyrus"
03:42:35 spec:
03:42:35   containers:
03:42:35   - env:
03:42:35     - name: "JENKINS_SECRET"
03:42:35       value: "********"
03:42:35     - name: "JENKINS_TUNNEL"
03:42:35       value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
03:42:35     - name: "JENKINS_AGENT_NAME"
03:42:35       value: "centos-8-h15xx"
03:42:35     - name: "JENKINS_REMOTING_JAVA_OPTS"
03:42:35       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
03:42:35         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
03:42:35     - name: "JAVA_TOOL_OPTIONS"
03:42:35       value: ""
03:42:35     - name: "_JAVA_OPTIONS"
03:42:35       value: ""
03:42:35     - name: "OPENJ9_JAVA_OPTIONS"
03:42:35       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
03:42:35     - name: "JENKINS_NAME"
03:42:35       value: "centos-8-h15xx"
03:42:35     - name: "JENKINS_AGENT_WORKDIR"
03:42:35       value: "/home/jenkins/agent"
03:42:35     - name: "JENKINS_URL"
03:42:35       value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
03:42:35     image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3160.vd76b_9ddd10cc"
03:42:35     imagePullPolicy: "Always"
03:42:35     name: "jnlp"
03:42:35     resources:
03:42:35       limits:
03:42:35         cpu: "2000m"
03:42:35         memory: "4096Mi"
03:42:35       requests:
03:42:35         cpu: "1000m"
03:42:35         memory: "4096Mi"
03:42:35     tty: true
03:42:35     volumeMounts:
03:42:35     - mountPath: "/home/jenkins/.m2/toolchains.xml"
03:42:35       name: "m2-dir"
03:42:35       readOnly: true
03:42:35       subPath: "toolchains.xml"
03:42:35     - mountPath: "/home/jenkins/.mavenrc"
03:42:35       name: "m2-dir"
03:42:35       readOnly: true
03:42:35       subPath: ".mavenrc"
03:42:35     - mountPath: "/opt/tools"
03:42:35       name: "volume-0"
03:42:35       readOnly: false
03:42:35     - mountPath: "/home/jenkins"
03:42:35       name: "volume-2"
03:42:35       readOnly: false
03:42:35     - mountPath: "/home/jenkins/.m2/repository"
03:42:35       name: "volume-3"
03:42:35       readOnly: false
03:42:35     - mountPath: "/home/jenkins/.m2/settings-security.xml"
03:42:35       name: "m2-secret-dir"
03:42:35       readOnly: true
03:42:35       subPath: "settings-security.xml"
03:42:35     - mountPath: "/home/jenkins/.m2/wrapper"
03:42:35       name: "volume-4"
03:42:35       readOnly: false
03:42:35     - mountPath: "/home/jenkins/.m2/settings.xml"
03:42:35       name: "m2-secret-dir"
03:42:35       readOnly: true
03:42:35       subPath: "settings.xml"
03:42:35     - mountPath: "/home/jenkins/.ssh"
03:42:35       name: "volume-1"
03:42:35       readOnly: false
03:42:35       subPath: ""
03:42:35     - mountPath: "/home/jenkins/agent"
03:42:35       name: "workspace-volume"
03:42:35       readOnly: false
03:42:35     workingDir: "/home/jenkins/agent"
03:42:35   nodeSelector:
03:42:35     kubernetes.io/os: "linux"
03:42:35   restartPolicy: "Never"
03:42:35   volumes:
03:42:35   - name: "volume-0"
03:42:35     persistentVolumeClaim:
03:42:35       claimName: "tools-claim-jiro-papyrus"
03:42:35       readOnly: true
03:42:35   - name: "m2-secret-dir"
03:42:35     secret:
03:42:35       secretName: "m2-secret-dir"
03:42:35   - emptyDir:
03:42:35       medium: ""
03:42:35     name: "volume-2"
03:42:35   - configMap:
03:42:35       name: "m2-dir"
03:42:35     name: "m2-dir"
03:42:35   - configMap:
03:42:35       name: "known-hosts"
03:42:35     name: "volume-1"
03:42:35   - emptyDir:
03:42:35       medium: ""
03:42:35     name: "workspace-volume"
03:42:35   - emptyDir:
03:42:35       medium: ""
03:42:35     name: "volume-4"
03:42:35   - emptyDir:
03:42:35       medium: ""
03:42:35     name: "volume-3"
03:42:35 
03:42:35 Building remotely on centos-8-h15xx (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest-Last
03:42:35 The recommended git tool is: NONE
03:42:36 using credential gitlab-bot-ssh
03:42:36 Cloning the remote Git repository
03:42:36 Cloning repository https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
03:42:36  > git init /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest-Last/source # timeout=10
03:42:36 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
03:42:36  > git --version # timeout=10
03:42:36  > git --version # 'git version 2.41.0'
03:42:36 using GIT_SSH to set credentials GitLab bot (SSH)
03:42:36 [INFO] Currently running in a labeled security context
03:42:36  > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Papyrus-Web-MergeRequest-Last/source@tmp/jenkins-gitclient-ssh1811658917574766850.key
03:42:36 Verifying host key using manually-configured host key entries
03:42:36  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git +refs/heads/*:refs/remotes/origin/* # timeout=10
03:42:39  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git # timeout=10
03:42:39  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
03:42:39 Avoid second fetch
03:42:39  > git rev-parse origin/master^{commit} # timeout=10
03:42:39 Checking out Revision dbe3487e4fa5d978efef02dc8258598f58043535 (origin/master)
03:42:39  > git config core.sparsecheckout # timeout=10
03:42:39  > git checkout -f dbe3487e4fa5d978efef02dc8258598f58043535 # timeout=10
03:42:39 Commit message: "[Releng] - Update domainservice groupid and mvn repo - add a PapyrusDesigner dependency"
03:42:39  > git rev-list --no-walk dbe3487e4fa5d978efef02dc8258598f58043535 # timeout=10
03:42:39 Cleaning workspace
03:42:39  > git rev-parse --verify HEAD # timeout=10
03:42:39 Resetting working tree
03:42:39  > git reset --hard # timeout=10
03:42:40  > git clean -fdx # timeout=10
03:42:40 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-h15xx
03:42:44 [Papyrus-Web-MergeRequest-Last] $ /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_20.x/bin/node /tmp/jenkins11309576933114579256.js
03:42:44 [Papyrus-Web-MergeRequest-Last] $ /bin/sh -xe /tmp/jenkins14882461195875381521.sh
03:42:45 ERROR: Build step failed with exception
03:42:45 Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.62.139/10.40.62.139:52608
03:42:45 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
03:42:45 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
03:42:45 		at hudson.remoting.Channel.call(Channel.java:1003)
03:42:45 		at hudson.Launcher$RemoteLauncher.launch(Launcher.java:1121)
03:42:45 		at hudson.Launcher$ProcStarter.start(Launcher.java:506)
03:42:45 		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:144)
03:42:45 		at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
03:42:45 		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
03:42:45 		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
03:42:45 		at hudson.model.Build$BuildExecution.build(Build.java:199)
03:42:45 		at hudson.model.Build$BuildExecution.doRun(Build.java:164)
03:42:45 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
03:42:45 		at hudson.model.Run.execute(Run.java:1895)
03:42:45 		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
03:42:45 		at hudson.model.ResourceController.execute(ResourceController.java:101)
03:42:45 		at hudson.model.Executor.run(Executor.java:442)
03:42:45 java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
03:42:45 	at jenkins.model.Jenkins.get(Jenkins.java:819)
03:42:45 	at jenkins.tasks.filters.EnvVarsFilterLocalRule.getDescriptor(EnvVarsFilterLocalRule.java:46)
03:42:45 	at jenkins.tasks.filters.impl.RetainVariablesLocalRule.filter(RetainVariablesLocalRule.java:167)
03:42:45 	at jenkins.tasks.filters.EnvVarsFilterRuleWrapper.filter(EnvVarsFilterRuleWrapper.java:75)
03:42:45 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:980)
03:42:45 	at hudson.Launcher$ProcStarter.start(Launcher.java:506)
03:42:45 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1395)
03:42:45 	at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1337)
03:42:45 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
03:42:45 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
03:42:45 	at hudson.remoting.Request$2.run(Request.java:377)
03:42:45 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
03:42:45 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:42:45 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
03:42:45 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
03:42:45 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
03:42:45 	at java.base/java.lang.Thread.run(Thread.java:829)
03:42:45 Build step 'Execute shell' marked build as failure
03:42:45 Recording test results
03:42:45 No test report files were found. Configuration error?
03:42:45 [Checks API] No suitable checks publisher found.
03:42:45 An attempt to send an e-mail to empty list of recipients, ignored.
03:42:46 Finished: FAILURE