{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3694 of commit 70ed908248b3b67326e19863ad15f384404f0d3a, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3694/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "70ed908248b3b67326e19863ad15f384404f0d3a"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/D-D-H/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "3694"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "D-D-H"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@D-D-H"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3694 of commit 70ed908248b3b67326e19863ad15f384404f0d3a, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Fix garbled java class name problem of uobjnew.py"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3694"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Hi,\\r\\n\\r\\nPlease help review this patch that fixes a garbled java class name problem of uobjnew.py.\\r\\n\\r\\nWithout this patch, the output may look like this:\\r\\n```\\r\\nNAME/TYPE                      # ALLOCS      # BYTES\\r\\nTest                                  1           16\\r\\n[B��;*                               1         1016\\r\\n[Ljava/lang/Thread;                   1         4016\\r\\n[Ljava/lang/String;                   1         4016\\r\\n[Ljava/lang/Float;%                   1         4016\\r\\n[D���                               1         8016\\r\\n```\\r\\n\\r\\nApply this patch:\\r\\n```\\r\\nNAME/TYPE                      # ALLOCS      # BYTES\\r\\nTest                                  1           16\\r\\n[B                                    1         1016\\r\\n[Ljava/lang/String;                   1         4016\\r\\n[Ljava/lang/Thread;                   1         4016\\r\\n[Ljava/lang/Float;                    1         4016\\r\\n[D                                    1         8016\\r\\n\\r\\n```\\r\\n\\r\\nIn this patch, I read the third parameter twice with different types. The reason for this is for compatibility reasons: the declaration and definition of this probe in OpenJDK use different types:\\r\\n\\r\\n- declaration: https://github.com/openjdk/jdk/blob/master/src/hotspot/os/posix/dtrace/hotspot.d#L75\\r\\n- definition: https://github.com/openjdk/jdk/blob/master/src/hotspot/share/runtime/sharedRuntime.cpp#L1018\\r\\n  - name->utf8_length() return a int value"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "[buildbot, test this please]"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbGhRepository",
          "value" : "iovisor/bcc"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCredentialsId",
          "value" : "6d3daf13-69b8-48b1-9c8f-ec5353264113"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.model.InterruptedBuildAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"Fix garbled java class name problem of uobjnew.py\" href=\"https://github.com/iovisor/bcc/pull/3694\">PR #3694</a>: Fix garbled java class name...",
  "displayName" : "#1221",
  "duration" : 11114930,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1221",
  "id" : "1221",
  "keepLog" : False,
  "number" : 1221,
  "queueId" : 9760,
  "result" : "ABORTED",
  "timestamp" : 1636674120931,
  "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/1221/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=fc25/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=fc26/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=fc27/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=fc28/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=ubuntu1604/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=ubuntu1710/1210/"
    },
    {
      "number" : 1210,
      "url" : "https://buildbot.iovisor.org/jenkins/user/yhs/my-views/view/all/job/bcc-pr/label=ubuntu1804/1210/"
    }
  ]
}