{
  "_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" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by renovate[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 22659,
      "buildableTimeMillis" : 22659,
      "buildingDurationMillis" : 39873,
      "executingTimeMillis" : 39873,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9387,
      "waitingTimeMillis" : 9387
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 448,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
            "branch" : [
              {
                "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
            "branch" : [
              {
                "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
        "branch" : [
          {
            "SHA1" : "6c09939e48a080257c3e243f9b81624c010e88ff",
            "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" : "#448",
  "duration" : 39873,
  "estimatedDuration" : 71835,
  "executor" : None,
  "fullDisplayName" : "seed #448",
  "id" : "448",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 448,
  "queueId" : 426158,
  "result" : "SUCCESS",
  "timestamp" : 1728524679141,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/448/",
  "builtOn" : "default-dhd10",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/ops/parse-jenkins-build-log/requirements.txt",
          "scripts/ops/release-check-version/requirements.txt"
        ],
        "commitId" : "6c09939e48a080257c3e243f9b81624c010e88ff",
        "timestamp" : 1728524643000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(deps): update dependency charset-normalizer to v3.4.0 (#3157)\u000a\u000aThis PR contains the following updates:\u000a\u000a| Package | Change | Age | Adoption | Passing | Confidence |\u000a|---|---|---|---|---|---|\u000a|\u000a[charset-normalizer](https://redirect.github.com/Ousret/charset_normalizer)\u000a| `==3.3.2` -> `==3.4.0` |\u000a[![age](https://developer.mend.io/api/mc/badges/age/pypi/charset-normalizer/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/charset-normalizer/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/charset-normalizer/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/charset-normalizer/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)\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>Ousret/charset_normalizer (charset-normalizer)</summary>\u000a\u000a###\u000a[`v3.4.0`](https://redirect.github.com/Ousret/charset_normalizer/blob/HEAD/CHANGELOG.md#340-2024-10-08)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0)\u000a\u000a##### Added\u000a\u000a- Argument `--no-preemptive` in the CLI to prevent the detector to\u000asearch for hints.\u000a- Support for Python 3.13\u000a([#&#8203;512](https://redirect.github.com/Ousret/charset_normalizer/issues/512))\u000a\u000a##### Fixed\u000a\u000a- Relax the TypeError exception thrown when trying to compare a\u000aCharsetMatch with anything else than a CharsetMatch.\u000a- Improved the general reliability of the detector based on user\u000afeedbacks.\u000a([#&#8203;520](https://redirect.github.com/Ousret/charset_normalizer/issues/520))\u000a([#&#8203;509](https://redirect.github.com/Ousret/charset_normalizer/issues/509))\u000a([#&#8203;498](https://redirect.github.com/Ousret/charset_normalizer/issues/498))\u000a([#&#8203;407](https://redirect.github.com/Ousret/charset_normalizer/issues/407))\u000a([#&#8203;537](https://redirect.github.com/Ousret/charset_normalizer/issues/537))\u000a- Declared charset in content (preemptive detection) not changed when\u000aconverting to utf-8 bytes.\u000a([#&#8203;381](https://redirect.github.com/Ousret/charset_normalizer/issues/381))\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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\u000a\u000aCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\u000a",
        "date" : "2024-10-10 01:44:03 +0000",
        "id" : "6c09939e48a080257c3e243f9b81624c010e88ff",
        "msg" : "chore(deps): update dependency charset-normalizer to v3.4.0 (#3157)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/ops/parse-jenkins-build-log/requirements.txt"
          },
          {
            "editType" : "edit",
            "file" : "scripts/ops/release-check-version/requirements.txt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}