{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 34677,
      "buildableTimeMillis" : 34677,
      "buildingDurationMillis" : 50635,
      "executingTimeMillis" : 50635,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9220,
      "waitingTimeMillis" : 9220
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1714,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
            "branch" : [
              {
                "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
            "branch" : [
              {
                "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
        "branch" : [
          {
            "SHA1" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1714",
  "duration" : 50635,
  "estimatedDuration" : 45561,
  "executor" : null,
  "fullDisplayName" : "seed #1714",
  "id" : "1714",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1714,
  "queueId" : 3685787,
  "result" : "SUCCESS",
  "timestamp" : 1779424836073,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1714/",
  "builtOn" : "default-34kvv",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/plugins/analyze-go-test-from-bazel-output.sh",
          "scripts/plugins/report_job_result.sh",
          "tools/deprecated/plugins/report_job_result.sh",
          "tools/deprecated/plugins/report-flaky-cases.ts",
          "scripts/plugins/report-flaky-cases.ts"
        ],
        "commitId" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
        "timestamp" : 1779424788000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(scripts): detect test binary panics in bazel output analyzer (#4625)\u000a\u000a## Summary\u000a\u000a### 1. Analyze panic crash in bazel test output\u000a\u000a- Fix section delimiter regex (`=+`) to only match start markers, not\u000apure `====` lines — fixes broken section pairing\u000a- Fix section pairing from `(2p, 2p+1)` to `(p, p+1)` with virtual EOF\u000amarker for the last section\u000a- Add `panic:` detection: target output containing `panic:` is suffixed\u000a`.panic.log`\u000a- Add `panic:` to `indexReg` so panic lines appear in\u000a`bazel-go-test-index.log`\u000a- Add `parse_bazel_go_test_panic_cases` function that writes `crash`\u000aentries to `bazel-go-test-problem-cases.json` with:\u000a  - `shard` — which shard crashed\u000a  - `flaky_attempts` — how many times it crashed across retries\u000a  - `cases` — ordered list of test cases in that shard\u000a  - `panic` — panic message\u000a\u000a### 2. Deprecate unused scripts\u000a\u000a- Move `report-flaky-cases.ts` → `tools/deprecated/plugins/` with\u000asymlink at original location\u000a- Move `report_job_result.sh` → `tools/deprecated/plugins/` with symlink\u000aat original location\u000a\u000a## Testing\u000a\u000aVerified against build #3334 of\u000a`pull_integration_realcluster_test_next_gen`:\u000a- Old script produced empty `{}` JSON and broken section files\u000a- New script correctly identifies 3 panic crashes in shard 2 and reports\u000athem in JSON\u000a",
        "date" : "2026-05-22 04:39:48 +0000",
        "id" : "674716ef00ab6d75da940b81e7a79de21dcc64cb",
        "msg" : "feat(scripts): detect test binary panics in bazel output analyzer",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tools/deprecated/plugins/report_job_result.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/plugins/analyze-go-test-from-bazel-output.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/plugins/report_job_result.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/plugins/report-flaky-cases.ts"
          },
          {
            "editType" : "add",
            "file" : "tools/deprecated/plugins/report-flaky-cases.ts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}