{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3380 of commit 9f01524635d2afc1464338270056282c78e1bcf1, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3380/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "9f01524635d2afc1464338270056282c78e1bcf1"
        },
        {
          "_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" : "3380"
        },
        {
          "_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 #3380 of commit 9f01524635d2afc1464338270056282c78e1bcf1, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "tools/funclatency: Should clear() after display that is what we want"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3380"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "BUG:\\r\\nfunclatency memcpy -i 2\\r\\n     nsecs               : count     distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 0        |                                        |\\r\\n         8 -> 15         : 0        |                                        |\\r\\n        16 -> 31         : 0        |                                        |\\r\\n        32 -> 63         : 0        |                                        |\\r\\n        64 -> 127        : 0        |                                        |\\r\\n       128 -> 255        : 0        |                                        |\\r\\n       256 -> 511        : 0        |                                        |\\r\\n       512 -> 1023       : 0        |                                        |\\r\\n      1024 -> 2047       : 0        |                                        |\\r\\n      2048 -> 4095       : 28       |************                            |\\r\\n      4096 -> 8191       : 92       |****************************************|\\r\\n\\r\\navg = 4265 nsecs, total: 9413985 nsecs, count: 2207\\r\\n\\r\\n     nsecs               : count     distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 0        |                                        |\\r\\n         8 -> 15         : 0        |                                        |\\r\\n        16 -> 31         : 0        |                                        |\\r\\n        32 -> 63         : 0        |                                        |\\r\\n        64 -> 127        : 0        |                                        |\\r\\n       128 -> 255        : 0        |                                        |\\r\\n       256 -> 511        : 0        |                                        |\\r\\n       512 -> 1023       : 0        |                                        |\\r\\n      1024 -> 2047       : 0        |                                        |\\r\\n      2048 -> 4095       : 38       |******                                  |\\r\\n      4096 -> 8191       : 248      |****************************************|\\r\\n\\r\\navg = 4304 nsecs, total: 11066321 nsecs, count: 2571\\r\\n\\r\\nAfter long-run, you can see the count above is totally wrong.\\r\\n\\r\\nAlso, display together before together clearing is important for better accuracy.\\r\\n\\r\\nSigned-off-by: Edward Wu <edwardwu@realtek.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=\"tools/funclatency: Should clear() after display that is what we want\" href=\"https://github.com/iovisor/bcc/pull/3380\">PR #3380</a>: tools/funclatency: Should c...",
  "displayName" : "#942",
  "duration" : 1292067,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #942",
  "id" : "942",
  "keepLog" : False,
  "number" : 942,
  "queueId" : 7531,
  "result" : "SUCCESS",
  "timestamp" : 1619542248043,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/942/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/942/"
    },
    {
      "number" : 942,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/942/"
    }
  ]
}