Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-26046 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-26046"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-26046"
    - 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-26046"
    - 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.7"
    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
    - 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-26046 (basic) in workspace /home/jenkins/agent/workspace/milestones
[milestones] $ /bin/sh -xe /tmp/jenkins2863356094772194105.sh
+ curl --user ****:**** -X PATCH -H 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746 -d '{"milestone":31}'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0{
  "url": "https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746",
  "id": 723566875,
  "node_id": "MDExOlB1bGxSZXF1ZXN0NzIzNTY2ODc1",
  "html_url": "https://github.com/eclipse-ee4j/tyrus/pull/746",
  "diff_url": "https://github.com/eclipse-ee4j/tyrus/pull/746.diff",
  "patch_url": "https://github.com/eclipse-ee4j/tyrus/pull/746.patch",
  "issue_url": "https://api.github.com/repos/eclipse-ee4j/tyrus/issues/746",
  "number": 746,
  "state": "closed",
  "locked": false,
  "title": "Update bom/pom.xml parent pom",
  "user": {
    "login": "senivam",
    "id": 24524084,
    "node_id": "MDQ6VXNlcjI0NTI0MDg0",
    "avatar_url": "https://avatars.githubusercontent.com/u/24524084?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/senivam",
    "html_url": "https://github.com/senivam",
    "followers_url": "https://api.github.com/users/senivam/followers",
    "following_url": "https://api.github.com/users/senivam/following{/other_user}",
    "gists_url": "https://api.github.com/users/senivam/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/senivam/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/senivam/subscriptions",
    "organizations_url": "https://api.github.com/users/senivam/orgs",
    "repos_url": "https://api.github.com/users/senivam/repos",
    "events_url": "https://api.github.com/users/senivam/events{/privacy}",
    "received_events_url": "https://api.github.com/users/senivam/received_events",
    "type": "User",
    "site_admin": false
  },
  "body": "Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>",
  "created_at": "2021-08-31T17:07:07Z",
  "updated_at": "2021-09-07T11:46:26Z",
  "closed_at": "2021-08-31T17:24:27Z",
  "merged_at": "2021-08-31T17:24:27Z",
  "merge_commit_sha": "7db172103079b13a4cf5d7c3d1317ba842c24046",
  "assignee": null,
  "assignees": [

  ],
  "requested_reviewers": [

  ],
  "requested_teams": [

  ],
  "labels": [

  ],
  "milestone": null,
  "draft": false,
  "commits_url": "https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746/commits",
  "review_comments_url": "https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746/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/746/comments",
  "statuses_url": "https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/f3b14cb70dc1a797bd7293bed72465f24b8363c3",
  "head": {
    "label": "senivam:bom_pom_update",
    "ref": "bom_pom_update",
    "sha": "f3b14cb70dc1a797bd7293bed72465f24b8363c3",
    "user": {
      "login": "senivam",
      "id": 24524084,
      "node_id": "MDQ6VXNlcjI0NTI0MDg0",
      "avatar_url": "https://avatars.githubusercontent.com/u/24524084?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/senivam",
      "html_url": "https://github.com/senivam",
      "followers_url": "https://api.github.com/users/senivam/followers",
      "following_url": "https://api.github.com/users/senivam/following{/other_user}",
      "gists_url": "https://api.github.com/users/senivam/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/senivam/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/senivam/subscriptions",
      "organizations_url": "https://api.github.com/users/senivam/orgs",
      "repos_url": "https://api.github.com/users/senivam/repos",
      "events_url": "https://api.github.com/users/senivam/events{/privacy}",
      "received_events_url": "https://api.github.com/users/senivam/received_events",
      "type": "User",
      "site_admin": false
    },
    "repo": {
      "id": 156686191,
      "node_id": "MDEwOlJlcG9zaXRvcnkxNTY2ODYxOTE=",
      "name": "tyrus",
      "full_name": "senivam/tyrus",
      "private": false,
      "owner": {
        "login": "senivam",
        "id": 24524084,
        "node_id": "MDQ6VXNlcjI0NTI0MDg0",
        "avatar_url": "https://avatars.githubusercontent.com/u/24524084?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/senivam",
        "html_url": "https://github.com/senivam",
        "followers_url": "https://api.github.com/users/senivam/followers",
        "following_url": "https://api.github.com/users/senivam/following{/other_user}",
        "gists_url": "https://api.github.com/users/senivam/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/senivam/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/senivam/subscriptions",
        "organizations_url": "https://api.github.com/users/senivam/orgs",
        "repos_url": "https://api.github.com/users/senivam/repos",
        "events_url": "https://api.github.com/users/senivam/events{/privacy}",
        "received_events_url": "https://api.github.com/users/senivam/received_events",
        "type": "User",
        "site_admin": false
      },
      "html_url": "https://github.com/senivam/tyrus",
      "description": "Tyrus",
      "fork": true,
      "url": "https://api.github.com/repos/senivam/tyrus",
      "forks_url": "https://api.github.com/repos/senivam/tyrus/forks",
      "keys_url": "https://api.github.com/repos/senivam/tyrus/keys{/key_id}",
      "collaborators_url": "https://api.github.com/repos/senivam/tyrus/collaborators{/collaborator}",
      "teams_url": "https://api.github.com/repos/senivam/tyrus/teams",
      "hooks_url": "https://api.github.com/repos/senivam/tyrus/hooks",
      "issue_events_url": "https://api.github.com/repos/senivam/tyrus/issues/events{/number}",
      "events_url": "https://api.github.com/repos/senivam/tyrus/events",
      "assignees_url": "https://api.github.com/repos/senivam/tyrus/assignees{/user}",
      "branches_url": "https://api.github.com/repos/senivam/tyrus/branches{/branch}",
      "tags_url": "https://api.github.com/repos/senivam/tyrus/tags",
      "blobs_url": "https://api.github.com/repos/senivam/tyrus/git/blobs{/sha}",
      "git_tags_url": "https://api.github.com/repos/senivam/tyrus/git/tags{/sha}",
      "git_refs_url": "https://api.github.com/repos/senivam/tyrus/git/refs{/sha}",
      "trees_url": "https://api.github.com/repos/senivam/tyrus/git/trees{/sha}",
      "statuses_url": "https://api.github.com/repos/senivam/tyrus/statuses/{sha}",
      "languages_url": "https://api.github.com/repos/senivam/tyrus/languages",
      "stargazers_url": "https://api.github.com/repos/senivam/tyrus/stargazers",
      "contributors_url": "https://api.github.com/repos/senivam/tyrus/contributors",
      "subscribers_url": "https://api.github.com/repos/senivam/tyrus/subscribers",
      "subscription_url": "https://api.github.com/repos/senivam/tyrus/subscription",
      "commits_url": "https://api.github.com/repos/senivam/tyrus/commits{/sha}",
      "git_commits_url": "https://api.github.com/repos/senivam/tyrus/git/commits{/sha}",
      "comments_url": "https://api.github.com/repos/senivam/tyrus/comments{/number}",
      "issue_comment_url": "https://api.github.com/repos/senivam/tyrus/issues/comments{/number}",
      "contents_url": "https://api.github.com/repos/senivam/tyrus/contents/{+path}",
      "compare_url": "https://api.github.com/repos/senivam/tyrus/compare/{base}...{head}",
      "merges_url": "https://api.github.com/repos/senivam/tyrus/merges",
      "archive_url": "https://api.github.com/repos/senivam/tyrus/{archive_format}{/ref}",
      "downloads_url": "https://api.github.com/repos/senivam/tyrus/downloads",
      "issues_url": "https://api.github.com/repos/senivam/tyrus/issues{/number}",
      "pulls_url": "https://api.github.com/repos/senivam/tyrus/pulls{/number}",
      "milestones_url": "https://api.github.com/repos/senivam/tyrus/milestones{/number}",
      "notifications_url": "https://api.github.com/repos/senivam/tyrus/notifications{?since,all,participating}",
      "labels_url": "https://api.github.com/repos/senivam/tyrus/labels{/name}",
      "releases_url": "https://api.github.com/repos/senivam/tyrus/releases{/id}",
      "deployments_url": "https://api.github.com/repos/senivam/tyrus/deployments",
      "created_at": "2018-11-08T09:58:59Z",
      "updated_at": "2021-08-31T13:56:10Z",
      "pushed_at": "2021-09-01T04:29:41Z",
      "git_url": "git://github.com/senivam/tyrus.git",
      "ssh_url": "git@github.com:senivam/tyrus.git",
      "clone_url": "https://github.com/senivam/tyrus.git",
      "svn_url": "https://github.com/senivam/tyrus",
      "homepage": null,
      "size": 1764,
      "stargazers_count": 0,
      "watchers_count": 0,
      "language": "Java",
      "has_issues": false,
      "has_projects": true,
      "has_downloads": true,
      "has_wiki": true,
      "has_pages": true,
      "forks_count": 0,
      "mirror_url": null,
      "archived": false,
      "disabled": false,
      "open_issues_count": 0,
      "license": {
        "key": "other",
        "name": "Other",
        "spdx_id": "NOASSERTION",
        "url": null,
        "node_id": "MDc6TGljZW5zZTA="
      },
      "forks": 0,
      "open_issues": 0,
      "watchers": 0,
      "default_branch": "master"
    }
  },
  "base": {
    "label": "eclipse-ee4j:master",
    "ref": "master",
    "sha": "37cdb8333b1d82dc5ed7bb686714c205190c240d",
    "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": "2021-08-31T17:24:30Z",
      "pushed_at": "2021-09-01T16:50: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": 1963,
      "stargazers_count": 76,
      "watchers_count": 76,
      "language": "Java",
      "has_issues": true,
      "has_projects": true,
      "has_downloads": true,
      "has_wiki": true,
      "has_pages": true,
      "forks_count": 28,
      "mirror_url": null,
      "archived": false,
      "disabled": false,
      "open_issues_count": 95,
      "license": {
        "key": "other",
        "name": "Other",
        "spdx_id": "NOASSERTION",
        "url": null,
        "node_id": "MDc6TGljZW5zZTA="
      },
      "forks": 28,
      "open_issues": 95,
      "watchers": 76,
      "default_branch": "master"
    }
  },
  "_links": {
    "self": {
      "href": "https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746"
    },
    "html": {
      "href": "https://github.com/eclipse-ee4j/tyrus/pull/746"
    },
    "issue": {
      "href": "htt
100 18425  100 18409  100    16  45454     39 --:--:-- --:--:-- --:--:-- 45493
ps://api.github.com/repos/eclipse-ee4j/tyrus/issues/746"
    },
    "comments": {
      "href": "https://api.github.com/repos/eclipse-ee4j/tyrus/issues/746/comments"
    },
    "review_comments": {
      "href": "https://api.github.com/repos/eclipse-ee4j/tyrus/pulls/746/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/746/commits"
    },
    "statuses": {
      "href": "https://api.github.com/repos/eclipse-ee4j/tyrus/statuses/f3b14cb70dc1a797bd7293bed72465f24b8363c3"
    }
  },
  "author_association": "CONTRIBUTOR",
  "auto_merge": null,
  "active_lock_reason": null,
  "merged": true,
  "mergeable": null,
  "rebaseable": null,
  "mergeable_state": "unknown",
  "merged_by": {
    "login": "jansupol",
    "id": 15908245,
    "node_id": "MDQ6VXNlcjE1OTA4MjQ1",
    "avatar_url": "https://avatars.githubusercontent.com/u/15908245?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/jansupol",
    "html_url": "https://github.com/jansupol",
    "followers_url": "https://api.github.com/users/jansupol/followers",
    "following_url": "https://api.github.com/users/jansupol/following{/other_user}",
    "gists_url": "https://api.github.com/users/jansupol/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/jansupol/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/jansupol/subscriptions",
    "organizations_url": "https://api.github.com/users/jansupol/orgs",
    "repos_url": "https://api.github.com/users/jansupol/repos",
    "events_url": "https://api.github.com/users/jansupol/events{/privacy}",
    "received_events_url": "https://api.github.com/users/jansupol/received_events",
    "type": "User",
    "site_admin": false
  },
  "comments": 0,
  "review_comments": 0,
  "maintainer_can_modify": false,
  "commits": 1,
  "additions": 2,
  "deletions": 2,
  "changed_files": 1
}
Finished: SUCCESS