{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2495 of commit 8a04c87e166a263f5cdcac210db2c4f82050b889, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2495/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "8a04c87e166a263f5cdcac210db2c4f82050b889"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/davemarchevsky/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" : "2495"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix_proc_pid_exe"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix_proc_pid_exe"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "davemarchevsky@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "davemarchevsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@davemarchevsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2495 of commit 8a04c87e166a263f5cdcac210db2c4f82050b889, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Don't prepend /proc/PID/root to user-supplied USDT binary paths starting with /proc already"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2495"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "If I have a tracepoint that I know is in my binary and not in some shared lib, I might do:\\r\\n\\r\\n```cpp\\r\\nstd::vector<USDT> USDTs;\\r\\nUSDTs.emplace_back(\\r\\n  \\\"/proc/42/exe\\\",\\r\\n  42,\\r\\n  \\\"my_provider\\\",\\r\\n  \\\"my_sdt_name\\\",\\r\\n  \\\"on_usdt_event\\\");\\r\\n```\\r\\n\\r\\nUnfortunately this has been broken since my big change / refactor in #2324 . Why? Because that change attempts to prefix `/proc/PID/root` to everything, and if the process is in a container w/ a different pid namespace than root, `/proc/42/root/proc/42/exe` is unlikely to mean anything and almost certainly won't mean the same thing as `/proc/42/exe`.\\r\\n\\r\\nLet's not prefix `/proc/PID/root` to procfs paths. Then the above case will be unbroken.\\r\\n"
        },
        {
          "_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=\"Don't prepend /proc/PID/root to user-supplied USDT binary paths starting with /proc already\" href=\"https://github.com/iovisor/bcc/pull/2495\">PR #2495</a>: Don't prepend /proc/PID/roo...",
  "displayName" : "#50",
  "duration" : 1131441,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #50",
  "id" : "50",
  "keepLog" : False,
  "number" : 50,
  "queueId" : 428,
  "result" : "SUCCESS",
  "timestamp" : 1565903212100,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/50/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/50/"
    },
    {
      "number" : 50,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/50/"
    }
  ]
}