{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2820 of commit a9f3aea7e5c4b74cb20bbb8b812e587d6a60ff1b, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2820/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "a9f3aea7e5c4b74cb20bbb8b812e587d6a60ff1b"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/anakryiko/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" : "2820"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "update-vmlinux-and-kconfig"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "update-vmlinux-and-kconfig"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "anakryiko"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@anakryiko"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2820 of commit a9f3aea7e5c4b74cb20bbb8b812e587d6a60ff1b, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "libbpf-tools: adjust Kconfig and re-build vmlinux.h"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2820"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Default v5.5 kernel config doesn't have most of BPF-related functionality\\r\\nenabled, which leads to vmlinux.h not containing a lot of useful constants.\\r\\nThis patch contains re-generated vmlinux.h from kernel built with default\\r\\nconfig plus minimal changes to enable most (all?) BPF-relevant parts of\\r\\nkernel. Here's a list of added options:\\r\\n\\r\\nCONFIG_BPF_EVENTS=y\\r\\nCONFIG_BPFILTER_UMH=m\\r\\nCONFIG_BPFILTER=y\\r\\nCONFIG_BPF_JIT=y\\r\\nCONFIG_BPF_KPROBE_OVERRIDE=y\\r\\nCONFIG_BPF_STREAM_PARSER=y\\r\\nCONFIG_BPF_SYSCALL=y\\r\\nCONFIG_CGROUP_BPF=y\\r\\nCONFIG_IPV6_MULTIPLE_TABLES=y\\r\\nCONFIG_IPV6_SEG6_BPF=y\\r\\nCONFIG_IPV6_SEG6_LWTUNNEL=y\\r\\nCONFIG_LIBCRC32C=y\\r\\nCONFIG_LWTUNNEL_BPF=y\\r\\nCONFIG_LWTUNNEL=y\\r\\nCONFIG_NET_ACT_BPF=y\\r\\nCONFIG_NET_CLS_BPF=y\\r\\nCONFIG_NETFILTER_ADVANCED=y\\r\\nCONFIG_NETFILTER_XT_MATCH_BPF=y\\r\\nCONFIG_NET_SOCK_MSG=y\\r\\nCONFIG_NF_CT_PROTO_DCCP=y\\r\\nCONFIG_NF_CT_PROTO_SCTP=y\\r\\nCONFIG_NF_CT_PROTO_UDPLITE=y\\r\\nCONFIG_SOCK_CGROUP_DATA=y\\r\\nCONFIG_STREAM_PARSER=y\\r\\nCONFIG_XDP_SOCKETS_DIAG=y\\r\\nCONFIG_XDP_SOCKETS=y\\r\\n\\r\\nTo make this vmlinux.h generation process easier for future adjustments (e.g.,\\r\\nif some of the tools would need types that default config compiles out), check\\r\\nin used Kconfig along the vmlinux.h itself.\\r\\n\\r\\nSigned-off-by: Andrii Nakryiko <andriin@fb.com>"
        },
        {
          "_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=\"libbpf-tools: adjust Kconfig and re-build vmlinux.h\" href=\"https://github.com/iovisor/bcc/pull/2820\">PR #2820</a>: libbpf-tools: adjust Kconfi...",
  "displayName" : "#393",
  "duration" : 1542027,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #393",
  "id" : "393",
  "keepLog" : False,
  "number" : 393,
  "queueId" : 3159,
  "result" : "SUCCESS",
  "timestamp" : 1584134481186,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/393/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/393/"
    },
    {
      "number" : 393,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/393/"
    }
  ]
}