{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2717 of commit 62423b01960c02aa337906c634e23cce23095d4f, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2717/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "62423b01960c02aa337906c634e23cce23095d4f"
        },
        {
          "_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" : "2717"
        },
        {
          "_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 #2717 of commit 62423b01960c02aa337906c634e23cce23095d4f, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "fix a bug in networking/simulation.py"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2717"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "test test_brb.py failed on fc31 with the following error messages:\\r\\n```\\r\\n  Traceback (most recent call last):\\r\\n    File \\\"./test_brb.py\\\", line 162, in test_brb\\r\\n      disable_ipv6=True)\\r\\n    File \\\"/home/yhs/work/bcc/tests/python/simulation.py\\\", line 94, in _create_ns\\r\\n      disable_ipv6)\\r\\n    File \\\"/home/yhs/work/bcc/tests/python/simulation.py\\\", line 68, in _ns_add_ifc\\r\\n      ns_ipdb.interfaces.lo.up().commit()\\r\\n    File \\\"/usr/local/lib/python3.7/site-packages/pyroute2/ipdb/interfaces.py\\\", line 1078, in commit\\r\\n      raise error\\r\\n    File \\\"/usr/local/lib/python3.7/site-packages/pyroute2/ipdb/interfaces.py\\\", line 859, in commit\\r\\n    transaction.wait_all_targets()\\r\\n    File \\\"/usr/local/lib/python3.7/site-packages/pyroute2/ipdb/transactional.py\\\", line 507, in wait_all_targets\\r\\n      raise CommitException('target %s is not set' % key)\\r\\n  pyroute2.ipdb.exceptions.CommitException: target state is not set\\r\\n```\\r\\nThe reason is in networking/simulation.py, if the interface 'lo'\\r\\ninside the namespace is already up and it is tried to commit\\r\\nto 'up' state again, the pyroute2 library will cause an exception.\\r\\n\\r\\nThe fix is to avoid to 'up' interface 'lo' again if the interface\\r\\nis already in 'up' state.\\r\\n\\r\\nSigned-off-by: Yonghong Song <yhs@fb.com>"
        },
        {
          "_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=\"fix a bug in networking/simulation.py\" href=\"https://github.com/iovisor/bcc/pull/2717\">PR #2717</a>: fix a bug in networking/sim...",
  "displayName" : "#259",
  "duration" : 1380045,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #259",
  "id" : "259",
  "keepLog" : False,
  "number" : 259,
  "queueId" : 2087,
  "result" : "FAILURE",
  "timestamp" : 1579679690079,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/259/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/259/"
    },
    {
      "number" : 259,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/259/"
    }
  ]
}