Skip to content

Console Output

17:44:26 Started by user Baily Roberts
17:44:26 Running as Baily Roberts
17:44:26 Agent centos-7-8vqcl is provisioned from template centos-7
17:44:26 ---
17:44:26 apiVersion: "v1"
17:44:26 kind: "Pod"
17:44:26 metadata:
17:44:26   annotations: {}
17:44:26   labels:
17:44:26     jenkins: "slave"
17:44:26     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
17:44:26     jenkins/label: "migration_jipp-migration_centos-7"
17:44:26   name: "centos-7-8vqcl"
17:44:26   namespace: "osee"
17:44:26 spec:
17:44:26   containers:
17:44:26   - env:
17:44:26     - name: "JENKINS_SECRET"
17:44:26       value: "********"
17:44:26     - name: "JENKINS_TUNNEL"
17:44:26       value: "jenkins-discovery.osee.svc.cluster.local:50000"
17:44:26     - name: "JENKINS_AGENT_NAME"
17:44:26       value: "centos-7-8vqcl"
17:44:26     - name: "JENKINS_REMOTING_JAVA_OPTS"
17:44:26       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
17:44:26         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
17:44:26     - name: "JAVA_TOOL_OPTIONS"
17:44:26       value: ""
17:44:26     - name: "_JAVA_OPTIONS"
17:44:26       value: ""
17:44:26     - name: "OPENJ9_JAVA_OPTIONS"
17:44:26       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
17:44:26     - name: "JENKINS_NAME"
17:44:26       value: "centos-7-8vqcl"
17:44:26     - name: "JENKINS_AGENT_WORKDIR"
17:44:26       value: "/home/jenkins/agent"
17:44:26     - name: "JENKINS_URL"
17:44:26       value: "http://jenkins-ui.osee.svc.cluster.local/osee/"
17:44:26     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
17:44:26     imagePullPolicy: "Always"
17:44:26     name: "jnlp"
17:44:26     resources:
17:44:26       limits:
17:44:26         cpu: "2000m"
17:44:26         memory: "4096Mi"
17:44:26       requests:
17:44:26         cpu: "1000m"
17:44:26         memory: "4096Mi"
17:44:26     tty: true
17:44:26     volumeMounts:
17:44:26     - mountPath: "/home/jenkins/.m2/toolchains.xml"
17:44:26       name: "m2-dir"
17:44:26       readOnly: true
17:44:26       subPath: "toolchains.xml"
17:44:26     - mountPath: "/home/jenkins/.mavenrc"
17:44:26       name: "m2-dir"
17:44:26       readOnly: true
17:44:26       subPath: ".mavenrc"
17:44:26     - mountPath: "/opt/tools"
17:44:26       name: "volume-0"
17:44:26       readOnly: false
17:44:26     - mountPath: "/home/jenkins"
17:44:26       name: "volume-2"
17:44:26       readOnly: false
17:44:26     - mountPath: "/home/jenkins/.m2/repository"
17:44:26       name: "volume-3"
17:44:26       readOnly: false
17:44:26     - mountPath: "/home/jenkins/.m2/settings-security.xml"
17:44:26       name: "m2-secret-dir"
17:44:26       readOnly: true
17:44:26       subPath: "settings-security.xml"
17:44:26     - mountPath: "/home/jenkins/.m2/wrapper"
17:44:26       name: "volume-4"
17:44:26       readOnly: false
17:44:26     - mountPath: "/home/jenkins/.m2/settings.xml"
17:44:26       name: "m2-secret-dir"
17:44:26       readOnly: true
17:44:26       subPath: "settings.xml"
17:44:26     - mountPath: "/home/jenkins/.ssh"
17:44:26       name: "volume-1"
17:44:26       readOnly: false
17:44:26       subPath: ""
17:44:26     - mountPath: "/home/jenkins/agent"
17:44:26       name: "workspace-volume"
17:44:26       readOnly: false
17:44:26     workingDir: "/home/jenkins/agent"
17:44:26   nodeSelector:
17:44:26     kubernetes.io/os: "linux"
17:44:26   restartPolicy: "Never"
17:44:26   volumes:
17:44:26   - name: "volume-0"
17:44:26     persistentVolumeClaim:
17:44:26       claimName: "tools-claim-jiro-osee"
17:44:26       readOnly: true
17:44:26   - name: "m2-secret-dir"
17:44:26     secret:
17:44:26       secretName: "m2-secret-dir"
17:44:26   - emptyDir:
17:44:26       medium: ""
17:44:26     name: "volume-2"
17:44:26   - configMap:
17:44:26       name: "m2-dir"
17:44:26     name: "m2-dir"
17:44:26   - configMap:
17:44:26       name: "known-hosts"
17:44:26     name: "volume-1"
17:44:26   - emptyDir:
17:44:26       medium: ""
17:44:26     name: "workspace-volume"
17:44:26   - emptyDir:
17:44:26       medium: ""
17:44:26     name: "volume-4"
17:44:26   - emptyDir:
17:44:26       medium: ""
17:44:26     name: "volume-3"
17:44:26 
17:44:26 Building remotely on centos-7-8vqcl (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/osee_dev_ote
17:44:26 The recommended git tool is: git
17:44:27 No credentials specified
17:44:27 Cloning the remote Git repository
17:44:27 Cloning repository https://git.eclipse.org/r/osee/org.eclipse.osee
17:44:27  > git init /home/jenkins/agent/workspace/osee_dev_ote/org.eclipse.osee # timeout=10
17:44:27 Fetching upstream changes from https://git.eclipse.org/r/osee/org.eclipse.osee
17:44:27  > git --version # timeout=10
17:44:27  > git --version # 'git version 2.36.1'
17:44:27  > git fetch --tags --force --progress -- https://git.eclipse.org/r/osee/org.eclipse.osee +refs/heads/*:refs/remotes/origin/* # timeout=10
17:45:00 Build was aborted
17:45:00 Aborted by Baily Roberts
17:45:00 Archiving artifacts
17:45:00 Finished: ABORTED