Skip to content

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
Agent basic-kjwfb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-kjwfb"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-kjwfb"
    - 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-kjwfb"
    - 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-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/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
      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-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-kjwfb (basic) 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-R33okMCbt1Cd/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/create_release_pr@tmp/private_key_13233956477705650161.key (/home/jenkins/agent/workspace/create_release_pr@tmp/private_key_13233956477705650161.key)
[ssh-agent] Using credentials jersey-bot (GitHub bot SSH)
The recommended git tool is: git
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
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/create_release_pr@tmp/jenkins-gitclient-ssh7248142037797947499.key
Verifying host key using manually-configured host key entries
 > 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
Avoid second fetch
 > git rev-parse origin/4.0.0-M1-BRANCH^{commit} # timeout=10
Checking out Revision 68d4d1bcd60c558d2e6b622587cc9c7472cbc778 (origin/4.0.0-M1-BRANCH)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 68d4d1bcd60c558d2e6b622587cc9c7472cbc778 # timeout=10
Commit message: "4.0.99-SNAPSHOT"
First time build. Skipping changelog.
Copied 1 artifact from "provide_hub_extension" build number 1
[create_release_pr] $ /bin/bash -xe /tmp/jenkins7942426510037291280.sh
+ tar -xzf hub-linux-amd64-2.14.2.tgz
+ git config --local user.email jakartaconfig-bot@eclipse.org
+ git config --local user.name eclipse-jakartaconfig-bot
+ export HUB_VERBOSE=true
+ HUB_VERBOSE=true
+ hub-linux-amd64-2.14.2/bin/./hub pull-request --base 4.0 --head 4.0.0-M1-BRANCH --message 'Technical merge of released branch 4.0.0-M1-BRANCH'
$ git rev-parse -q --git-dir
$ git symbolic-ref HEAD
$ git remote -v
$ git config --get-all hub.host
> GET https://api.github.com/user
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars.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":"2023-09-21T10:20:45Z"}
> GET https://api.github.com/user
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars.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":"2023-09-21T10:20:45Z"}
$ 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: public_repo, repo:status, admin:repo_hook
< 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://avatars.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":"2024-03-20T22:52:21Z","pushed_at":"2024-03-28T11:12:33Z","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":26705,"stargazers_count":671,"watchers_count":671,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":true,"forks_count":332,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":778,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":332,"open_issues":778,"watchers":671,"default_branch":"2.x","permissions":{"admin":false,"maintain":false,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars.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":332,"subscribers_count":44}
> 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":"4.0","head":"eclipse-ee4j:4.0.0-M1-BRANCH","maintainer_can_modify":true,"title":"Technical merge of released branch 4.0.0-M1-BRANCH"}
< HTTP 201
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
< Location: https://api.github.com/repos/eclipse-ee4j/jersey/pulls/5585
{"url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/5585","id":1796012550,"node_id":"PR_kwDOB770DM5rDPoG","html_url":"https://github.com/eclipse-ee4j/jersey/pull/5585","diff_url":"https://github.com/eclipse-ee4j/jersey/pull/5585.diff","patch_url":"https://github.com/eclipse-ee4j/jersey/pull/5585.patch","issue_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/5585","number":5585,"state":"open","locked":false,"title":"Technical merge of released branch 4.0.0-M1-BRANCH","user":{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars.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":"2024-03-28T12:47:16Z","updated_at":"2024-03-28T12:47:16Z","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/5585/commits","review_comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/5585/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/5585/comments","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/68d4d1bcd60c558d2e6b622587cc9c7472cbc778","head":{"label":"eclipse-ee4j:4.0.0-M1-BRANCH","ref":"4.0.0-M1-BRANCH","sha":"68d4d1bcd60c558d2e6b622587cc9c7472cbc778","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars.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://avatars.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":"2024-03-20T22:52:21Z","pushed_at":"2024-03-28T11:12:33Z","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":26705,"stargazers_count":671,"watchers_count":671,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":true,"forks_count":332,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":779,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":332,"open_issues":779,"watchers":671,"default_branch":"2.x"}},"base":{"label":"eclipse-ee4j:4.0","ref":"4.0","sha":"5da240b369cf76003c01a790e9293b9d4c75512e","user":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars.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://avatars.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":"2024-03-20T22:52:21Z","pushed_at":"2024-03-28T11:12:33Z","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":26705,"stargazers_count":671,"watchers_count":671,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":true,"forks_count":332,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":779,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":332,"open_issues":779,"watchers":671,"default_branch":"2.x"}},"_links":{"self":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/5585"},"html":{"href":"https://github.com/eclipse-ee4j/jersey/pull/5585"},"issue":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/5585"},"comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/5585/comments"},"review_comments":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls/5585/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/5585/commits"},"statuses":{"href":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/68d4d1bcd60c558d2e6b622587cc9c7472cbc778"}},"author_association":"CONTRIBUTOR","auto_merge":null,"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":293,"deletions":293,"changed_files":293}
https://github.com/eclipse-ee4j/jersey/pull/5585
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS