{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3122 of commit f1304aa0efab1db03e6ebeebd9d7ba08afdf4edd, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3122/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "f1304aa0efab1db03e6ebeebd9d7ba08afdf4edd"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/jvijtiuk/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" : "3122"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "libbpf-tools-runqslower-softirqs-fixes"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "libbpf-tools-runqslower-softirqs-fixes"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "jvijtiuk"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@jvijtiuk"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3122 of commit f1304aa0efab1db03e6ebeebd9d7ba08afdf4edd, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "libbpf-tools: initialize global structs in runqlen and softirqs"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3122"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Hello,\\r\\n\\r\\nwhen building libbpf-tools with make I got the following error for runqlen:\\r\\n\\r\\n```\\r\\n  BPF      runqlen.bpf.o\\r\\n  GEN-SKEL runqlen.skel.h\\r\\nlibbpf: invalid relo for 'hists' in special section 0xfff2; forgot to initialize global var?..\\r\\nError: failed to open BPF object file: Relocation failed\\r\\nmake: *** [Makefile:77: .output/runqlen.skel.h] Error 255\\r\\nmake: *** Deleting file '.output/runqlen.skel.h'\\r\\n```\\r\\n\\r\\nsoftirqs failed with similar errors:\\r\\n```\\r\\n  BPF      softirqs.bpf.o\\r\\n  GEN-SKEL softirqs.skel.h\\r\\nlibbpf: invalid relo for 'counts' in special section 0xfff2; forgot to initialize global var?..\\r\\nError: failed to open BPF object file: Relocation failed\\r\\nmake: *** [Makefile:77: .output/softirqs.skel.h] Error 255\\r\\nmake: *** Deleting file '.output/softirqs.skel.h'\\r\\n```\\r\\n\\r\\nI've managed to fix the errors by initializing the global variables, similarly to how vfsstat.bpf.c does. After compiling. I ran the programs and everything seems to work.\\r\\n\\r\\nRegards,\\r\\nJuraj"
        },
        {
          "_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: initialize global structs in runqlen and softirqs\" href=\"https://github.com/iovisor/bcc/pull/3122\">PR #3122</a>: libbpf-tools: initialize gl...",
  "displayName" : "#719",
  "duration" : 1350019,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #719",
  "id" : "719",
  "keepLog" : False,
  "number" : 719,
  "queueId" : 5760,
  "result" : "SUCCESS",
  "timestamp" : 1602822738034,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/719/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/719/"
    },
    {
      "number" : 719,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/719/"
    }
  ]
}