{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2324 of commit f47fef57cca8bda6d68c18f96d1f2edfc83e8191, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2324/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "f47fef57cca8bda6d68c18f96d1f2edfc83e8191"
        },
        {
          "_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" : "2324"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "chroot_relative_paths"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "chroot_relative_paths"
        },
        {
          "_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 #2324 of commit f47fef57cca8bda6d68c18f96d1f2edfc83e8191, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Use /proc/[pid]/root when looking at /proc/[pid]/maps paths"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2324"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "I recently ran into a problem when trying to attach to a USDT in a shared library. Specifically, the shared library was loaded into the address space of a chrooted process. If I just provide the `pid` of this process, initializing `USDT` object fails because all paths in `/proc/[pid]/maps` for the target are relative to its chroot, while the process I'm trying to attach from is not in a chroot and therefore the paths don't make sense and `USDT` initialization can't look through shared lib ELFs to find the right probe.\\r\\n\\r\\nSimilarly, if I try to initialize the `USDT` object with `pid` and `bin_path` to the shared lib, initialization succeeds but actually attaching fails: address lookup for the usdt's semaphore in `pid`'s address space fails because `/proc/[pid]/maps` shared lib path is expected to match provided `bin_path` exactly, but maps paths are chroot-relative so this doesn't work.\\r\\n\\r\\nImplementation evolved significantly since this PR was created, look at [this comment](https://github.com/iovisor/bcc/pull/2324#issuecomment-494169782) for details about impl."
        },
        {
          "_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=\"Use /proc/[pid]/root when looking at /proc/[pid]/maps paths\" href=\"https://github.com/iovisor/bcc/pull/2324\">PR #2324</a>: Use /proc/[pid]/root when l...",
  "displayName" : "#13",
  "duration" : 1098679,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #13",
  "id" : "13",
  "keepLog" : False,
  "number" : 13,
  "queueId" : 132,
  "result" : "SUCCESS",
  "timestamp" : 1562792998550,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/13/"
    },
    {
      "number" : 13,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/13/"
    }
  ]
}