{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3005 of commit 3876897c34d314da24370b6b9c050c6dfc6f3115, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3005/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "3876897c34d314da24370b6b9c050c6dfc6f3115"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/netedwardwu/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" : "3005"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "netedwardwu"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@netedwardwu"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3005 of commit 3876897c34d314da24370b6b9c050c6dfc6f3115, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "memleak: Add workaround to alleviate misjudgments when free is missing"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3005"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Profiling in memory part is hard to be accurate because of BPF infrastructure.\\r\\nmemleak keeps misjudging memory leak on the complicated environment which has\\r\\nthe action of free in hard/soft irq.\\r\\n\\r\\nFor example, in my misjudged case:\\r\\n\\r\\n640 bytes in 10 allocations from stack\\r\\n--\\r\\n__kmalloc+0x178 [kernel]\\r\\n__kmalloc+0x178 [kernel]\\r\\nxhci_urb_enqueue+0x140 [kernel]\\r\\nusb_hcd_submit_urb+0x5e0 [kernel]\\r\\n\\r\\nThis result looks like kernel doesn't free urb_priv. However, it's not true.\\r\\nThe reason for this leak is because xhci hw irq interrupts during the BPF program.\\r\\nBPF program is not finished on that CPU, and xhci_irq() will call xhci_urb_free_priv()\\r\\nbefore the end. But the kernel doesn't permit this isr to go into BPF program again.\\r\\nBecause BPF infrastructure(trace_call_bpf) denied this action.\\r\\nSo we miss this free action and cause memory leak misjudgment.\\r\\n\\r\\nSide-effect:\\r\\n- Increase overhead for each memory allocation.\\r\\n- A higher chance to be interrupted at the allocation part causes ignore more allocations.\\r\\n\\r\\nThis workaround doesn't solve all misjudgments, the improvement in BPF infrastructure\\r\\nis the only solution."
        },
        {
          "_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" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"memleak: Add workaround to alleviate misjudgments when free is missing\" href=\"https://github.com/iovisor/bcc/pull/3005\">PR #3005</a>: memleak: Add workaround to ...",
  "displayName" : "#593",
  "duration" : 1225547,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #593",
  "id" : "593",
  "keepLog" : False,
  "number" : 593,
  "queueId" : 4752,
  "result" : "SUCCESS",
  "timestamp" : 1594192990142,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/593/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/593/"
    },
    {
      "number" : 593,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/593/"
    }
  ]
}