Skip to content
Failed

Console Output

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