{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2685 of commit f4499ad46a4e54b4c0156e9f32e283dcba937040, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2685/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "f4499ad46a4e54b4c0156e9f32e283dcba937040"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : "Paul Chaignon"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : "paul.chaignon@orange.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/pchaigno/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" : "2685"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix-rewrite-ext-ptr-indirections"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix-rewrite-ext-ptr-indirections"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "paul.chaignon@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "pchaigno"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@pchaigno"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2685 of commit f4499ad46a4e54b4c0156e9f32e283dcba937040, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "rewriter: Fix tracking of pointers with several indirections"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2685"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "The rewriter tracks, with `nb_derefs`, the number of indirections of external pointers, to rewrite only the appropriate dereference into a call to `bpf_probe_read`.\\r\\n\\r\\nIn `ProbeChecker`, however, `nb_derefs` has a different meaning: it counts the number of dereferences encountered. This difference resulted in an error when `ProbeChecker` is traversing the right-hand side of an assignment. This pull request fixes the error and adds tests for the two cases of assignments: (1) when the right-hand side is an external pointer with several indirection levels and (2) when it is a call to a function returning an external pointer with several indirection levels.\\r\\n\\r\\nThis pull request also changes `ProbeSetter` and `assignsExtPtr` to count dereferences instead of addrof in an effort to use `nb_derefs` more consistently across the code to mean \\\"number of dereferences needed to get to the external pointer\\\"."
        },
        {
          "_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=\"rewriter: Fix tracking of pointers with several indirections\" href=\"https://github.com/iovisor/bcc/pull/2685\">PR #2685</a>: rewriter: Fix tracking of p...",
  "displayName" : "#216",
  "duration" : 1077602,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #216",
  "id" : "216",
  "keepLog" : False,
  "number" : 216,
  "queueId" : 1750,
  "result" : "SUCCESS",
  "timestamp" : 1578212823389,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/216/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/216/"
    },
    {
      "number" : 216,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/216/"
    }
  ]
}