{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2790 of commit eb0184471c4edfd5d00884ed215ff40d3c5afd78, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2790/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "eb0184471c4edfd5d00884ed215ff40d3c5afd78"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/nick-arm/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" : "2790"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "fix-usdt"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "fix-usdt"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "nick-arm"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@nick-arm"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2790 of commit eb0184471c4edfd5d00884ed215ff40d3c5afd78, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "usdt: fix parsing sp register in arguments on AArch64"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2790"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "One of the USDT probes for OpenJDK on AArch64 has an argument as an\\r\\noffset from the stack pointer register like \\\"8@[sp, 112]\\\". This causes\\r\\nthe argument parser to fail:\\r\\n\\r\\n  Parse error:\\r\\n      8@x22 8@x20 8@x23 8@x0 8@x26 8@x27 8@[sp, 112] 8@[sp, 120]\\r\\n  ------------------------------------------^\\r\\n\\r\\nThe error message then repeats forever.\\r\\n\\r\\nChanged ArgumentParser_aarch64::parse_register so it accepts either\\r\\n\\\"xNN\\\" or \\\"sp\\\" and outputs the register name rather than the register\\r\\nnumber. The stack pointer is in a separate field `sp` in `struct pt_regs`\\r\\nrather than in the `regs[]` array. See:\\r\\n\\r\\nhttps://elixir.bootlin.com/linux/latest/source/arch/arm64/include/asm/ptrace.h#L160\\r\\n\\r\\nNote that the parser currently accepts \\\"x31\\\" and converts that into a\\r\\nreference to `regs[31]` but that array only has 31 elements. Made x31 an\\r\\nalias for `sp` to avoid undefined behaviour from reading past the end of\\r\\nthe array.\\r\\n\\r\\nChange-Id: I88b6ff741914b5d06ad5798a55bd21ea03f69825\\r\\nSigned-off-by: Nick Gasson <nick.gasson@arm.com>"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "[buildbot, ok to test]"
        },
        {
          "_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=\"usdt: fix parsing sp register in arguments on AArch64\" href=\"https://github.com/iovisor/bcc/pull/2790\">PR #2790</a>: usdt: fix parsing sp regist...",
  "displayName" : "#369",
  "duration" : 2038793,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #369",
  "id" : "369",
  "keepLog" : False,
  "number" : 369,
  "queueId" : 2953,
  "result" : "SUCCESS",
  "timestamp" : 1583396589892,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/369/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/369/"
    },
    {
      "number" : 369,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/369/"
    }
  ]
}