{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2749 of commit 2dd992197397f0f69ea2babf117fcc04dd796892, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2749/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "2dd992197397f0f69ea2babf117fcc04dd796892"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/pdubovitsky/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" : "2749"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "trace-bind-tool"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "trace-bind-tool"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "pdubovitsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@pdubovitsky"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2749 of commit 2dd992197397f0f69ea2babf117fcc04dd796892, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "tcpbind BCC tool"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2749"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "tcpbind tool traces the kernel function performing IP and IPv6 AF socket binding and\\r\\nprints socket options set before the system call invocation that might\\r\\nimpact bind behavior and bound interface\\r\\n\\r\\n# ./tcpbind.py --help\\r\\nusage: tcpbind.py [-h] [-t] [-w] [-p PID] [-P PORT] [-E] [-U] [-u UID]\\r\\n                  [--count] [--cgroupmap CGROUPMAP]\\r\\n\\r\\nTrace TCP binds\\r\\n\\r\\noptional arguments:\\r\\n  -h, --help            show this help message and exit\\r\\n  -t, --timestamp       include timestamp on output\\r\\n  -w, --wide            wide column output (fits IPv6 addresses)\\r\\n  -p PID, --pid PID     trace this PID only\\r\\n  -P PORT, --port PORT  comma-separated list of ports to trace.\\r\\n  -E, --errors          include errors in the output.\\r\\n  -U, --print-uid       include UID on output\\r\\n  -u UID, --uid UID     trace this UID only\\r\\n  --count               count binds per src ip and port\\r\\n  --cgroupmap CGROUPMAP\\r\\n                        trace cgroups in this BPF map only\\r\\n\\r\\nexamples:\\r\\n    ./tcpbind           # trace all TCP bind()s\\r\\n    ./tcpbind -t        # include timestamps\\r\\n    ./tcplife -w        # wider columns (fit IPv6)\\r\\n    ./tcpbind -p 181    # only trace PID 181\\r\\n    ./tcpbind -P 80     # only trace port 80\\r\\n    ./tcpbind -P 80,81  # only trace port 80 and 81\\r\\n    ./tcpbind -U        # include UID\\r\\n    ./tcpbind -u 1000   # only trace UID 1000\\r\\n    ./tcpbind -E        # report bind errors\\r\\n    ./tcpbind --count   # count bind per src ip\\r\\n    ./tcpbind --cgroupmap mappath  # only trace cgroups in this BPF map\\r\\n\\r\\nit is reporting socket options set before the bins call\\r\\nimpacting system call behavior:\\r\\n SOL_IP     IP_FREEBIND              F....\\r\\n SOL_IP     IP_TRANSPARENT           .T...\\r\\n SOL_IP     IP_BIND_ADDRESS_NO_PORT  ..N..\\r\\n SOL_SOCKET SO_REUSEADDR             ...R.\\r\\n SOL_SOCKET SO_REUSEPORT             ....r\\r\\n\\r\\n SO_BINDTODEVICE interface is reported as \\\"IF\\\" index"
        },
        {
          "_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=\"tcpbind BCC tool\" href=\"https://github.com/iovisor/bcc/pull/2749\">PR #2749</a>: tcpbind BCC tool",
  "displayName" : "#320",
  "duration" : 1473546,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #320",
  "id" : "320",
  "keepLog" : False,
  "number" : 320,
  "queueId" : 2568,
  "result" : "FAILURE",
  "timestamp" : 1581892602723,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/320/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/320/"
    },
    {
      "number" : 320,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/320/"
    }
  ]
}