{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3630 of commit 695e12765d6c84ccda3614088ea3aaeba345ee44, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3630/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "695e12765d6c84ccda3614088ea3aaeba345ee44"
        },
        {
          "_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" : "Dave Marchevsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : "davemarchevsky@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : "davemarchevsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : "@davemarchevsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "3630"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "mauricio/handle-eint-libbpftools"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "mauricio/handle-eint-libbpftools"
        },
        {
          "_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 #3630 of commit 695e12765d6c84ccda3614088ea3aaeba345ee44, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "libbpf-tools: fix EINTR related issues"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3630"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "1. Most of the tools that use perf_buffer__poll() were not handling the\\r\\ncase when it was interrupted by a signal, they were just ending.\\r\\nWe noticed this issue by running the tools inside a container, after\\r\\nsome seconds they will finish:\\r\\n\\r\\n```\\r\\n$ time /execsnoop\\r\\n...\\r\\nrunc             210198 939      0 /usr/sbin/runc --version\\r\\ndocker-init      210205 939      0 /usr/bin/docker-init --version\\r\\nError polling perf buffer: -4\\r\\n\\r\\nreal\u00090m48.913s\\r\\nuser\u00090m0.020s\\r\\nsys\u00090m0.033s\\r\\n```\\r\\n\\r\\nThis commit fixes that by checking if errno is EINTR after calling\\r\\nperf_buffer__poll().\\r\\n\\r\\n2. Many tools were returning non zero when ended by SIG_INT.\\r\\n\\r\\n```\\r\\n$ sudo ./execsnoop\\r\\nPCOMM            PID    PPID   RET ARGS\\r\\nrunc             203967 939      0 /usr/sbin/runc --version\\r\\ndocker-init      203973 939      0 /usr/bin/docker-init --version\\r\\ncalico           203974 724      0 /opt/cni/bin/calico\\r\\nportmap          203985 724      0 /opt/cni/bin/portmap\\r\\nbandwidth        203990 724      0 /opt/cni/bin/bandwidth\\r\\n^C\\r\\n$ echo $?\\r\\n130\\r\\n```\\r\\n\\r\\n3. Some tools were missing the SIG_INT handler\\r\\n\\r\\nRelated issue https://github.com/kinvolk/inspektor-gadget/issues/230 \\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=\"libbpf-tools: fix EINTR related issues\" href=\"https://github.com/iovisor/bcc/pull/3630\">PR #3630</a>: libbpf-tools: fix EINTR rel...",
  "displayName" : "#1160",
  "duration" : 1381924,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1160",
  "id" : "1160",
  "keepLog" : False,
  "number" : 1160,
  "queueId" : 9289,
  "result" : "SUCCESS",
  "timestamp" : 1632508359574,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/1160/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/1160/"
    },
    {
      "number" : 1160,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/1160/"
    }
  ]
}