{
  "_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" : 23148,
      "buildableTimeMillis" : 23148,
      "buildingDurationMillis" : 52935,
      "executingTimeMillis" : 52935,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5671,
      "waitingTimeMillis" : 5671
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1332,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
            "branch" : [
              {
                "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
            "branch" : [
              {
                "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
        "branch" : [
          {
            "SHA1" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
            "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" : "#1332",
  "duration" : 52935,
  "estimatedDuration" : 74051,
  "executor" : None,
  "fullDisplayName" : "seed #1332",
  "id" : "1332",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1332,
  "queueId" : 2986368,
  "result" : "SUCCESS",
  "timestamp" : 1768223277910,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/1332/",
  "builtOn" : "default-f2wrq",
  "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" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
        "timestamp" : 1768223243000,
        "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/v80 to v81 (#4061)\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/v80](https://redirect.github.com/google/go-github)\u000a| `v80.0.0` → `v81.0.0` |\u000a![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv80/v81.0.0?slim=true)\u000a|\u000a![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv80/v80.0.0/v81.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/v80)</summary>\u000a\u000a###\u000a[`v81.0.0`](https://redirect.github.com/google/go-github/releases/tag/v81.0.0)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/google/go-github/compare/v80.0.0...v81.0.0)\u000a\u000aThis release contains the following breaking API changes:\u000a\u000a- fix!: Change Org usage report Quantity to float64\u000a([#&#8203;3862](https://redirect.github.com/google/go-github/issues/3862))\u000a  BREAKING CHANGE: `UsageItem.Quantity` is now type `float64`.\u000a- chore!: Remove\u000a`PullRequestRuleParameters.AutomaticCopilotCodeReviewEnabled` field\u000a([#&#8203;3866](https://redirect.github.com/google/go-github/issues/3866))\u000aBREAKING CHANGE:\u000a`PullRequestRuleParameters.AutomaticCopilotCodeReviewEnabled` is now\u000aremoved.\u000a- feat!: Implement Enterprise SCIM - Provision Groups & Users\u000a([#&#8203;3852](https://redirect.github.com/google/go-github/issues/3852))\u000aBREAKING CHANGE: `SCIMEnterpriseDisplayReference.Ref` is now of type\u000a`*string`.\u000a- fix!: Change copilot\\_code\\_review field names to match GitHub API\u000a([#&#8203;3874](https://redirect.github.com/google/go-github/issues/3874))\u000aBREAKING CHANGE: `CopilotCodeReviewRuleParameters.ReviewNewPushes` is\u000anow `ReviewOnPush`.\u000a- fix!: Add support for missing attributes in ProjectsV2 API\u000a([#&#8203;3888](https://redirect.github.com/google/go-github/issues/3888))\u000a  BREAKING CHANGE: `AddProjectItemOptions` fields have changed types.\u000a- feat!: Use omitzero for BypassActors to support handling empty arrays\u000a([#&#8203;3891](https://redirect.github.com/google/go-github/issues/3891))\u000aBREAKING CHANGE: `UpdateRepositoryRulesetClearBypassActor`,\u000a`UpdateRepositoryRulesetClearBypassActor`,\u000a`UpdateRulesetClearBypassActor`, and `UpdateRulesetNoBypassActor` have\u000abeen removed as they are no longer needed.\u000a\u000a...and the following additional changes:\u000a\u000a- Bump go-github from v79 to v80 in /scrape\u000a([#&#8203;3855](https://redirect.github.com/google/go-github/issues/3855))\u000a- feat: Add support for Enterprise Team APIs\u000a([#&#8203;3861](https://redirect.github.com/google/go-github/issues/3861))\u000a- feat: Implement Enterprise SCIM - Set Groups or Users\u000a([#&#8203;3858](https://redirect.github.com/google/go-github/issues/3858))\u000a- build(deps): Bump golang.org/x/term from 0.37.0 to 0.38.0 in /example\u000a([#&#8203;3865](https://redirect.github.com/google/go-github/issues/3865))\u000a- build(deps): Bump golang.org/x/sync from 0.18.0 to 0.19.0 in /tools\u000a([#&#8203;3864](https://redirect.github.com/google/go-github/issues/3864))\u000a- build(deps): Bump actions/checkout from 6.0.0 to 6.0.1 in the actions\u000agroup\u000a([#&#8203;3863](https://redirect.github.com/google/go-github/issues/3863))\u000a- feat: Add advanced\\_search parameter to SearchOptions\u000a([#&#8203;3868](https://redirect.github.com/google/go-github/issues/3868))\u000a- feat: Implement Enterprise SCIM - Delete Groups or Users\u000a([#&#8203;3856](https://redirect.github.com/google/go-github/issues/3856))\u000a- feat: Add support for copilot\\_code\\_review rule type\u000a([#&#8203;3857](https://redirect.github.com/google/go-github/issues/3857))\u000a- feat: Add support for Enterprise Team Members APIs\u000a([#&#8203;3873](https://redirect.github.com/google/go-github/issues/3873))\u000a- chore: Simplify JSON marshaling for RepositoryRulesetRules\u000a([#&#8203;3875](https://redirect.github.com/google/go-github/issues/3875))\u000a- feat: Add support for Enterprise Team Organizations APIs\u000a([#&#8203;3876](https://redirect.github.com/google/go-github/issues/3876))\u000a- docs: Clarify CreateTree semantics and TreeEntry usage\u000a([#&#8203;3877](https://redirect.github.com/google/go-github/issues/3877))\u000a- docs: Reformulate deprecation notice for Commits field in `PushEvent`\u000a([#&#8203;3880](https://redirect.github.com/google/go-github/issues/3880))\u000a- build(deps): Bump actions/cache from 4.3.0 to 5.0.1 in the actions\u000agroup\u000a([#&#8203;3883](https://redirect.github.com/google/go-github/issues/3883))\u000a- build(deps): Bump golang.org/x/net from 0.47.0 to 0.48.0 in /scrape\u000a([#&#8203;3882](https://redirect.github.com/google/go-github/issues/3882))\u000a- build(deps): Bump codecov/codecov-action from 5.5.1 to 5.5.2\u000a([#&#8203;3884](https://redirect.github.com/google/go-github/issues/3884))\u000a- build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.46.0 in\u000a/example\u000a([#&#8203;3885](https://redirect.github.com/google/go-github/issues/3885))\u000a- chore: Rename 'opt' to 'opts' in multiple methods\u000a([#&#8203;3887](https://redirect.github.com/google/go-github/issues/3887))\u000a- feat: Add support for remaining Codespaces APIs\u000a([#&#8203;3886](https://redirect.github.com/google/go-github/issues/3886))\u000a- feat: Handle omitzero in structfield linter\u000a([#&#8203;3881](https://redirect.github.com/google/go-github/issues/3881))\u000a- feat: Implement Enterprise SCIM - Get a Group or User\u000a([#&#8203;3889](https://redirect.github.com/google/go-github/issues/3889))\u000a- feat: Add support for Codespace Machines APIs\u000a([#&#8203;3890](https://redirect.github.com/google/go-github/issues/3890))\u000a- feat: Add support for URL custom property value type\u000a([#&#8203;3879](https://redirect.github.com/google/go-github/issues/3879))\u000a- feat: Add UploadReleaseAssetFromRelease convenience helper\u000a([#&#8203;3851](https://redirect.github.com/google/go-github/issues/3851))\u000a- Update openapi\\_operations.yaml\u000a([#&#8203;3895](https://redirect.github.com/google/go-github/issues/3895))\u000a- feat: Add support for Codespaces organizations APIs\u000a([#&#8203;3892](https://redirect.github.com/google/go-github/issues/3892))\u000a- feat: Add support for Copilot usage metrics reports API\u000a([#&#8203;3893](https://redirect.github.com/google/go-github/issues/3893))\u000a- feat: GetSignaturesProtectedBranch returns ErrBranchNotProtected when\u000abranch is not protected\u000a([#&#8203;3896](https://redirect.github.com/google/go-github/issues/3896))\u000a- Bump version of go-github to v81.0.0\u000a([#&#8203;3899](https://redirect.github.com/google/go-github/issues/3899))\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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->\u000a\u000aCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\u000a",
        "date" : "2026-01-12 13:07:23 +0000",
        "id" : "1d114adfee02e2f523b6ec3db3445a18b6cb1cc4",
        "msg" : "fix(deps): update module github.com/google/go-github/v80 to v81 (#4061)",
        "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"
    }
  ]
}