Skip to content

Console Output

Started by user Lakshmi Shanmugam
Running as Lakshmi Shanmugam
Agent basic-348gm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-348gm"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-348gm"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-348gm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.releng.svc.cluster.local/releng/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-releng.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-pde.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-deploy-ossrh-jdt.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-releng"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-348gm in workspace /home/jenkins/agent/workspace/NewsRepoApplyTemplate
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse/news.git
 > git init /home/jenkins/agent/workspace/NewsRepoApplyTemplate # timeout=10
Fetching upstream changes from ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse/news.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.releng@git.eclipse.org
 > git fetch --tags --force --progress -- ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse/news.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse/news.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2fea39df43e07b8398808bdf3e7027f4806a987c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2fea39df43e07b8398808bdf3e7027f4806a987c # timeout=10
Commit message: "Check if directory exists in applyTemplate script."
 > git rev-list --no-walk 2fea39df43e07b8398808bdf3e7027f4806a987c # timeout=10
[NewsRepoApplyTemplate] $ /bin/sh -xe /tmp/jenkins16720565149329822103.sh
+ pwd
/home/jenkins/agent/workspace/NewsRepoApplyTemplate
+ ls
4.10
4.11
4.12
4.13
4.14
4.15
4.16
4.17
4.18
4.19
4.2
4.3
4.4
4.5
4.6
4.6.1
4.6.2
4.6.3
4.7
4.7.1
4.7.1a
4.7.2
4.7.3
4.7.3a
4.8
4.9
4.x-template
CONTRIBUTING.md
index.html
instructions.html
news.css
scripts
+ cd scripts
+ ./applyTemplate.sh 4.20 2021-06
./applyTemplate.sh: 17: [: x4.20: unexpected operator
./applyTemplate.sh: 17: [: x2021-06: unexpected operator
In parent directory of scripts /home/jenkins/agent/workspace/NewsRepoApplyTemplate
Checking if directory 4.20 already exists
Applying template for 4.20
Created directory and entering 4.20
Replacing 4.x with 4.20 to files in /home/jenkins/agent/workspace/NewsRepoApplyTemplate/4.20
Replacing YYYY-MM with 2021-06 in index.html
Deleting backup files
+ git status
HEAD detached at 2fea39d
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	../4.20/

nothing added to commit but untracked files present (use "git add" to track)
Finished: SUCCESS