{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3249 of commit 136bdf415a74bff2e6318d0b12dfb27a5aa8211a, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3249/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "136bdf415a74bff2e6318d0b12dfb27a5aa8211a"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/liuchao173/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" : "3249"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "liuchao173"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@liuchao173"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3249 of commit 136bdf415a74bff2e6318d0b12dfb27a5aa8211a, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Fix freezing of 'test_brb' if iperf is not found"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3249"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "If iperf is not installed or installed at a location that is not\\r\\nin PATH as recgnized by Python, then 'test_brb' will fail while\\r\\ntest_brb2 success.\\r\\n\\r\\ntest_brb:\\r\\nERROR: test_brb (__main__.TestBPFSocket)\\r\\nTraceback (most recent call last):\\r\\n  File \\\"test_brb.py\\\", line 200, in test_brb\\r\\n    nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, [\\\"iperf\\\", \\\"-s\\\", \\\"-xSC\\\"])\\r\\n  File \\\"/root/rpmbuild/BUILD/bcc/tests/python/utils.py\\\", line 63, in __init__\\r\\n    has_executable(name)\\r\\n  File \\\"/root/rpmbuild/BUILD/bcc/tests/python/utils.py\\\", line 18, in has_executable\\r\\n    raise Exception(name + \\\": command not found\\\")\\r\\nException: iperf: command not found\\r\\n\\r\\nRan 1 test in 2.546s\\r\\n\\r\\nFAILED (errors=1)\\r\\n\\r\\ntest_brb2:\\r\\nCRITICAL:root:WARNING! Test test_brb (__main__.TestBPFSocket) failed, but marked as passed because it is decorated with @mayFail.\\r\\nCRITICAL:root:  The reason why this mayFail was: This fails on github actions environment, and needs to be fixed\\r\\nCRITICAL:root:  The failure was: \\\"iperf: command not found\\\"\\r\\nCRITICAL:root:  Stacktrace: \\\"Traceback (most recent call last):\\r\\n  File \\\"/root/rpmbuild/BUILD/bcc/tests/python/utils.py\\\", line 35, in wrapper\\r\\n    res = func(*args, **kwargs)\\r\\n  File \\\"test_brb.py\\\", line 202, in test_brb\\r\\n    nsp_server = NSPopenWithCheck(ns2_ipdb.nl.netns, [\\\"iperf\\\", \\\"-s\\\", \\\"-xSC\\\"])\\r\\n  File \\\"/root/rpmbuild/BUILD/bcc/tests/python/utils.py\\\", line 63, in __init__\\r\\n    has_executable(name)\\r\\n  File \\\"/root/rpmbuild/BUILD/bcc/tests/python/utils.py\\\", line 18, in has_executable\\r\\n    raise Exception(name + \\\": command not found\\\")\\r\\nException: iperf: command not found\\r\\n\\\"\\r\\n.\\r\\nRan 1 test in 2.627s\\r\\n\\r\\nOK\\r\\n\\r\\ntest_brb2 successes because there is @mayFail in it which comes from\\r\\ncommit a47c44fa0d570b64d8cb06449052db4f363e80a4\\r\\n\\r\\nso add @mayFail in test_brb\\r\\n\\r\\nSigned-off-by: Liu Chao <liuchao173@huawei.com>"
        },
        {
          "_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=\"Fix freezing of 'test_brb' if iperf is not found\" href=\"https://github.com/iovisor/bcc/pull/3249\">PR #3249</a>: Fix freezing of 'test_brb' ...",
  "displayName" : "#822",
  "duration" : 1196109,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #822",
  "id" : "822",
  "keepLog" : False,
  "number" : 822,
  "queueId" : 6585,
  "result" : "SUCCESS",
  "timestamp" : 1611978438733,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/822/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/822/"
    },
    {
      "number" : 822,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/822/"
    }
  ]
}