Skip to content
Success

Console Output

Started by user Lukas Jungmann
Running as Lukas Jungmann
Agent basic-1sbb2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1sbb2"
  namespace: "tyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1sbb2"
    - 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-1sbb2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tyrus.svc.cluster.local/tyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-tyrus"
      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-1sbb2 (basic) in workspace /home/jenkins/agent/workspace/close_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-F4rOL53SupIF/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/close_pr@tmp/private_key_11455509335045035693.key (/home/jenkins/agent/workspace/close_pr@tmp/private_key_11455509335045035693.key)
[ssh-agent] Using credentials tyrus-bot (GitHub bot SSH)
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/tyrus.git
 > git init /home/jenkins/agent/workspace/close_pr # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/tyrus.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/close_pr@tmp/jenkins-gitclient-ssh16973913577793779013.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/tyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/tyrus.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 d56336ad07978165f6d190f6cb3a5f3c6ce7fb0a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d56336ad07978165f6d190f6cb3a5f3c6ce7fb0a # timeout=10
Commit message: "Merge pull request #819 from senivam/1x_16"
First time build. Skipping changelog.
Copied 1 artifact from "provide_hub_extension" build number 2
[close_pr] $ /bin/bash -xe /tmp/jenkins1965815220710836638.sh
+ tar -xzf hub-linux-amd64-2.14.2.tgz
+ git config --global hub.protocol ssh
+ git config --global user.email ****@eclipse.org
+ git config --global user.name 'Eclipse Tyrus Bot'
+ export HUB_VERBOSE=true
+ HUB_VERBOSE=true
+ hub-linux-amd64-2.14.2/bin/./hub api /repos/eclipse-ee4j/tyrus/pulls/822 --flat -X PATCH --raw-field state=closed
$ git rev-parse -q --git-dir
$ git remote -v
$ git config --get-all hub.host
$ git config color.ui
> PATCH https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
{"state":"closed"}
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"url":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822","id":1110501979,"node_id":"PR_kwDOBv29nM5CMOpb","html_url":"https://github.com/eclipse-ee4j/tyrus/pull/822","diff_url":"https://github.com/eclipse-ee4j/tyrus/pull/822.diff","patch_url":"https://github.com/eclipse-ee4j/tyrus/pull/822.patch","issue_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822","number":822,"state":"closed","locked":false,"title":"Technical merge of released branch 1.17-BRANCH","user":{"login":"****","id":38044315,"node_id":"MDQ6VXNlcjM4MDQ0MzE1","avatar_url":"https://avatars.githubusercontent.com/u/38044315?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":"2022-11-04T08:05:23Z","updated_at":"2022-11-04T09:43:46Z","closed_at":"2022-11-04T09:43:46Z","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/tyrus/pulls/822/commits","review_comments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/comments","review_comment_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/comments{/number}","comments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822/comments","statuses_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/8f303094db6ae7ffe6e8bdc0834360c28f396a19","head":{"label":"eclipse-ee4j:1.17-BRANCH","ref":"1.17-BRANCH","sha":"8f303094db6ae7ffe6e8bdc0834360c28f396a19","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":117292444,"node_id":"MDEwOlJlcG9zaXRvcnkxMTcyOTI0NDQ=","name":"tyrus","full_name":"eclipse-ee4j/tyrus","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/tyrus","description":"Tyrus","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/tyrus","forks_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/deployments","created_at":"2018-01-12T22:06:48Z","updated_at":"2022-10-20T08:58:43Z","pushed_at":"2022-11-04T08:05:23Z","git_url":"git://github.com/eclipse-ee4j/tyrus.git","ssh_url":"git@github.com:eclipse-ee4j/tyrus.git","clone_url":"https://github.com/eclipse-ee4j/tyrus.git","svn_url":"https://github.com/eclipse-ee4j/tyrus","homepage":null,"size":2553,"stargazers_count":94,"watchers_count":94,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":30,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":99,"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":30,"open_issues":99,"watchers":94,"default_branch":"master"}},"base":{"label":"eclipse-ee4j:master","ref":"master","sha":"d56336ad07978165f6d190f6cb3a5f3c6ce7fb0a","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":117292444,"node_id":"MDEwOlJlcG9zaXRvcnkxMTcyOTI0NDQ=","name":"tyrus","full_name":"eclipse-ee4j/tyrus","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/tyrus","description":"Tyrus","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/tyrus","forks_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/tyrus/deployments","created_at":"2018-01-12T22:06:48Z","updated_at":"2022-10-20T08:58:43Z","pushed_at":"2022-11-04T08:05:23Z","git_url":"git://github.com/eclipse-ee4j/tyrus.git","ssh_url":"git@github.com:eclipse-ee4j/tyrus.git","clone_url":"https://github.com/eclipse-ee4j/tyrus.git","svn_url":"https://github.com/eclipse-ee4j/tyrus","homepage":null,"size":2553,"stargazers_count":94,"watchers_count":94,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":30,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":99,"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":30,"open_issues":99,"watchers":94,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822"},"html":{"href":"https://github.com/eclipse-ee4j/tyrus/pull/822"},"issue":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822"},"comments":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822/comments"},"review_comments":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/comments"},"review_comment":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/commits"},"statuses":{"href":"https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/8f303094db6ae7ffe6e8bdc0834360c28f396a19"}},"author_association":"CONTRIBUTOR","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":false,"rebaseable":false,"mergeable_state":"dirty","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":1,"deletions":1,"changed_files":1}
.url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822
.id	1110501979
.node_id	PR_kwDOBv29nM5CMOpb
.html_url	https://github.com/eclipse-ee4j/tyrus/pull/822
.diff_url	https://github.com/eclipse-ee4j/tyrus/pull/822.diff
.patch_url	https://github.com/eclipse-ee4j/tyrus/pull/822.patch
.issue_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822
.number	822
.state	closed
.locked	false
.title	Technical merge of released branch 1.17-BRANCH
.user.login	****
.user.id	38044315
.user.node_id	MDQ6VXNlcjM4MDQ0MzE1
.user.avatar_url	https://avatars.githubusercontent.com/u/38044315?v=4
.user.gravatar_id	
.user.url	https://api.github.com/users/****
.user.html_url	https://github.com/****
.user.followers_url	https://api.github.com/users/****/followers
.user.following_url	https://api.github.com/users/****/following{/other_user}
.user.gists_url	https://api.github.com/users/****/gists{/gist_id}
.user.starred_url	https://api.github.com/users/****/starred{/owner}{/repo}
.user.subscriptions_url	https://api.github.com/users/****/subscriptions
.user.organizations_url	https://api.github.com/users/****/orgs
.user.repos_url	https://api.github.com/users/****/repos
.user.events_url	https://api.github.com/users/****/events{/privacy}
.user.received_events_url	https://api.github.com/users/****/received_events
.user.type	User
.user.site_admin	false
.body	
.created_at	2022-11-04T08:05:23Z
.updated_at	2022-11-04T09:43:46Z
.closed_at	2022-11-04T09:43:46Z
.merged_at	
.merge_commit_sha	
.assignee	
.milestone	
.draft	false
.commits_url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/commits
.review_comments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/comments
.review_comment_url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/comments{/number}
.comments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822/comments
.statuses_url	https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/8f303094db6ae7ffe6e8bdc0834360c28f396a19
.head.label	eclipse-ee4j:1.17-BRANCH
.head.ref	1.17-BRANCH
.head.sha	8f303094db6ae7ffe6e8bdc0834360c28f396a19
.head.user.login	eclipse-ee4j
.head.user.id	31900942
.head.user.node_id	MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy
.head.user.avatar_url	https://avatars.githubusercontent.com/u/31900942?v=4
.head.user.gravatar_id	
.head.user.url	https://api.github.com/users/eclipse-ee4j
.head.user.html_url	https://github.com/eclipse-ee4j
.head.user.followers_url	https://api.github.com/users/eclipse-ee4j/followers
.head.user.following_url	https://api.github.com/users/eclipse-ee4j/following{/other_user}
.head.user.gists_url	https://api.github.com/users/eclipse-ee4j/gists{/gist_id}
.head.user.starred_url	https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}
.head.user.subscriptions_url	https://api.github.com/users/eclipse-ee4j/subscriptions
.head.user.organizations_url	https://api.github.com/users/eclipse-ee4j/orgs
.head.user.repos_url	https://api.github.com/users/eclipse-ee4j/repos
.head.user.events_url	https://api.github.com/users/eclipse-ee4j/events{/privacy}
.head.user.received_events_url	https://api.github.com/users/eclipse-ee4j/received_events
.head.user.type	Organization
.head.user.site_admin	false
.head.repo.id	117292444
.head.repo.node_id	MDEwOlJlcG9zaXRvcnkxMTcyOTI0NDQ=
.head.repo.name	tyrus
.head.repo.full_name	eclipse-ee4j/tyrus
.head.repo.private	false
.head.repo.owner.login	eclipse-ee4j
.head.repo.owner.id	31900942
.head.repo.owner.node_id	MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy
.head.repo.owner.avatar_url	https://avatars.githubusercontent.com/u/31900942?v=4
.head.repo.owner.gravatar_id	
.head.repo.owner.url	https://api.github.com/users/eclipse-ee4j
.head.repo.owner.html_url	https://github.com/eclipse-ee4j
.head.repo.owner.followers_url	https://api.github.com/users/eclipse-ee4j/followers
.head.repo.owner.following_url	https://api.github.com/users/eclipse-ee4j/following{/other_user}
.head.repo.owner.gists_url	https://api.github.com/users/eclipse-ee4j/gists{/gist_id}
.head.repo.owner.starred_url	https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}
.head.repo.owner.subscriptions_url	https://api.github.com/users/eclipse-ee4j/subscriptions
.head.repo.owner.organizations_url	https://api.github.com/users/eclipse-ee4j/orgs
.head.repo.owner.repos_url	https://api.github.com/users/eclipse-ee4j/repos
.head.repo.owner.events_url	https://api.github.com/users/eclipse-ee4j/events{/privacy}
.head.repo.owner.received_events_url	https://api.github.com/users/eclipse-ee4j/received_events
.head.repo.owner.type	Organization
.head.repo.owner.site_admin	false
.head.repo.html_url	https://github.com/eclipse-ee4j/tyrus
.head.repo.description	Tyrus
.head.repo.fork	false
.head.repo.url	https://api.github.com/repos/eclipse-ee4j/tyrus
.head.repo.forks_url	https://api.github.com/repos/eclipse-ee4j/tyrus/forks
.head.repo.keys_url	https://api.github.com/repos/eclipse-ee4j/tyrus/keys{/key_id}
.head.repo.collaborators_url	https://api.github.com/repos/eclipse-ee4j/tyrus/collaborators{/collaborator}
.head.repo.teams_url	https://api.github.com/repos/eclipse-ee4j/tyrus/teams
.head.repo.hooks_url	https://api.github.com/repos/eclipse-ee4j/tyrus/hooks
.head.repo.issue_events_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/events{/number}
.head.repo.events_url	https://api.github.com/repos/eclipse-ee4j/tyrus/events
.head.repo.assignees_url	https://api.github.com/repos/eclipse-ee4j/tyrus/assignees{/user}
.head.repo.branches_url	https://api.github.com/repos/eclipse-ee4j/tyrus/branches{/branch}
.head.repo.tags_url	https://api.github.com/repos/eclipse-ee4j/tyrus/tags
.head.repo.blobs_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/blobs{/sha}
.head.repo.git_tags_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/tags{/sha}
.head.repo.git_refs_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/refs{/sha}
.head.repo.trees_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/trees{/sha}
.head.repo.statuses_url	https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/{sha}
.head.repo.languages_url	https://api.github.com/repos/eclipse-ee4j/tyrus/languages
.head.repo.stargazers_url	https://api.github.com/repos/eclipse-ee4j/tyrus/stargazers
.head.repo.contributors_url	https://api.github.com/repos/eclipse-ee4j/tyrus/contributors
.head.repo.subscribers_url	https://api.github.com/repos/eclipse-ee4j/tyrus/subscribers
.head.repo.subscription_url	https://api.github.com/repos/eclipse-ee4j/tyrus/subscription
.head.repo.commits_url	https://api.github.com/repos/eclipse-ee4j/tyrus/commits{/sha}
.head.repo.git_commits_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/commits{/sha}
.head.repo.comments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/comments{/number}
.head.repo.issue_comment_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/comments{/number}
.head.repo.contents_url	https://api.github.com/repos/eclipse-ee4j/tyrus/contents/{+path}
.head.repo.compare_url	https://api.github.com/repos/eclipse-ee4j/tyrus/compare/{base}...{head}
.head.repo.merges_url	https://api.github.com/repos/eclipse-ee4j/tyrus/merges
.head.repo.archive_url	https://api.github.com/repos/eclipse-ee4j/tyrus/{archive_format}{/ref}
.head.repo.downloads_url	https://api.github.com/repos/eclipse-ee4j/tyrus/downloads
.head.repo.issues_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues{/number}
.head.repo.pulls_url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls{/number}
.head.repo.milestones_url	https://api.github.com/repos/eclipse-ee4j/tyrus/milestones{/number}
.head.repo.notifications_url	https://api.github.com/repos/eclipse-ee4j/tyrus/notifications{?since,all,participating}
.head.repo.labels_url	https://api.github.com/repos/eclipse-ee4j/tyrus/labels{/name}
.head.repo.releases_url	https://api.github.com/repos/eclipse-ee4j/tyrus/releases{/id}
.head.repo.deployments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/deployments
.head.repo.created_at	2018-01-12T22:06:48Z
.head.repo.updated_at	2022-10-20T08:58:43Z
.head.repo.pushed_at	2022-11-04T08:05:23Z
.head.repo.git_url	git://github.com/eclipse-ee4j/tyrus.git
.head.repo.ssh_url	git@github.com:eclipse-ee4j/tyrus.git
.head.repo.clone_url	https://github.com/eclipse-ee4j/tyrus.git
.head.repo.svn_url	https://github.com/eclipse-ee4j/tyrus
.head.repo.homepage	
.head.repo.size	2553
.head.repo.stargazers_count	94
.head.repo.watchers_count	94
.head.repo.language	Java
.head.repo.has_issues	true
.head.repo.has_projects	true
.head.repo.has_downloads	true
.head.repo.has_wiki	true
.head.repo.has_pages	true
.head.repo.forks_count	30
.head.repo.mirror_url	
.head.repo.archived	false
.head.repo.disabled	false
.head.repo.open_issues_count	99
.head.repo.license.key	other
.head.repo.license.name	Other
.head.repo.license.spdx_id	NOASSERTION
.head.repo.license.url	
.head.repo.license.node_id	MDc6TGljZW5zZTA=
.head.repo.allow_forking	true
.head.repo.is_template	false
.head.repo.web_commit_signoff_required	false
.head.repo.visibility	public
.head.repo.forks	30
.head.repo.open_issues	99
.head.repo.watchers	94
.head.repo.default_branch	master
.base.label	eclipse-ee4j:master
.base.ref	master
.base.sha	d56336ad07978165f6d190f6cb3a5f3c6ce7fb0a
.base.user.login	eclipse-ee4j
.base.user.id	31900942
.base.user.node_id	MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy
.base.user.avatar_url	https://avatars.githubusercontent.com/u/31900942?v=4
.base.user.gravatar_id	
.base.user.url	https://api.github.com/users/eclipse-ee4j
.base.user.html_url	https://github.com/eclipse-ee4j
.base.user.followers_url	https://api.github.com/users/eclipse-ee4j/followers
.base.user.following_url	https://api.github.com/users/eclipse-ee4j/following{/other_user}
.base.user.gists_url	https://api.github.com/users/eclipse-ee4j/gists{/gist_id}
.base.user.starred_url	https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}
.base.user.subscriptions_url	https://api.github.com/users/eclipse-ee4j/subscriptions
.base.user.organizations_url	https://api.github.com/users/eclipse-ee4j/orgs
.base.user.repos_url	https://api.github.com/users/eclipse-ee4j/repos
.base.user.events_url	https://api.github.com/users/eclipse-ee4j/events{/privacy}
.base.user.received_events_url	https://api.github.com/users/eclipse-ee4j/received_events
.base.user.type	Organization
.base.user.site_admin	false
.base.repo.id	117292444
.base.repo.node_id	MDEwOlJlcG9zaXRvcnkxMTcyOTI0NDQ=
.base.repo.name	tyrus
.base.repo.full_name	eclipse-ee4j/tyrus
.base.repo.private	false
.base.repo.owner.login	eclipse-ee4j
.base.repo.owner.id	31900942
.base.repo.owner.node_id	MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy
.base.repo.owner.avatar_url	https://avatars.githubusercontent.com/u/31900942?v=4
.base.repo.owner.gravatar_id	
.base.repo.owner.url	https://api.github.com/users/eclipse-ee4j
.base.repo.owner.html_url	https://github.com/eclipse-ee4j
.base.repo.owner.followers_url	https://api.github.com/users/eclipse-ee4j/followers
.base.repo.owner.following_url	https://api.github.com/users/eclipse-ee4j/following{/other_user}
.base.repo.owner.gists_url	https://api.github.com/users/eclipse-ee4j/gists{/gist_id}
.base.repo.owner.starred_url	https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}
.base.repo.owner.subscriptions_url	https://api.github.com/users/eclipse-ee4j/subscriptions
.base.repo.owner.organizations_url	https://api.github.com/users/eclipse-ee4j/orgs
.base.repo.owner.repos_url	https://api.github.com/users/eclipse-ee4j/repos
.base.repo.owner.events_url	https://api.github.com/users/eclipse-ee4j/events{/privacy}
.base.repo.owner.received_events_url	https://api.github.com/users/eclipse-ee4j/received_events
.base.repo.owner.type	Organization
.base.repo.owner.site_admin	false
.base.repo.html_url	https://github.com/eclipse-ee4j/tyrus
.base.repo.description	Tyrus
.base.repo.fork	false
.base.repo.url	https://api.github.com/repos/eclipse-ee4j/tyrus
.base.repo.forks_url	https://api.github.com/repos/eclipse-ee4j/tyrus/forks
.base.repo.keys_url	https://api.github.com/repos/eclipse-ee4j/tyrus/keys{/key_id}
.base.repo.collaborators_url	https://api.github.com/repos/eclipse-ee4j/tyrus/collaborators{/collaborator}
.base.repo.teams_url	https://api.github.com/repos/eclipse-ee4j/tyrus/teams
.base.repo.hooks_url	https://api.github.com/repos/eclipse-ee4j/tyrus/hooks
.base.repo.issue_events_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/events{/number}
.base.repo.events_url	https://api.github.com/repos/eclipse-ee4j/tyrus/events
.base.repo.assignees_url	https://api.github.com/repos/eclipse-ee4j/tyrus/assignees{/user}
.base.repo.branches_url	https://api.github.com/repos/eclipse-ee4j/tyrus/branches{/branch}
.base.repo.tags_url	https://api.github.com/repos/eclipse-ee4j/tyrus/tags
.base.repo.blobs_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/blobs{/sha}
.base.repo.git_tags_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/tags{/sha}
.base.repo.git_refs_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/refs{/sha}
.base.repo.trees_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/trees{/sha}
.base.repo.statuses_url	https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/{sha}
.base.repo.languages_url	https://api.github.com/repos/eclipse-ee4j/tyrus/languages
.base.repo.stargazers_url	https://api.github.com/repos/eclipse-ee4j/tyrus/stargazers
.base.repo.contributors_url	https://api.github.com/repos/eclipse-ee4j/tyrus/contributors
.base.repo.subscribers_url	https://api.github.com/repos/eclipse-ee4j/tyrus/subscribers
.base.repo.subscription_url	https://api.github.com/repos/eclipse-ee4j/tyrus/subscription
.base.repo.commits_url	https://api.github.com/repos/eclipse-ee4j/tyrus/commits{/sha}
.base.repo.git_commits_url	https://api.github.com/repos/eclipse-ee4j/tyrus/git/commits{/sha}
.base.repo.comments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/comments{/number}
.base.repo.issue_comment_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/comments{/number}
.base.repo.contents_url	https://api.github.com/repos/eclipse-ee4j/tyrus/contents/{+path}
.base.repo.compare_url	https://api.github.com/repos/eclipse-ee4j/tyrus/compare/{base}...{head}
.base.repo.merges_url	https://api.github.com/repos/eclipse-ee4j/tyrus/merges
.base.repo.archive_url	https://api.github.com/repos/eclipse-ee4j/tyrus/{archive_format}{/ref}
.base.repo.downloads_url	https://api.github.com/repos/eclipse-ee4j/tyrus/downloads
.base.repo.issues_url	https://api.github.com/repos/eclipse-ee4j/tyrus/issues{/number}
.base.repo.pulls_url	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls{/number}
.base.repo.milestones_url	https://api.github.com/repos/eclipse-ee4j/tyrus/milestones{/number}
.base.repo.notifications_url	https://api.github.com/repos/eclipse-ee4j/tyrus/notifications{?since,all,participating}
.base.repo.labels_url	https://api.github.com/repos/eclipse-ee4j/tyrus/labels{/name}
.base.repo.releases_url	https://api.github.com/repos/eclipse-ee4j/tyrus/releases{/id}
.base.repo.deployments_url	https://api.github.com/repos/eclipse-ee4j/tyrus/deployments
.base.repo.created_at	2018-01-12T22:06:48Z
.base.repo.updated_at	2022-10-20T08:58:43Z
.base.repo.pushed_at	2022-11-04T08:05:23Z
.base.repo.git_url	git://github.com/eclipse-ee4j/tyrus.git
.base.repo.ssh_url	git@github.com:eclipse-ee4j/tyrus.git
.base.repo.clone_url	https://github.com/eclipse-ee4j/tyrus.git
.base.repo.svn_url	https://github.com/eclipse-ee4j/tyrus
.base.repo.homepage	
.base.repo.size	2553
.base.repo.stargazers_count	94
.base.repo.watchers_count	94
.base.repo.language	Java
.base.repo.has_issues	true
.base.repo.has_projects	true
.base.repo.has_downloads	true
.base.repo.has_wiki	true
.base.repo.has_pages	true
.base.repo.forks_count	30
.base.repo.mirror_url	
.base.repo.archived	false
.base.repo.disabled	false
.base.repo.open_issues_count	99
.base.repo.license.key	other
.base.repo.license.name	Other
.base.repo.license.spdx_id	NOASSERTION
.base.repo.license.url	
.base.repo.license.node_id	MDc6TGljZW5zZTA=
.base.repo.allow_forking	true
.base.repo.is_template	false
.base.repo.web_commit_signoff_required	false
.base.repo.visibility	public
.base.repo.forks	30
.base.repo.open_issues	99
.base.repo.watchers	94
.base.repo.default_branch	master
._links.self.href	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822
._links.html.href	https://github.com/eclipse-ee4j/tyrus/pull/822
._links.issue.href	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822
._links.comments.href	https://api.github.com/repos/eclipse-ee4j/tyrus/issues/822/comments
._links.review_comments.href	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/comments
._links.review_comment.href	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/comments{/number}
._links.commits.href	https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/822/commits
._links.statuses.href	https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/8f303094db6ae7ffe6e8bdc0834360c28f396a19
.author_association	CONTRIBUTOR
.auto_merge	
.active_lock_reason	
.merged	false
.mergeable	false
.rebaseable	false
.mergeable_state	dirty
.merged_by	
.comments	0
.review_comments	0
.maintainer_can_modify	false
.commits	2
.additions	1
.deletions	1
.changed_files	1
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
Finished: SUCCESS