{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2562 of commit b0667492e677b71531b3e1de523baa9eae69fda6, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2562/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "b0667492e677b71531b3e1de523baa9eae69fda6"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : "Yonghong Song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : "yhs@fb.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/iovisor/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "2562"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "yhs_dev"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "yhs_dev"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2562 of commit b0667492e677b71531b3e1de523baa9eae69fda6, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "support cgroup level tracing in trace.py"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2562"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "This patch added cgroup based filtering in trace.py.\\r\\n\\r\\nIf a cgroup path is specified by the user, one cgroup\\r\\narray map will be added to the program:\\r\\n```\\r\\n  BPF_CGROUP_ARRAY(__cgroup, 1);\\r\\n```\\r\\nEach probe will have a filter like below:\\r\\n```\\r\\n  if (__cgroup.check_current_task(0) <= 0) { return 0; }\\r\\n```\\r\\nto filter out any events not happening in the cgroup\\r\\nhierarchy as specified by the user.\\r\\n\\r\\nThe trace.py updated the `__cgroup` map with user provided\\r\\ncgroup path information before attaching bpf functions\\r\\nto events for probe function(s).\\r\\n\\r\\nAn example like below:\\r\\n```\\r\\n  $ trace.py -v -c /sys/fs/cgroup/system.slice/workload.service \\\\r\\n    '__x64_sys_nanosleep' '__x64_sys_clone'\\r\\n     PID     TID     COMM            FUNC\\r\\n     3191578 3191583 BaseAgentEvents __x64_sys_nanosleep\\r\\n     3191578 3191579 FutureTimekeepr __x64_sys_clone\\r\\n     3191578 3191583 BaseAgentEvents __x64_sys_nanosleep\\r\\n     3191578 3191583 BaseAgentEvents __x64_sys_nanosleep\\r\\n```\\r\\nsince workload.service only contains one process 3191578.\\r\\n\\r\\nGoing up the hierarchy to system.slice will have more processes\\r\\nand hence more results:\\r\\n```\\r\\n  $ trace.py -v -c /sys/fs/cgroup/system.slice \\\\r\\n    '__x64_sys_nanosleep' '__x64_sys_clone'\\r\\n     PID     TID     COMM            FUNC\\r\\n     591542  591677  dynoScribe      __x64_sys_nanosleep\\r\\n     591610  591613  mcreplay2       __x64_sys_nanosleep\\r\\n     553252  553252  sleeperagent    __x64_sys_nanosleep\\r\\n     591610  591613  mcreplay2       __x64_sys_nanosleep\\r\\n     553252  553252  sleeperagent    __x64_sys_nanosleep\\r\\n```\\r\\nSigned-off-by: Yonghong Song <yhs@fb.com>"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "null"
        },
        {
          "_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=\"support cgroup level tracing in trace.py\" href=\"https://github.com/iovisor/bcc/pull/2562\">PR #2562</a>: support cgroup level tracin...",
  "displayName" : "#95",
  "duration" : 1221780,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #95",
  "id" : "95",
  "keepLog" : False,
  "number" : 95,
  "queueId" : 788,
  "result" : "FAILURE",
  "timestamp" : 1571554582480,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/95/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/95/"
    },
    {
      "number" : 95,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/95/"
    }
  ]
}