{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3260 of commit 3628a0e24d7c7ae6aed24700e6a79e4f0f4faff5, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3260/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "3628a0e24d7c7ae6aed24700e6a79e4f0f4faff5"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/ananthmg/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" : "3260"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "wakeuptime-fix2"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "wakeuptime-fix2"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "ananthmg"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@ananthmg"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3260 of commit 3628a0e24d7c7ae6aed24700e6a79e4f0f4faff5, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "tools/wakeuptime: Switch to using tracepoints if available"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3260"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "wakeuptime currently uses kprobes to trace schedule(). Switch to using\\r\\ntracepoints if available.\\r\\n\\r\\nAlso, in some builds, try_to_wake_up() may get optimized away causing\\r\\nthe script to fail altogether.\\r\\n\\r\\nWith this switch, we however see stack trace entries related to BPF too\\r\\nin the end for each trace. While correct, it takes up screen real estate\\r\\nfor each backtrace.\\r\\n\\r\\n    target:          InputThread\\r\\n    ffffffffaf000107 secondary_startup_64_no_verify\\r\\n    ffffffffb12495f1 start_kernel\\r\\n    ffffffffaf10e609 cpu_startup_entry\\r\\n    ffffffffaf10e40b do_idle\\r\\n    ffffffffaf946849 cpuidle_enter\\r\\n    ffffffffaf946577 cpuidle_enter_state\\r\\n    ffffffffafc00d02 asm_sysvec_apic_timer_interrupt\\r\\n    ffffffffafbbbc86 sysvec_apic_timer_interrupt\\r\\n    ffffffffaf0dcc32 irq_exit_rcu\\r\\n    ffffffffaf02bc47 do_softirq_own_stack\\r\\n    ffffffffafc01112 asm_call_irq_on_stack\\r\\n    ffffffffafe000ca __softirqentry_text_start\\r\\n    ffffffffaf163a66 run_timer_softirq\\r\\n    ffffffffaf1639df __run_timers.part.0\\r\\n    ffffffffaf162f09 call_timer_fn\\r\\n    ffffffffaf8c46c3 input_repeat_key\\r\\n    ffffffffaf8c318e input_pass_values.part.0\\r\\n    ffffffffaf8c2085 input_to_handler\\r\\n    ffffffffaf8c9e81 evdev_events\\r\\n    ffffffffaf124a1c __wake_up_common_lock\\r\\n    ffffffffaf1248b0 __wake_up_common\\r\\n    ffffffffaf375e49 ep_poll_callback\\r\\n    ffffffffaf124a1c __wake_up_common_lock\\r\\n    ffffffffaf1248b0 __wake_up_common\\r\\n    ffffffffaf375e0d ep_poll_callback\\r\\n    ffffffffaf124a1c __wake_up_common_lock\\r\\n    ffffffffaf1248b0 __wake_up_common\\r\\n    ffffffffaf124681 autoremove_wake_function\\r\\n    ffffffffaf108e57 try_to_wake_up\\r\\n    ffffffffaf107dcc ttwu_do_wakeup\\r\\n    ffffffffaf1f48a2 bpf_trace_run1\\r\\n    ffffffffc16879d3 ftrace_trampoline\\r\\n    ffffffffaf1f51c9 bpf_get_stackid_raw_tp\\r\\n    waker:           swapper/0\\r\\n        169325"
        },
        {
          "_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=\"tools/wakeuptime: Switch to using tracepoints if available\" href=\"https://github.com/iovisor/bcc/pull/3260\">PR #3260</a>: tools/wakeuptime: Switch to...",
  "displayName" : "#825",
  "duration" : 1186601,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #825",
  "id" : "825",
  "keepLog" : False,
  "number" : 825,
  "queueId" : 6609,
  "result" : "SUCCESS",
  "timestamp" : 1612392825799,
  "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/825/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc25/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc26/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc27/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=fc28/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1604/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1710/825/"
    },
    {
      "number" : 825,
      "url" : "https://buildbot.iovisor.org/jenkins/job/bcc-pr/label=ubuntu1804/825/"
    }
  ]
}