{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2746 of commit db9130e4ba07ede4da077529666b177001cdfc56, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2746/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "db9130e4ba07ede4da077529666b177001cdfc56"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/jgallag88/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" : "2746"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "debianPkgFix"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "debianPkgFix"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "jgallag88@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "jgallag88"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@jgallag88"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2746 of commit db9130e4ba07ede4da077529666b177001cdfc56, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "libbcc debian package is architecture-dependent"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2746"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "#1968 marked the `libbcc` debian package as being architecture-independent by setting the `Architecture` field to `all`. However, the `libbcc` package contains shared objects which are architecture-dependent. One of the consequences is that a corresponding `-dbgsym` package is not generated when `libbcc` is generated.\\r\\n\\r\\nThis changes the `Architecture` from `all` to `any`, which indicates the package supports all architectures, but must be built independently for each one. It also causes a `libbcc-dbgsym` package to be built with the debug info stripped from `libbcc`.\\r\\n\\r\\nI don't have other architectures handy to test with, but I built the packages on amd64 and found that install cleanly, that some of the basic BCC tools work correctly:\\r\\n```\\r\\n# ls\\r\\nbcc-lua_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb\\r\\nbcc-tools_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb\\r\\nlibbcc-dbgsym_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.ddeb\\r\\nlibbcc-examples_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.deb\\r\\nlibbcc_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.deb\\r\\npython-bcc_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb\\r\\npython3-bcc_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb\\r\\n```\\r\\n```\\r\\n# sudo dpkg -i ./*deb\\r\\nSelecting previously unselected package bcc-lua.\\r\\n(Reading database ... 112565 files and directories currently installed.)\\r\\nPreparing to unpack .../bcc-lua_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb ...\\r\\nUnpacking bcc-lua (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package bcc-tools.\\r\\nPreparing to unpack .../bcc-tools_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb ...\\r\\nUnpacking bcc-tools (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package libbcc-dbgsym.\\r\\nPreparing to unpack .../libbcc-dbgsym_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.ddeb ...\\r\\nUnpacking libbcc-dbgsym (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package libbcc-examples.\\r\\nPreparing to unpack .../libbcc-examples_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.deb ...\\r\\nUnpacking libbcc-examples (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package libbcc.\\r\\nPreparing to unpack .../libbcc_0.12.0-1-delphix-2020.02.08.11.34.22_amd64.deb ...\\r\\nUnpacking libbcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package python-bcc.\\r\\nPreparing to unpack .../python-bcc_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb ...\\r\\nUnpacking python-bcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSelecting previously unselected package python3-bcc.\\r\\nPreparing to unpack .../python3-bcc_0.12.0-1-delphix-2020.02.08.11.34.22_all.deb ...\\r\\nUnpacking python3-bcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up libbcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up python-bcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up python3-bcc (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up bcc-lua (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up bcc-tools (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up libbcc-dbgsym (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nSetting up libbcc-examples (0.12.0-1-delphix-2020.02.08.11.34.22) ...\\r\\nProcessing triggers for libc-bin (2.27-3ubuntu1) ...\\r\\n```\\r\\n```\\r\\n# /usr/share/bcc/tools/biolatency\\r\\nTracing block device I/O... Hit Ctrl-C to end.\\r\\n^C\\r\\n     usecs               : count     distribution\\r\\n         0 -> 1          : 0        |                                        |\\r\\n         2 -> 3          : 0        |                                        |\\r\\n         4 -> 7          : 0        |                                        |\\r\\n         8 -> 15         : 0        |                                        |\\r\\n        16 -> 31         : 0        |                                        |\\r\\n        32 -> 63         : 0        |                                        |\\r\\n        64 -> 127        : 0        |                                        |\\r\\n       128 -> 255        : 0        |                                        |\\r\\n       256 -> 511        : 53       |********************                    |\\r\\n       512 -> 1023       : 64       |************************                |\\r\\n      1024 -> 2047       : 63       |************************                |\\r\\n      2048 -> 4095       : 105      |****************************************|\\r\\n      4096 -> 8191       : 56       |*********************                   |\\r\\n      8192 -> 16383      : 66       |*************************               |\\r\\n     16384 -> 32767      : 35       |*************                           |\\r\\n```"
        },
        {
          "_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=\"libbcc debian package is architecture-dependent\" href=\"https://github.com/iovisor/bcc/pull/2746\">PR #2746</a>: libbcc debian package is ar...",
  "displayName" : "#312",
  "duration" : 1522617,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #312",
  "id" : "312",
  "keepLog" : False,
  "number" : 312,
  "queueId" : 2511,
  "result" : "SUCCESS",
  "timestamp" : 1581221369474,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/312/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/312/"
    },
    {
      "number" : 312,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/312/"
    }
  ]
}