{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2936 of commit cdcf139720b0d5723b0027ae76f66d4a4fd384fc, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2936/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "cdcf139720b0d5723b0027ae76f66d4a4fd384fc"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : "Yonghong Song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : "yhs@fb.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/iovisor/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "2936"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "yhs_dev"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "yhs_dev"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2936 of commit cdcf139720b0d5723b0027ae76f66d4a4fd384fc, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "return failure if rewriter cannot rewrite properly"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2936"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Fix issue #537.\\r\\n\\r\\nThe bcc rewriter does not have enough information to do\\r\\nproper rewriting from:\\r\\n```\\r\\n  #define PKT_LEN_ADD 1\\r\\n  ip->tlen += PKT_LEN_ADD;\\r\\n```\\r\\nto\\r\\n```\\r\\n  bpf_dins_pkt(skb, (u64)ip+2, 0, 16, PKT_LEN_ADD);\\r\\n```\\r\\n\\r\\nSo instead of generate incorrect code\\r\\nwhich caused compilation error. Let return an error\\r\\nearlier with helper comments so users know what to do.\\r\\nWith this patch, we will have\\r\\n```\\r\\n /virtual/main.c:20:17: error: cannot have macro at the end of expresssion,\\r\\n workaround: put perentheses around macro \\\"(MARCO)\\\"\\r\\n    ip->tlen += PKT_LEN_ADD;\\r\\n                ^\\r\\n```"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "null"
        },
        {
          "_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=\"return failure if rewriter cannot rewrite properly\" href=\"https://github.com/iovisor/bcc/pull/2936\">PR #2936</a>: return failure if rewriter ...",
  "displayName" : "#510",
  "duration" : 1302153,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #510",
  "id" : "510",
  "keepLog" : False,
  "number" : 510,
  "queueId" : 4088,
  "result" : "SUCCESS",
  "timestamp" : 1590512622904,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/510/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/510/"
    },
    {
      "number" : 510,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/510/"
    }
  ]
}