{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3076 of commit 4310a723a266527f13d3a5cecc0c72755b4755c7, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3076/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "4310a723a266527f13d3a5cecc0c72755b4755c7"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/ethercflow/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" : "3076"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "cputools-2"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "cputools-2"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "ethercflow@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "ethercflow"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@ethercflow"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3076 of commit 4310a723a266527f13d3a5cecc0c72755b4755c7, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "libbpf-tools: add softirqs"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3076"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "```\\r\\nTracing soft irq event time... Hit Ctrl-C to end.\\r\\n\\r\\n16:34:08\\r\\nSOFTIRQ          TOTAL_usecs\\r\\ntimer                    168\\r\\nnet_rx                  1251\\r\\ntasklet                   22\\r\\nsched                   1005\\r\\nrcu                      212\\r\\n```\\r\\n\\r\\nOr\\r\\n\\r\\n```\\r\\nTracing soft irq event time... Hit Ctrl-C to end.\\r\\n\\r\\nsoftirq = timer\\r\\n     usecs               : count    distribution\\r\\n         0 -> 1          : 152      |****************************************|\\r\\n         2 -> 3          : 20       |*****                                   |\\r\\n         4 -> 7          : 7        |*                                       |\\r\\n\\r\\nsoftirq = net_rx\\r\\n     usecs               : count    distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 0        |                                        |\\r\\n         8 -> 15         : 1        |********************                    |\\r\\n        16 -> 31         : 2        |****************************************|\\r\\n\\r\\nsoftirq = tasklet\\r\\n     usecs               : count    distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 1        |**********                              |\\r\\n         8 -> 15         : 4        |****************************************|\\r\\n        16 -> 31         : 3        |******************************          |\\r\\n\\r\\nsoftirq = sched\\r\\n     usecs               : count    distribution\\r\\n         0 -> 1          : 17       |******                                  |\\r\\n         2 -> 3          : 112      |****************************************|\\r\\n         4 -> 7          : 49       |*****************                       |\\r\\n         8 -> 15         : 1        |                                        |\\r\\n        16 -> 31         : 0        |                                        |\\r\\n        32 -> 63         : 1        |                                        |\\r\\n        64 -> 127        : 1        |                                        |\\r\\n\\r\\nsoftirq = rcu\\r\\n     usecs               : count    distribution\\r\\n         0 -> 1          : 146      |****************************************|\\r\\n         2 -> 3          : 12       |***                                     |\\r\\n         4 -> 7          : 3        |                                        |\\r\\n         8 -> 15         : 9        |**                                      |\\r\\n        16 -> 31         : 3        |                                        |\\r\\n```\\r\\n\\r\\nSigned-off-by: Wenbo Zhang <ethercflow@gmail.com>"
        },
        {
          "_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=\"libbpf-tools: add softirqs\" href=\"https://github.com/iovisor/bcc/pull/3076\">PR #3076</a>: libbpf-tools: add softirqs",
  "displayName" : "#670",
  "duration" : 2212187,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #670",
  "id" : "670",
  "keepLog" : False,
  "number" : 670,
  "queueId" : 5368,
  "result" : "SUCCESS",
  "timestamp" : 1599635088102,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/670/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/670/"
    },
    {
      "number" : 670,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/670/"
    }
  ]
}