{
  "_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" : 26958,
      "buildableTimeMillis" : 26958,
      "buildingDurationMillis" : 57530,
      "executingTimeMillis" : 57530,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7299,
      "waitingTimeMillis" : 7299
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1400,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
            "branch" : [
              {
                "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
            "branch" : [
              {
                "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
        "branch" : [
          {
            "SHA1" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1400",
  "duration" : 57530,
  "estimatedDuration" : 51155,
  "executor" : None,
  "fullDisplayName" : "seed #1400",
  "id" : "1400",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1400,
  "queueId" : 3199585,
  "result" : "SUCCESS",
  "timestamp" : 1770303349090,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1400/",
  "builtOn" : "default-kb0bb",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tools/error-log-review/go.sum",
          "tools/error-log-review/github.go",
          "tools/error-log-review/go.mod"
        ],
        "commitId" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
        "timestamp" : 1770303309000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(deps): update module github.com/google/go-github/v81 to v82 (#4120)\u000a\u000aThis PR contains the following updates:\u000a\u000a| Package | Change |\u000a[Age](https://docs.renovatebot.com/merge-confidence/) |\u000a[Confidence](https://docs.renovatebot.com/merge-confidence/) |\u000a|---|---|---|---|\u000a|\u000a[github.com/google/go-github/v81](https://redirect.github.com/google/go-github)\u000a| `v81.0.0` → `v82.0.0` |\u000a![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv81/v82.0.0?slim=true)\u000a|\u000a![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv81/v81.0.0/v82.0.0?slim=true)\u000a|\u000a\u000a---\u000a\u000a> [!WARNING]\u000a> Some dependencies could not be looked up. Check the Dependency\u000aDashboard for more information.\u000a\u000a---\u000a\u000a### Release Notes\u000a\u000a<details>\u000a<summary>google/go-github (github.com/google/go-github/v81)</summary>\u000a\u000a###\u000a[`v82.0.0`](https://redirect.github.com/google/go-github/releases/tag/v82.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v81.0.0...v82.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- feat!: Improve support for custom property defaults\u000a([#&#8203;3906](https://redirect.github.com/google/go-github/issues/3906))\u000aBREAKING CHANGE: `CustomProperty.DefaultValue` is now type `any` and\u000a`.ValueType` is now type `PropertyValueType`.\u000a- fix!: Simplify `Git.ListMatchingRefs` by removing\u000a`ReferenceListOptions`\u000a([#&#8203;3924](https://redirect.github.com/google/go-github/issues/3924))\u000aBREAKING CHANGE: `Git.ListMatchingRefs` accepts `ref` instead of the\u000a`ReferenceListOptions`.\u000a- refactor!: Use a struct for `Repository.Permissions` instead of\u000a`map[string]bool`\u000a([#&#8203;3936](https://redirect.github.com/google/go-github/issues/3936))\u000aBREAKING CHANGE: `Repository.Permissions` is now a struct instead of\u000a`map[string]bool`.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v80 to v81 in /scrape\u000a([#&#8203;3900](https://redirect.github.com/google/go-github/issues/3900))\u000a- build(deps): Bump github.com/google/go-querystring from 1.1.0 to 1.2.0\u000a([#&#8203;3901](https://redirect.github.com/google/go-github/issues/3901))\u000a- docs: Correct variable name in rate limit error logging example\u000a([#&#8203;3902](https://redirect.github.com/google/go-github/issues/3902))\u000a- feat: Add `ConfigurationFilePath` field to `GenerateNotesOptions`\u000a([#&#8203;3904](https://redirect.github.com/google/go-github/issues/3904))\u000a- fix: Ignore unset `AllowedMergeMethods` field\u000a([#&#8203;3905](https://redirect.github.com/google/go-github/issues/3905))\u000a- docs: Clarify `nil` `http.Client` usage has no timeout\u000a([#&#8203;3910](https://redirect.github.com/google/go-github/issues/3910))\u000a- build(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 in /scrape\u000a([#&#8203;3911](https://redirect.github.com/google/go-github/issues/3911))\u000a- build(deps): Bump golang.org/x/term from 0.38.0 to 0.39.0 in /example\u000a([#&#8203;3912](https://redirect.github.com/google/go-github/issues/3912))\u000a- build(deps): Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in\u000a/example\u000a([#&#8203;3913](https://redirect.github.com/google/go-github/issues/3913))\u000a- feat: Add `dependency_sbom` rate limit support\u000a([#&#8203;3908](https://redirect.github.com/google/go-github/issues/3908))\u000a- feat: Add support for delegated bypass in code security org config\u000a([#&#8203;3920](https://redirect.github.com/google/go-github/issues/3920))\u000a- fix: `DeleteSocialAccounts` and `AddSocialAccounts` of `UsersService`\u000a([#&#8203;3922](https://redirect.github.com/google/go-github/issues/3922))\u000a- chore: Add Not-Dhananjay-Mishra to REVIEWERS\u000a([#&#8203;3923](https://redirect.github.com/google/go-github/issues/3923))\u000a- build(deps): Bump the actions group with 2 updates\u000a([#&#8203;3927](https://redirect.github.com/google/go-github/issues/3927))\u000a- chore: Refactor test workflow\u000a([#&#8203;3929](https://redirect.github.com/google/go-github/issues/3929))\u000a- fix: Use correct type for custom property default value\u000a([#&#8203;3928](https://redirect.github.com/google/go-github/issues/3928))\u000a- feat: Support creating repo with custom properties\u000a([#&#8203;3933](https://redirect.github.com/google/go-github/issues/3933))\u000a- chore: Enable `govet` linter with all checks\u000a([#&#8203;3935](https://redirect.github.com/google/go-github/issues/3935))\u000a- perf: Optimize `Stringify` allocations (\\~3x faster)\u000a([#&#8203;3914](https://redirect.github.com/google/go-github/issues/3914))\u000a- docs: Update CONTRIBUTING.md to prevent AI slop PRs\u000a([#&#8203;3940](https://redirect.github.com/google/go-github/issues/3940))\u000a- chore: Update openapi\\_operations.yaml\u000a([#&#8203;3942](https://redirect.github.com/google/go-github/issues/3942))\u000a- build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in the actions\u000agroup\u000a([#&#8203;3943](https://redirect.github.com/google/go-github/issues/3943))\u000a- Bump version of go-github to v82.0.0\u000a([#&#8203;3945](https://redirect.github.com/google/go-github/issues/3945))\u000a\u000a</details>\u000a\u000a---\u000a\u000a### Configuration\u000a\u000a\ud83d\udcc5 **Schedule**: Branch creation - At any time (no schedule defined),\u000aAutomerge - At any time (no schedule defined).\u000a\u000a\ud83d\udea6 **Automerge**: Disabled by config. Please merge this manually once you\u000aare satisfied.\u000a\u000a♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\u000arebase/retry checkbox.\u000a\u000a\ud83d\udd15 **Ignore**: Close this PR and you won't be reminded about this update\u000aagain.\u000a\u000a---\u000a\u000a- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\u000athis box\u000a\u000a---\u000a\u000aThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\u000aView the [repository job\u000alog](https://developer.mend.io/github/PingCAP-QE/ci).\u000a\u000a<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->\u000a\u000aCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\u000a",
        "date" : "2026-02-05 14:55:09 +0000",
        "id" : "9c0368257a4eec8e70b5180b96e99db1ce786cfa",
        "msg" : "fix(deps): update module github.com/google/go-github/v81 to v82 (#4120)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tools/error-log-review/go.sum"
          },
          {
            "editType" : "edit",
            "file" : "tools/error-log-review/github.go"
          },
          {
            "editType" : "edit",
            "file" : "tools/error-log-review/go.mod"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}