{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2620 of commit 42c2daa8b4f424375b96fede2055496fee6dd7a7, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2620/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "42c2daa8b4f424375b96fede2055496fee6dd7a7"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/olsajiri/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" : "2620"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "libbpf/pkg"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "libbpf/pkg"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "olsajiri"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@olsajiri"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2620 of commit 42c2daa8b4f424375b96fede2055496fee6dd7a7, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Use libbpf-static instead of libbpf-debugsource for CMAKE_USE_LIBBPF_PACKAGE"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2620"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "@yonghong-song I thought we could use source packaged within\\r\\npackage build, but it's not the case.. it seems we can use libbpf-static\\r\\ninstead just as fine, with the uapi exception (described below)\\r\\n\\r\\nI made sure this time and prepared [bcc fedora build](https://koji.fedoraproject.org/koji/taskinfo?taskID=39395362) with this change. Works nicely on all supported archs.\\r\\n\\r\\nthanks,\\r\\njirka\\r\\n\\r\\n---\\r\\nCurrently when building with CMAKE_USE_LIBBPF_PACKAGE we assume\\r\\nthat 'source' package is available to build libbcc_bpf libraries.\\r\\n\\r\\nHowever It turned on that using debugsource (in Fedora) package is\\r\\nnot suitable or even possible, so we are switching to use the\\r\\nlibbpf-static package instead.\\r\\n\\r\\nAdding libbpf-static package detection and removing source\\r\\npackage detection.\\r\\n\\r\\nUsing ar to extract objects from archive and linking them\\r\\nwith both libbcc_bpf.so and libbcc_bpf.a.\\r\\n\\r\\nUsing always uapi headers from the latest libbpf Github repo,\\r\\nbecause there are not packaged, but they are backwards compatible,\\r\\nso it's no problem to have older libbpf package with newer\\r\\nuapi headers.\\r\\n\\r\\nSigned-off-by: Jiri Olsa <jolsa@kernel.org>"
        },
        {
          "_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=\"Use libbpf-static instead of libbpf-debugsource for CMAKE_USE_LIBBPF_PACKAGE\" href=\"https://github.com/iovisor/bcc/pull/2620\">PR #2620</a>: Use libbpf-static instead o...",
  "displayName" : "#154",
  "duration" : 1056966,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #154",
  "id" : "154",
  "keepLog" : False,
  "number" : 154,
  "queueId" : 1260,
  "result" : "SUCCESS",
  "timestamp" : 1575257855984,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/154/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/154/"
    },
    {
      "number" : 154,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/154/"
    }
  ]
}