Skip to content

Console Output

Started by GitHub push by akurtakov
Started by GitHub push by akurtakov
Started by GitHub push by akurtakov
Started by GitHub push by akurtakov
Running as SYSTEM
Agent centos-7-qfnqd is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-qfnqd"
  namespace: "releng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.releng.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-qfnqd"
    - 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: "centos-7-qfnqd"
    - 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-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  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 centos-7-qfnqd (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Sync_eclipse_website_repo
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-kvua2DkXFJQ9/agent.45
SSH_AGENT_PID=47
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_13158263226157186633.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_13158263226157186633.key)
[ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_13635462739163634600.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_13635462739163634600.key)
[ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-platform/www.eclipse.org-eclipse.git
 > git init /home/jenkins/agent/workspace/Sync_eclipse_website_repo # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/www.eclipse.org-eclipse.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-platform/www.eclipse.org-eclipse.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-platform/www.eclipse.org-eclipse.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5c9c95811c13cad563be0e695cff9597cd3234ae (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c9c95811c13cad563be0e695cff9597cd3234ae # timeout=10
Commit message: "Bump actions/checkout from 4.1.5 to 4.1.6"
 > git rev-list --no-walk 2d413bf6ef82295572b1f6752c189e50f6b5c51b # timeout=10
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse 5c9c95811c13cad563be0e695cff9597cd3234ae^{commit} # timeout=10
The recommended git tool is: NONE
using credential github-bot
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/www.eclipse.org-eclipse.git'
[GitCheckoutListener] Found previous build 'Sync_eclipse_website_repo #143' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '2d413bf'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '5c9c958' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@795858cb' to render commit links
[Sync_eclipse_website_repo] $ /bin/bash -x /tmp/jenkins2239221761088340140.sh
+ ls -al
total 132
drwxr-sr-x. 19 jenkins 1002310000  4096 May 17 06:27 .
drwxr-sr-x.  4 jenkins 1002310000    76 May 17 06:27 ..
-rw-r--r--.  1 jenkins 1002310000   848 May 17 06:27 CONTRIBUTING.md
drwxr-sr-x.  8 jenkins 1002310000  4096 May 17 06:27 debug
-rw-r--r--.  1 jenkins 1002310000   911 May 17 06:27 default_style.css
drwxr-sr-x. 10 jenkins 1002310000 12288 May 17 06:27 development
-rw-r--r--.  1 jenkins 1002310000 18165 May 17 06:27 eclipse-charter.php
-rw-r--r--.  1 jenkins 1002310000  1725 May 17 06:27 eclipse-structure.gif
drwxr-sr-x.  8 jenkins 1002310000   162 May 17 06:27 .git
drwxr-sr-x.  3 jenkins 1002310000    45 May 17 06:27 .github
-rw-r--r--.  1 jenkins 1002310000    15 May 17 06:27 .gitignore
drwxr-sr-x.  2 jenkins 1002310000   109 May 17 06:27 images
drwxr-sr-x.  3 jenkins 1002310000   108 May 17 06:27 incubator
-rw-r--r--.  1 jenkins 1002310000  6789 May 17 06:27 index.php
-rw-r--r--.  1 jenkins 1002310000  2291 May 17 06:27 nav.html
drwxr-sr-x. 43 jenkins 1002310000  4096 May 17 06:27 news
drwxr-sr-x. 11 jenkins 1002310000  4096 May 17 06:27 platform-core
drwxr-sr-x. 10 jenkins 1002310000  4096 May 17 06:27 platform-cvs
drwxr-sr-x.  5 jenkins 1002310000  4096 May 17 06:27 platform-releng
drwxr-sr-x.  8 jenkins 1002310000   156 May 17 06:27 platform-search
drwxr-sr-x. 15 jenkins 1002310000  4096 May 17 06:27 platform-team
drwxr-sr-x. 18 jenkins 1002310000  4096 May 17 06:27 platform-text
drwxr-sr-x.  6 jenkins 1002310000   159 May 17 06:27 platform-ua
drwxr-sr-x. 10 jenkins 1002310000  4096 May 17 06:27 platform-ui
drwxr-sr-x. 11 jenkins 1002310000  4096 May 17 06:27 presentation
-rw-r--r--.  1 jenkins 1002310000   200 May 17 06:27 .project
-rw-r--r--.  1 jenkins 1002310000  1118 May 17 06:27 _projectCommon.php
-rw-r--r--.  1 jenkins 1002310000   204 May 17 06:27 README.md
drwxr-sr-x.  2 jenkins 1002310000    84 May 17 06:27 .settings
-rwxr-xr-x.  1 jenkins 1002310000 13406 May 17 06:27 team-leaders.php
+ git checkout master
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git config --global user.email releng-bot@eclipse.org
+ git config --global user.name 'Eclipse Releng Bot'
+ git remote set-url origin ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse.git
+ git push origin master
remote: 
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: refs: 1 (/)        
remote: Processing changes: refs: 1 (/)        
remote: Processing changes: refs: 1, done            
remote: commit 5c9c958: ----------        
remote: commit 5c9c958: Reviewing commit: 5c9c9581        
remote: commit 5c9c958: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 5c9c958:         
remote: commit 5c9c958: Reviewing commit: 5c9c95811c13cad563be0e695cff9597cd3234ae        
remote: commit 5c9c958: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 5c9c958: Automated user '49699333+dependabot[bot]@users.noreply.github.com' detected for author of commit 5c9c95811c13cad563be0e695cff9597cd3234ae        
remote: commit 5c9c958: Eclipse user 'dependabot[bot]'(author) is a committer on the project.        
remote: commit 5c9c958: Eclipse user 'akurtakov1od'(committer) is not a committer on the project.        
remote: commit 5c9c958: Eclipse user 'akurtakov1od'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit 5c9c958:         
remote: commit 5c9c958: This commit passes Eclipse validation.        
remote: commit 2d413bf: warning: subject >50 characters; use shorter first paragraph        
remote: commit 2d413bf: ----------        
remote: commit 2d413bf: Reviewing commit: 2d413bf6        
remote: commit 2d413bf: Authored by: Jozef Tomek <jozef.tomek.sk@gmail.com>        
remote: commit 2d413bf:         
remote: commit 2d413bf: Commit was previously validated, skipping processing        
remote: commit 2d413bf:         
remote: commit 2d413bf: This commit passes Eclipse validation.        
remote: commit b31f51f: ----------        
remote: commit b31f51f: Reviewing commit: b31f51fe        
remote: commit b31f51f: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit b31f51f:         
remote: commit b31f51f: Commit was previously validated, skipping processing        
remote: commit b31f51f:         
remote: commit b31f51f: This commit passes Eclipse validation.        
remote: commit 725e42c: warning: subject >50 characters; use shorter first paragraph        
remote: commit 725e42c: ----------        
remote: commit 725e42c: Reviewing commit: 725e42c8        
remote: commit 725e42c: Authored by: Jeff Johnston <jjohnstn@redhat.com>        
remote: commit 725e42c:         
remote: commit 725e42c: Commit was previously validated, skipping processing        
remote: commit 725e42c:         
remote: commit 725e42c: This commit passes Eclipse validation.        
remote: commit 0b14a97: warning: subject >50 characters; use shorter first paragraph        
remote: commit 0b14a97: ----------        
remote: commit 0b14a97: Reviewing commit: 0b14a97a        
remote: commit 0b14a97: Authored by: Jeff Johnston <jjohnstn@redhat.com>        
remote: commit 0b14a97:         
remote: commit 0b14a97: Commit was previously validated, skipping processing        
remote: commit 0b14a97:         
remote: commit 0b14a97: This commit passes Eclipse validation.        
remote: commit 3804045: warning: subject >50 characters; use shorter first paragraph        
remote: commit 3804045: ----------        
remote: commit 3804045: Reviewing commit: 38040456        
remote: commit 3804045: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 3804045:         
remote: commit 3804045: Commit was previously validated, skipping processing        
remote: commit 3804045:         
remote: commit 3804045: This commit passes Eclipse validation.        
remote: commit bcb9221: warning: subject >50 characters; use shorter first paragraph        
remote: commit bcb9221: ----------        
remote: commit bcb9221: Reviewing commit: bcb92216        
remote: commit bcb9221: Authored by: Jeff Johnston <jjohnstn@redhat.com>        
remote: commit bcb9221:         
remote: commit bcb9221: Commit was previously validated, skipping processing        
remote: commit bcb9221:         
remote: commit bcb9221: This commit passes Eclipse validation.        
remote: commit 9d976c6: warning: subject >50 characters; use shorter first paragraph        
remote: commit 9d976c6: ----------        
remote: commit 9d976c6: Reviewing commit: 9d976c64        
remote: commit 9d976c6: Authored by: Christoph Läubrich <laeubi@laeubi-soft.de>        
remote: commit 9d976c6:         
remote: commit 9d976c6: Reviewing commit: 9d976c64bca12551f6845d1a967d4c445fa1e8ef        
remote: commit 9d976c6: Authored by: Christoph Läubrich <laeubi@laeubi-soft.de>        
remote: commit 9d976c6: Could not find an Eclipse user with mail 'mail@laeubi-soft.de' for committer of commit 9d976c64bca12551f6845d1a967d4c445fa1e8ef        
remote: commit 9d976c6:         
remote: commit 9d976c6: Please see http://wiki.eclipse.org/ECA        
To ssh://git.eclipse.org:29418/www.eclipse.org/eclipse.git
 ! [remote rejected]   master -> master (commit 9d976c6: Committing user must have an Eclipse Account)
error: failed to push some refs to 'ssh://git.eclipse.org:29418/www.eclipse.org/eclipse.git'
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 47 killed;
[ssh-agent] Stopped.
Sending e-mails to: sravankumarl@in.ibm.com
Finished: FAILURE