Skip to content

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
Agent basic-2l16p is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-2l16p"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-2l16p"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-2l16p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    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/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-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/.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-jersey"
      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-2l16p in workspace /home/jenkins/agent/workspace/create_release_pr
[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-JN4m63qhuq7T/agent.86
SSH_AGENT_PID=88
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/create_release_pr@tmp/private_key_6961871167626986740.key (/home/jenkins/agent/workspace/create_release_pr@tmp/private_key_6961871167626986740.key)
[ssh-agent] Using credentials jersey-bot (GitHub bot SSH)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/create_release_pr # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/3.0.0-RC1-BRANCH^{commit} # timeout=10
Checking out Revision c30e238dd681f9bb315dba25140454e742ad1bef (origin/3.0.0-RC1-BRANCH)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c30e238dd681f9bb315dba25140454e742ad1bef # timeout=10
Commit message: "3.1.0-SNAPSHOT"
First time build. Skipping changelog.
Copied 1 artifact from "provide_hub_extension" build number 1
[create_release_pr] $ /bin/bash -xe /tmp/jenkins2299529251394961774.sh
+ tar -xzf hub-linux-amd64-2.14.2.tgz
+ git config --local user.email ****@eclipse.org
+ git config --local user.name ****
+ export HUB_VERBOSE=true
+ HUB_VERBOSE=true
+ hub-linux-amd64-2.14.2/bin/./hub pull-request --base 3.x --head 3.0.0-RC1-BRANCH --message 'Technical merge of released branch 3.0.0-RC1-BRANCH'
$ git rev-parse -q --git-dir
$ git symbolic-ref HEAD
$ git remote -v
$ git config --get-all hub.host
> POST https://api.github.com/authorizations
> Authorization: Basic [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
{"note":"hub for jenkins@basic-2l16p","note_url":"https://hub.github.com/","scopes":["repo","gist"]}
< HTTP 201
< Location: https://api.github.com/authorizations/498325951
< Link: <https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/>; rel="deprecation"; type="text/html"
{"id":498325951,"url":"https://api.github.com/authorizations/498325951","app":{"name":"hub for jenkins@basic-2l16p","url":"https://hub.github.com/","client_id":"00000000000000000000"},"token":"ecb2cd7b293ca81520e83d4707071d1e42d711a5","hashed_token":"d2124e7109818ee90d62c401ef55ede39a47804d189c283f9a12d701b5de9c0a","token_last_eight":"42d711a5","note":"hub for jenkins@basic-2l16p","note_url":"https://hub.github.com/","created_at":"2020-10-09T19:04:41Z","updated_at":"2020-10-09T19:04:41Z","scopes":["repo","gist"],"fingerprint":null}
> GET https://api.github.com/user
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: repo, gist
{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars3.githubusercontent.com/u/43731258?v=4","gravatar_id":"","url":"https://api.github.com/users/****","html_url":"https://github.com/****","followers_url":"https://api.github.com/users/****/followers","following_url":"https://api.github.com/users/****/following{/other_user}","gists_url":"https://api.github.com/users/****/gists{/gist_id}","starred_url":"https://api.github.com/users/****/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/****/subscriptions","organizations_url":"https://api.github.com/users/****/orgs","repos_url":"https://api.github.com/users/****/repos","events_url":"https://api.github.com/users/****/events{/privacy}","received_events_url":"https://api.github.com/users/****/received_events","type":"User","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":0,"public_gists":0,"followers":0,"following":0,"created_at":"2018-09-30T20:19:42Z","updated_at":"2020-10-09T19:04:41Z"}
$ git symbolic-ref HEAD
> GET https://api.github.com/repos/eclipse-ee4j/jersey
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: repo, gist
< X-Accepted-Oauth-Scopes: repo
{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-10-09T03:34:03Z","pushed_at":"2020-10-09T19:02:46Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":12572,"stargazers_count":450,"watchers_count":450,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":225,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":646,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":225,"open_issues":646,"watchers":450,"default_branch":"master","permissions":{"admin":false,"push":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"delete_branch_on_merge":false,"organization":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"network_count":225,"subscribers_count":52}
> POST https://api.github.com/repos/eclipse-ee4j/jersey/pulls
> Authorization: token [REDACTED]
> Accept: application/vnd.github.shadow-cat-preview+json;charset=utf-8
{"base":"3.x","head":"eclipse-ee4j:3.0.0-RC1-BRANCH","maintainer_can_modify":true,"title":"Technical merge of released branch 3.0.0-RC1-BRANCH"}
< HTTP 201
< X-Oauth-Scopes: repo, gist
< Location: https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600
{"url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600","id":500770091,"node_id":"MDExOlB1bGxSZXF1ZXN0NTAwNzcwMDkx","html_url":"https://github.com/eclipse-ee4j/jersey/pull/4600","diff_url":"https://github.com/eclipse-ee4j/jersey/pull/4600.diff","patch_url":"https://github.com/eclipse-ee4j/jersey/pull/4600.patch","issue_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4600","number":4600,"state":"open","locked":false,"title":"Technical merge of released branch 3.0.0-RC1-BRANCH","user":{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars3.githubusercontent.com/u/43731258?v=4","gravatar_id":"","url":"https://api.github.com/users/****","html_url":"https://github.com/****","followers_url":"https://api.github.com/users/****/followers","following_url":"https://api.github.com/users/****/following{/other_user}","gists_url":"https://api.github.com/users/****/gists{/gist_id}","starred_url":"https://api.github.com/users/****/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/****/subscriptions","organizations_url":"https://api.github.com/users/****/orgs","repos_url":"https://api.github.com/users/****/repos","events_url":"https://api.github.com/users/****/events{/privacy}","received_events_url":"https://api.github.com/users/****/received_events","type":"User","site_admin":false},"body":null,"created_at":"2020-10-09T19:04:42Z","updated_at":"2020-10-09T19:04:42Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600/commits","review_comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600/comments","review_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/comments{/number}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4600/comments","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/c30e238dd681f9bb315dba25140454e742ad1bef","head":{"label":"eclipse-ee4j:3.0.0-RC1-BRANCH","ref":"3.0.0-RC1-BRANCH","sha":"c30e238dd681f9bb315dba25140454e742ad1bef","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"repo":{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-10-09T03:34:03Z","pushed_at":"2020-10-09T19:02:46Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":12572,"stargazers_count":450,"watchers_count":450,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":225,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":647,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":225,"open_issues":647,"watchers":450,"default_branch":"master"}},"base":{"label":"eclipse-ee4j:3.x","ref":"3.x","sha":"01ff902fcaa71bb10638ea7ffda28ab1108edc23","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"repo":{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars3.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2020-10-09T03:34:03Z","pushed_at":"2020-10-09T19:02:46Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":12572,"stargazers_count":450,"watchers_count":450,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":225,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":647,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"forks":225,"open_issues":647,"watchers":450,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600"},"html":{"href":"https://github.com/eclipse-ee4j/jersey/pull/4600"},"issue":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4600"},"comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/4600/comments"},"review_comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600/comments"},"review_comment":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/4600/commits"},"statuses":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/c30e238dd681f9bb315dba25140454e742ad1bef"}},"author_association":"MEMBER","active_lock_reason":null,"merged":false,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":332,"deletions":332,"changed_files":331}
https://github.com/eclipse-ee4j/jersey/pull/4600
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 88 killed;
[ssh-agent] Stopped.
Finished: SUCCESS