Skip to content

Console Output

15:32:46 Started by user Baily Roberts
15:32:46 Running as Baily Roberts
15:32:46 Agent centos-7-8qp63 is provisioned from template centos-7
15:32:46 ---
15:32:46 apiVersion: "v1"
15:32:46 kind: "Pod"
15:32:46 metadata:
15:32:46   annotations: {}
15:32:46   labels:
15:32:46     jenkins: "slave"
15:32:46     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
15:32:46     jenkins/label: "migration_jipp-migration_centos-7"
15:32:46   name: "centos-7-8qp63"
15:32:46   namespace: "osee"
15:32:46 spec:
15:32:46   containers:
15:32:46   - env:
15:32:46     - name: "JENKINS_SECRET"
15:32:46       value: "********"
15:32:46     - name: "JENKINS_TUNNEL"
15:32:46       value: "jenkins-discovery.osee.svc.cluster.local:50000"
15:32:46     - name: "JENKINS_AGENT_NAME"
15:32:46       value: "centos-7-8qp63"
15:32:46     - name: "JENKINS_REMOTING_JAVA_OPTS"
15:32:46       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
15:32:46         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
15:32:46     - name: "JAVA_TOOL_OPTIONS"
15:32:46       value: ""
15:32:46     - name: "_JAVA_OPTIONS"
15:32:46       value: ""
15:32:46     - name: "OPENJ9_JAVA_OPTIONS"
15:32:46       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
15:32:46     - name: "JENKINS_NAME"
15:32:46       value: "centos-7-8qp63"
15:32:46     - name: "JENKINS_AGENT_WORKDIR"
15:32:46       value: "/home/jenkins/agent"
15:32:46     - name: "JENKINS_URL"
15:32:46       value: "http://jenkins-ui.osee.svc.cluster.local/osee/"
15:32:46     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
15:32:46     imagePullPolicy: "Always"
15:32:46     name: "jnlp"
15:32:46     resources:
15:32:46       limits:
15:32:46         cpu: "2000m"
15:32:46         memory: "4096Mi"
15:32:46       requests:
15:32:46         cpu: "1000m"
15:32:46         memory: "4096Mi"
15:32:46     tty: true
15:32:46     volumeMounts:
15:32:46     - mountPath: "/home/jenkins/.m2/toolchains.xml"
15:32:46       name: "m2-dir"
15:32:46       readOnly: true
15:32:46       subPath: "toolchains.xml"
15:32:46     - mountPath: "/home/jenkins/.mavenrc"
15:32:46       name: "m2-dir"
15:32:46       readOnly: true
15:32:46       subPath: ".mavenrc"
15:32:46     - mountPath: "/opt/tools"
15:32:46       name: "volume-0"
15:32:46       readOnly: false
15:32:46     - mountPath: "/home/jenkins"
15:32:46       name: "volume-2"
15:32:46       readOnly: false
15:32:46     - mountPath: "/home/jenkins/.m2/repository"
15:32:46       name: "volume-3"
15:32:46       readOnly: false
15:32:46     - mountPath: "/home/jenkins/.m2/settings-security.xml"
15:32:46       name: "m2-secret-dir"
15:32:46       readOnly: true
15:32:46       subPath: "settings-security.xml"
15:32:46     - mountPath: "/home/jenkins/.m2/wrapper"
15:32:46       name: "volume-4"
15:32:46       readOnly: false
15:32:46     - mountPath: "/home/jenkins/.m2/settings.xml"
15:32:46       name: "m2-secret-dir"
15:32:46       readOnly: true
15:32:46       subPath: "settings.xml"
15:32:46     - mountPath: "/home/jenkins/.ssh"
15:32:46       name: "volume-1"
15:32:46       readOnly: false
15:32:46       subPath: ""
15:32:46     - mountPath: "/home/jenkins/agent"
15:32:46       name: "workspace-volume"
15:32:46       readOnly: false
15:32:46     workingDir: "/home/jenkins/agent"
15:32:46   nodeSelector:
15:32:46     kubernetes.io/os: "linux"
15:32:46   restartPolicy: "Never"
15:32:46   volumes:
15:32:46   - name: "volume-0"
15:32:46     persistentVolumeClaim:
15:32:46       claimName: "tools-claim-jiro-osee"
15:32:46       readOnly: true
15:32:46   - name: "m2-secret-dir"
15:32:46     secret:
15:32:46       secretName: "m2-secret-dir"
15:32:46   - emptyDir:
15:32:46       medium: ""
15:32:46     name: "volume-2"
15:32:46   - configMap:
15:32:46       name: "m2-dir"
15:32:46     name: "m2-dir"
15:32:46   - configMap:
15:32:46       name: "known-hosts"
15:32:46     name: "volume-1"
15:32:46   - emptyDir:
15:32:46       medium: ""
15:32:46     name: "workspace-volume"
15:32:46   - emptyDir:
15:32:46       medium: ""
15:32:46     name: "volume-4"
15:32:46   - emptyDir:
15:32:46       medium: ""
15:32:46     name: "volume-3"
15:32:46 
15:32:46 Building remotely on centos-7-8qp63 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/osee_dev_ote
15:32:46 The recommended git tool is: git
15:32:47 No credentials specified
15:32:47 Cloning the remote Git repository
15:32:47 Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee
15:32:47  > git init /home/jenkins/agent/workspace/osee_dev_ote/org.eclipse.osee # timeout=10
15:32:47 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
15:32:47  > git --version # timeout=10
15:32:47  > git --version # 'git version 2.36.1'
15:32:47  > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.osee +refs/heads/*:refs/remotes/origin/* # timeout=10
15:41:04  > git config remote.origin.url https://git.eclipse.org/r/osee/org.eclipse.osee # timeout=10
15:41:04  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:41:04 Avoid second fetch
15:41:04  > git rev-parse FETCH_HEAD^{commit} # timeout=10
15:41:04 Checking out Revision fd7e7b229169a3f907e1ba3a26065e8f955be66d (dev)
15:41:04  > git config core.sparsecheckout # timeout=10
15:41:04  > git checkout -f fd7e7b229169a3f907e1ba3a26065e8f955be66d # timeout=10
15:41:07 ERROR: Unable to retrieve commit message
15:41:07 java.lang.InterruptedException
15:41:07 	at java.base/java.lang.Object.wait(Native Method)
15:41:07 	at java.base/java.lang.Object.wait(Object.java:219)
15:41:07 	at hudson.remoting.Request.call(Request.java:177)
15:41:07 	at hudson.remoting.Channel.call(Channel.java:999)
15:41:07 	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
15:41:07 	at com.sun.proxy.$Proxy91.withRepository(Unknown Source)
15:41:07 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:234)
15:41:07 	at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1426)
15:41:07 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1366)
15:41:07 	at hudson.scm.SCM.checkout(SCM.java:540)
15:41:07 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1217)
15:41:07 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:647)
15:41:07 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
15:41:07 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
15:41:07 	at hudson.model.Run.execute(Run.java:1897)
15:41:07 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
15:41:07 	at hudson.model.ResourceController.execute(ResourceController.java:101)
15:41:07 	at hudson.model.Executor.run(Executor.java:442)
15:41:07  > git rev-parse FETCH_HEAD^{commit} # timeout=10
15:41:07  > git rev-list --no-walk 82cc63228e7bc5f67d8139b20608f690fb0ebcb6 # timeout=10
15:41:07 Cleaning workspace
15:41:07  > git rev-parse --verify HEAD # timeout=10
15:41:07 Resetting working tree
15:41:07  > git reset --hard # timeout=10
15:41:09  > git clean -fdx # timeout=10
15:41:09 Installing NodeJS from /var/jenkins/caches/nodejs/LINUX/amd64/16.10.0.tar.gz to /home/jenkins/agent/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS on centos-7-8qp63
15:41:37 [osee_dev_ote] $ Xvnc -help
15:41:37 Build was aborted
15:41:37 Aborted by Baily Roberts
15:41:37 Archiving artifacts
15:41:37 Finished: ABORTED