{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3607 of commit 6de72d2c681e63438fcc742b1394531e413b4173, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3607/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "6de72d2c681e63438fcc742b1394531e413b4173"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/kinvolk/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" : "3607"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "mauricio/upstream/fix-filtering-by-containers-opensnoop"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "mauricio/upstream/fix-filtering-by-containers-opensnoop"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "mauriciovasquezbernal@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "mauriciovasquezbernal"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@mauriciovasquezbernal"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3607 of commit 6de72d2c681e63438fcc742b1394531e413b4173, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "src/python: fix filtering by containers when kfunc are supported"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3607"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "The filtering by mount namespace logic has to access\\r\\ncurrent_task->nsproxy->mnt_ns->ns.inum to get the mount namespace id. Before\\r\\nthis commit, that line was written in C natural syntax and we're relying on the\\r\\nBCC rewriter to transform that to valid eBPF code by emitting some\\r\\nbpf_probe_read calls.\\r\\n\\r\\nThis support was not working when using opensnoop in systems supporting kfuncs\\r\\nbecause in this case the BCC rewriter doesn't transform that line and the\\r\\nverifier claims about an invalid memory access:\\r\\n\\r\\n7: (85) call bpf_get_current_task#35; return\\r\\ncurrent_task->nsproxy->mnt_ns->ns.inum; 8: (79) r1 = *(u64 *)(r0 +2896) R0\\r\\ninvalid mem access 'inv'\\r\\n\\r\\nThis commit fixes that by explicitly using bpf_probe_kernel_read() instead of\\r\\nthe C natural syntax.\\r\\n\\r\\n--- \\r\\n\\r\\nIt's not yet 100% clear that this is the best solution to that problem. I've [asked](https://cilium.slack.com/archives/C4XCTGYEM/p1630681479111500) for some more information about that error but I have received no response yet. If anybody here has any comment it's highly appreciated. \\r\\n\\r\\ncc @alban "
        },
        {
          "_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" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"src/python: fix filtering by containers when kfunc are supported\" href=\"https://github.com/iovisor/bcc/pull/3607\">PR #3607</a>: src/python: fix filtering b...",
  "displayName" : "#1149",
  "duration" : 1406819,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1149",
  "id" : "1149",
  "keepLog" : False,
  "number" : 1149,
  "queueId" : 9201,
  "result" : "SUCCESS",
  "timestamp" : 1631581005672,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/1149/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/1149/"
    },
    {
      "number" : 1149,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/1149/"
    }
  ]
}