{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #2643 of commit 21adbbf9789685893a2278abc4970085f51e6fbf, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/2643/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "21adbbf9789685893a2278abc4970085f51e6fbf"
        },
        {
          "_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" : "2643"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "yhs_dev2"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "yhs_dev2"
        },
        {
          "_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 #2643 of commit 21adbbf9789685893a2278abc4970085f51e6fbf, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "fix a compilation error with latest llvm 10"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/2643"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Two issues:\\r\\nFirst, the recent llvm commit \\\"[Alignment][NFC] CreateMemSet use MaybeAlign\\\"\\r\\n(https://reviews.llvm.org/D71213) changed IR/IRBuilder.h\\r\\nCreateMemSet() signature which caused the following compilation error:\\r\\n```\\r\\n  [ 16%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o\\r\\n  /home/yhs/work/bcc/src/cc/frontends/b/codegen_llvm.cc: In member function\\r\\n  ‘virtual ebpf::StatusTuple ebpf::cc::CodegenLLVM::visit_table_index_expr_node(ebpf::cc::TableIndexExprNode*)’:\\r\\n  /home/yhs/work/bcc/src/cc/frontends/b/codegen_llvm.cc:824:96: error: no matching function for call to\\r\\n  ‘llvm::IRBuilder<>::CreateMemSet(llvm::Value*&, llvm::ConstantInt*, llvm::ConstantInt*, int)’\\r\\n       B.CreateMemSet(leaf_ptr, B.getInt8(0), B.getInt64(n->table_->leaf_id()->bit_width_ >> 3), 1);\\r\\n                                                                                                ^\\r\\n  ....\\r\\n  /home/yhs/work/llvm-project/llvm/build/install/include/llvm/IR/IRBuilder.h:460:13: note: candidate:\\r\\n  llvm::CallInst* llvm::IRBuilderBase::CreateMemSet(llvm::Value*, llvm::Value*, llvm::Value*,\\r\\n  llvm::MaybeAlign, bool, llvm::MDNode*, llvm::MDNode*, llvm::MDNode*)\\r\\n     CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, MaybeAlign Align,\\r\\n               ^~~~~~~~~~~~\\r\\n  /home/yhs/work/llvm-project/llvm/build/install/include/llvm/IR/IRBuilder.h:460:13: note:\\r\\n  no known conversion for argument 4 from ‘int’ to ‘llvm::MaybeAlign’\\r\\n```\\r\\nSecond, the commit \\\"[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h\\\"\\r\\n(https://reviews.llvm.org/D69853) introduced a new library \\\"FrontendOpenMP\\\"\\r\\nwhich is used by clang Parser, and caused the following errors:\\r\\n```\\r\\n  [ 99%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o\\r\\n  /home/yhs/work/llvm-project/llvm/build/install/lib/libclangParse.a(ParseOpenMP.cpp.o): In function\\r\\n  `clang::Parser::ParseOpenMPDeclareReductionDirective(clang::AccessSpecifier)':\\r\\n  ParseOpenMP.cpp:(.text._ZN5clang6Parser36ParseOpenMPDeclareReductionDirectiveENS_15AccessSpecifierE+0x86):\\r\\n  undefined reference to `llvm::omp::getOpenMPDirectiveName(llvm::omp::Directive)'\\r\\n```\\r\\n\\r\\nThis patch fixed both issues and bcc can compile with latest llvm 10."
        },
        {
          "_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 compilation error with latest llvm 10\" href=\"https://github.com/iovisor/bcc/pull/2643\">PR #2643</a>: fix a compilation error wit...",
  "displayName" : "#168",
  "duration" : 1152860,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #168",
  "id" : "168",
  "keepLog" : False,
  "number" : 168,
  "queueId" : 1372,
  "result" : "SUCCESS",
  "timestamp" : 1575998703453,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/168/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/168/"
    },
    {
      "number" : 168,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/168/"
    }
  ]
}