{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3391 of commit e63b436d936c2dba01af2c7750ec3273b7ac5e7a, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3391/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "e63b436d936c2dba01af2c7750ec3273b7ac5e7a"
        },
        {
          "_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" : "3391"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix_bswap_includes"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix_bswap_includes"
        },
        {
          "_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 #3391 of commit e63b436d936c2dba01af2c7750ec3273b7ac5e7a, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Move HAVE_BUILTIN_BSWAP includes to separate header"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3391"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "As reported in #3366, on newer kernels bcc complains about macro\\r\\nredefinition when compiling bpf programs:\\r\\n\\r\\n```\\r\\ninclude/linux/compiler-clang.h:46:9: warning: '__HAVE_BUILTIN_BSWAP64__' macro redefined [-Wmacro-redefined]\\r\\n\\#define __HAVE_BUILTIN_BSWAP64__\\r\\n        ^\\r\\n<command line>:5:9: note: previous definition is here\\r\\n\\#define __HAVE_BUILTIN_BSWAP64__ 1\\r\\n```\\r\\n\\r\\nSince these macros are passed in as `-D` cflags, they appear first\\r\\nbefore any \\#define statements in code. Since an [upstream kernel\\r\\npatch](https://lore.kernel.org/linux-csky/20210226161151.2629097-1-arnd@kernel.org/)\\r\\nadded these defines in a kernel header, we see the warning.\\r\\n\\r\\nThis patch moves these definitions to a separate 'virtual' header that's included\\r\\nafter virtual_bpf.h and adds an ifndef guard. As a result, newer kernels\\r\\nwith the patch will not trigger the warning, while older kernels will\\r\\nnot lose the definition.\\r\\n\\r\\nThis should be safe based on my digging - some existing bcc programs use\\r\\n`__builtin_bswap` methods, but without checking HAVE_BUILTIN_BSWAP.\\r\\nMacros that may be conditionally defined based on HAVE_BUILTIN_BSWAP,\\r\\nlike those in `bpf_endian.h`, aren't. If a similar macro or struct def\\r\\nin virtual_bpf.h - or any header it pulls in - changes depending on\\r\\nHAVE_BUILTIN_BSWAP this could cause problems on older kernels, but I\\r\\ndon't believe that this is the case, or will be based on how\\r\\ninfrequently the defines are checked."
        },
        {
          "_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=\"Move HAVE_BUILTIN_BSWAP includes to separate header\" href=\"https://github.com/iovisor/bcc/pull/3391\">PR #3391</a>: Move HAVE_BUILTIN_BSWAP inc...",
  "displayName" : "#953",
  "duration" : 1236992,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #953",
  "id" : "953",
  "keepLog" : False,
  "number" : 953,
  "queueId" : 7633,
  "result" : "SUCCESS",
  "timestamp" : 1619823952212,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/953/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/953/"
    },
    {
      "number" : 953,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/953/"
    }
  ]
}