{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2714 of commit ba8afaadedd8623f67c1dd51402e5915c3651184, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2714/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "ba8afaadedd8623f67c1dd51402e5915c3651184"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : "Dale Hamel"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : "dale.hamel@shopify.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/dalehamel/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" : "2714"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "github-actions"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "github-actions"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "dalehamel"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@dalehamel"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #2714 of commit ba8afaadedd8623f67c1dd51402e5915c3651184, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "GitHub actions"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2714"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "This is an attempt to get bcc running in github actions.\\r\\n\\r\\n# Status\\r\\n\\r\\nCurrently this appears to actually be running more test cases than on jenkins:\\r\\n\\r\\n```\\r\\ntest cases:   37 |   35 passed | 2 failed\\r\\nassertions: 2414 | 2412 passed | 2 failed\\r\\n```\\r\\n\\r\\nBut on jenkins for libbcc I see:\\r\\n\\r\\n```\\r\\n3: test cases:  37 |  36 passed | 1 failed\\r\\n3: assertions: 626 | 624 passed | 2 failed\\r\\n```\\r\\n\\r\\nThe failures that i'm seeing, at least for libbcc, are also present on jenkins.\\r\\n\\r\\n# What is still failing?\\r\\n\\r\\nHere's an example of a failed test run:\\r\\n\\r\\nhttps://github.com/dalehamel/bcc/runs/399623026\\r\\n\\r\\nThe bits that fail:\\r\\n\\r\\n\\r\\nCurrently there are a few tests that fail, I'd love some help in figuring out why!\\r\\n\\r\\n```\\r\\n 3/36 Test  #3: test_libbcc ......................***Failed   11.81 sec\\r\\n\\r\\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\r\\ntest_libbcc is a Catch v1.4.0 host application.\\r\\nRun with -? for options\\r\\n\\r\\n-------------------------------------------------------------------------------\\r\\nresolve global addr in libc in this process\\r\\n-------------------------------------------------------------------------------\\r\\n/bcc/tests/cc/test_c_api.cc:583\\r\\n...............................................................................\\r\\n\\r\\n/bcc/tests/cc/test_c_api.cc:599: FAILED:\\r\\n  REQUIRE( res == 0 )\\r\\nwith expansion:\\r\\n  -1 == 0\\r\\n\\r\\n/virtual/main.c:2:7: error: map not found: /sys/fs/bpf/test_pinned_table\\r\\n      BPF_TABLE_PINNED(\\\"hash\\\", u64, u64, ids, 1024, \\\"/sys/fs/bpf/test_pinned_table\\\");\\r\\n      ^\\r\\n/virtual/include/bcc/helpers.h:98:92: note: expanded from macro 'BPF_TABLE_PINNED'\\r\\n#define BPF_TABLE_PINNED(_table_type, _key_type, _leaf_type, _name, _max_entries, _pinned) \\\\r\\n                                                                                           ^\\r\\n/virtual/include/bcc/helpers.h:95:76: note: expanded from macro '\\\\r\\nBPF_TABLE'\\r\\n#define BPF_TABLE(_table_type, _key_type, _leaf_type, _name, _max_entries) \\\\r\\n                                                                           ^\\r\\n/virtual/include/bcc/helpers.h:90:4: note: expanded from macro '\\\\r\\nBPF_F_TABLE'\\r\\n}; \\\\r\\n   ^\\r\\n1 error generated.\\r\\nParse error:\\r\\n    4@i%ra+1r\\r\\n-------^\\r\\n===============================================================================\\r\\ntest cases:   36 |   35 passed | 1 failed\\r\\nassertions: 2420 | 2419 passed | 1 failed\\r\\n\\r\\nFailed\\r\\n```\\r\\n\\r\\nAnd for the python failures:\\r\\n\\r\\n```\\r\\n16/36 Test #16: py_test_brb ......................***Failed    5.55 sec\\r\\nE\\r\\n======================================================================\\r\\nERROR: test_brb (__main__.TestBPFSocket)\\r\\n----------------------------------------------------------------------\\r\\nTraceback (most recent call last):\\r\\n  File \\\"/bcc/tests/python/test_brb.py\\\", line 162, in test_brb\\r\\n    disable_ipv6=True)\\r\\n  File \\\"/bcc/tests/python/simulation.py\\\", line 94, in _create_ns\\r\\n    disable_ipv6)\\r\\n  File \\\"/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/python2.7/dist-packages/pyroute2/ipdb/interfaces.py\\\", line 1078, in commit\\r\\n    raise error\\r\\nCommitException: target state is not set\\r\\n\\r\\n----------------------------------------------------------------------\\r\\nRan 1 test in 5.338s\\r\\n\\r\\nFAILED (errors=1)\\r\\nFailed\\r\\n\\r\\n      Start 17: py_test_brb2\\r\\n```\\r\\n\\r\\n```\\r\\n17/36 Test #17: py_test_brb2 .....................***Failed    5.51 sec\\r\\nE\\r\\n======================================================================\\r\\nERROR: test_brb2 (__main__.TestBPFSocket)\\r\\n----------------------------------------------------------------------\\r\\nTraceback (most recent call last):\\r\\n  File \\\"/bcc/tests/python/test_brb2.py\\\", line 150, in test_brb2\\r\\n    disable_ipv6=True)\\r\\n  File \\\"/bcc/tests/python/simulation.py\\\", line 94, in _create_ns\\r\\n    disable_ipv6)\\r\\n  File \\\"/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/python2.7/dist-packages/pyroute2/ipdb/interfaces.py\\\", line 1078, in commit\\r\\n    raise error\\r\\nCommitException: target state is not set\\r\\n\\r\\n----------------------------------------------------------------------\\r\\nRan 1 test in 5.292s\\r\\n\\r\\nFAILED (errors=1)\\r\\nFailed\\r\\n```\\r\\n\\r\\nAnd a few others\\r\\n"
        },
        {
          "_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=\"GitHub actions\" href=\"https://github.com/iovisor/bcc/pull/2714\">PR #2714</a>: GitHub actions",
  "displayName" : "#264",
  "duration" : 1415497,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #264",
  "id" : "264",
  "keepLog" : False,
  "number" : 264,
  "queueId" : 2120,
  "result" : "SUCCESS",
  "timestamp" : 1579716959480,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/264/",
  "builtOn" : "ubuntu1804-slave-66b",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/264/"
    },
    {
      "number" : 264,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/264/"
    }
  ]
}