{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3500 of commit be8153173e27cab97bc712be562d58caf8271df5, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3500/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "be8153173e27cab97bc712be562d58caf8271df5"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/masibw/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" : "3500"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "hash_of_map_custom_key"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "hash_of_map_custom_key"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : "masi19bw@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "masibw"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@masibw"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3500 of commit be8153173e27cab97bc712be562d58caf8271df5, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "Allow the use of custom keys in BPF_HASH_OF_MAPS"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3500"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "close #3496 \\r\\nHi team. I wrote a macro that can use custom key for `BPF_HASH_OF_MAPS`.\\r\\n\\r\\nBut in c++,   `get_map_in_map_table` is shared to `BPF_ARRAY_OF_MAPS`.\\r\\nSo, when using `BPF_ARRAY_OF_MAPS`, we have to declare like this.\\r\\n```\\r\\nauto t = bpf.get_map_in_map_table<int>(\\\"maps_array\\\");\\r\\n```\\r\\nIs it okay?\\r\\n\\r\\n\\r\\n-- solved --\\r\\nMaybe I could wrote about `BPF_HASH_OF_MAPS` macro. But `.cc` files have errors. I've never write c++ programs, Can anyone help me?\\r\\n```Bash\\r\\nIn file included from /home/*/bcc/tests/cc/test_map_in_map.cc:21:\\r\\nIn file included from /home/*/bcc/src/cc/api/BPF.h:25:\\r\\n/home/*/bcc/src/cc/api/BPFTable.h:487:15: error: function 'ebpf::BPFMapInMapTable<custom_key>::update_value' is used but not defined in this translation unit, and cannot be defined in any other translation unit because its type does not have linkage\\r\\n  StatusTuple update_value(const KeyType& key, const int& inner_map_fd);\\r\\n              ^\\r\\n/home/*/bcc/tests/cc/test_map_in_map.cc:182:13: note: used here\\r\\n    res = t.update_value(hash_key, ex1_fd);\\r\\n```\\r\\n\\r\\n\\r\\nThis is probably due to the fact that the definition and implementation are in separate files, but if I write it in the header file, the following error occurs. I don't know which one is closer to the solution, so I pushed the one where the definition and implementation are in separate files.\\r\\n\\r\\n```Bash\\r\\nIn file included from /home/*/bcc/tests/cc/test_map_in_map.cc:21:\\r\\nIn file included from /home/*/bcc/src/cc/api/BPF.h:25:\\r\\n/home/*/bcc/src/cc/api/BPFTable.h:499:23: error: const_cast from 'char *(*)(const char *, int) throw()' to 'custom_key *' is not allowed\\r\\n    if (!this->remove(const_cast<KeyType*>(&index)))\\r\\n```"
        },
        {
          "_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" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"Allow the use of custom keys in BPF_HASH_OF_MAPS\" href=\"https://github.com/iovisor/bcc/pull/3500\">PR #3500</a>: Allow the use of custom key...",
  "displayName" : "#1045",
  "duration" : 1302059,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1045",
  "id" : "1045",
  "keepLog" : False,
  "number" : 1045,
  "queueId" : 8369,
  "result" : "FAILURE",
  "timestamp" : 1624332780111,
  "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/1045/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc25/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc26/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc27/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc28/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1604/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1710/1045/"
    },
    {
      "number" : 1045,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1804/1045/"
    }
  ]
}