Skip to content
Success

Console Output

Started by GitHub push by akurtakov
Started by GitHub push by akurtakov
Started by GitHub push by dependabot[bot]
Started by GitHub push by dependabot[bot]
Running as SYSTEM
Agent centos-7-73qgp 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-73qgp"
  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-73qgp"
    - 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-73qgp"
    - 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-3107.v665000b_51092"
    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-73qgp (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Sync_news_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-Xd5IX0oo6TwZ/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_news_website_repo@tmp/private_key_15226874740695002227.key (/home/jenkins/agent/workspace/Sync_news_website_repo@tmp/private_key_15226874740695002227.key)
[ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_news_website_repo@tmp/private_key_11580366330919714748.key (/home/jenkins/agent/workspace/Sync_news_website_repo@tmp/private_key_11580366330919714748.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-news.git
 > git init /home/jenkins/agent/workspace/Sync_news_website_repo # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/www.eclipse.org-eclipse-news.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-news.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-platform/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 origin/master^{commit} # timeout=10
Checking out Revision 7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8 # timeout=10
Commit message: "Bump peter-evans/create-pull-request from 4.2.4 to 5.0.2"
 > git rev-list --no-walk b964c08a0c50ea7f3bb6ed44636a7601ae9012a2 # timeout=10
[GitHub Checks] Failed Publishing GitHub checks: org.kohsuke.github.HttpException: {"message":"You must authenticate via a GitHub App.","documentation_url":"https://docs.github.com/rest/reference/checks#create-a-check-run"}
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse 7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8^{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-news.git'
[GitCheckoutListener] Found previous build 'Sync_news_website_repo #110' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'b964c08'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '7bbbdc0' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@37b74168' to render commit links
[Sync_news_website_repo] $ /bin/bash -x /tmp/jenkins18148608161743588903.sh
+ ls -al
total 160
drwxr-sr-x. 43 jenkins 1002310000  4096 Jun 14 19:13 .
drwxr-sr-x.  4 jenkins 1002310000    70 Jun 14 19:13 ..
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.10
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.11
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.12
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.13
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.14
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.15
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.16
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.17
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.18
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.19
drwxr-sr-x. 12 jenkins 1002310000   124 Jun 14 19:13 4.2
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.20
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.21
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.22
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.23
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.24
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.25
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.26
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.27
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.28
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.29
drwxr-sr-x. 13 jenkins 1002310000   144 Jun 14 19:13 4.3
drwxr-sr-x. 13 jenkins 1002310000  4096 Jun 14 19:13 4.4
drwxr-sr-x. 11 jenkins 1002310000  4096 Jun 14 19:13 4.5
drwxr-sr-x. 10 jenkins 1002310000  4096 Jun 14 19:13 4.6
drwxr-sr-x.  2 jenkins 1002310000    24 Jun 14 19:13 4.6.1
drwxr-sr-x.  3 jenkins 1002310000    55 Jun 14 19:13 4.6.2
drwxr-sr-x.  2 jenkins 1002310000    24 Jun 14 19:13 4.6.3
drwxr-sr-x. 10 jenkins 1002310000  4096 Jun 14 19:13 4.7
drwxr-sr-x.  2 jenkins 1002310000    24 Jun 14 19:13 4.7.1
drwxr-sr-x.  3 jenkins 1002310000    55 Jun 14 19:13 4.7.1a
drwxr-sr-x.  3 jenkins 1002310000    55 Jun 14 19:13 4.7.2
drwxr-sr-x.  2 jenkins 1002310000    24 Jun 14 19:13 4.7.3
drwxr-sr-x.  3 jenkins 1002310000    55 Jun 14 19:13 4.7.3a
drwxr-sr-x. 10 jenkins 1002310000  4096 Jun 14 19:13 4.8
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.9
drwxr-sr-x.  3 jenkins 1002310000  4096 Jun 14 19:13 4.x-template
-rw-r--r--.  1 jenkins 1002310000   990 Jun 14 19:13 CONTRIBUTING.md
drwxr-sr-x.  8 jenkins 1002310000   162 Jun 14 19:13 .git
drwxr-sr-x.  3 jenkins 1002310000    45 Jun 14 19:13 .github
-rw-r--r--.  1 jenkins 1002310000    10 Jun 14 19:13 .gitignore
-rw-r--r--.  1 jenkins 1002310000  6046 Jun 14 19:13 index.html
-rw-r--r--.  1 jenkins 1002310000 15751 Jun 14 19:13 instructions.html
-rw-r--r--.  1 jenkins 1002310000  2212 Jun 14 19:13 news.css
-rw-r--r--.  1 jenkins 1002310000   214 Jun 14 19:13 .project
-rw-r--r--.  1 jenkins 1002310000   181 Jun 14 19:13 README.md
drwxr-sr-x.  2 jenkins 1002310000  4096 Jun 14 19:13 scripts
drwxr-sr-x.  2 jenkins 1002310000    84 Jun 14 19:13 .settings
+ 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/news.git
+ git push origin master
remote: 
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: refs: 1 (|)        
remote: Processing changes: refs: 1 (|)        
remote: Processing changes: refs: 1, done            
remote: commit 7bbbdc0: warning: subject >50 characters; use shorter first paragraph        
remote: commit 7bbbdc0: ----------        
remote: commit 7bbbdc0: Reviewing commit: 7bbbdc0a        
remote: commit 7bbbdc0: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 7bbbdc0:         
remote: commit 7bbbdc0: Reviewing commit: 7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8        
remote: commit 7bbbdc0: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 7bbbdc0: Automated user '49699333+dependabot[bot]@users.noreply.github.com' detected for author of commit 7bbbdc0a84c6d73f0cec38eaeaff22b8376bb8c8        
remote: commit 7bbbdc0: Eclipse user 'dependabot[bot]'(author) is a committer on the project.        
remote: commit 7bbbdc0: Eclipse user 'akurtakov1od'(committer) is not a committer on the project.        
remote: commit 7bbbdc0: Eclipse user 'akurtakov1od'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit 7bbbdc0:         
remote: commit 7bbbdc0: This commit passes Eclipse validation.        
To ssh://git.eclipse.org:29418/www.eclipse.org/eclipse/news.git
   b964c08..7bbbdc0  master -> master
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
[GitHub Checks] Failed Publishing GitHub checks: org.kohsuke.github.HttpException: {"message":"You must authenticate via a GitHub App.","documentation_url":"https://docs.github.com/rest/reference/checks#create-a-check-run"}
Finished: SUCCESS