{
  "_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" : 23896,
      "buildableTimeMillis" : 23896,
      "buildingDurationMillis" : 41970,
      "executingTimeMillis" : 41970,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8114,
      "waitingTimeMillis" : 8114
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 458,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
            "branch" : [
              {
                "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
            "branch" : [
              {
                "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
        "branch" : [
          {
            "SHA1" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
            "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" : "#458",
  "duration" : 41970,
  "estimatedDuration" : 102412,
  "executor" : None,
  "fullDisplayName" : "seed #458",
  "id" : "458",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 458,
  "queueId" : 433263,
  "result" : "SUCCESS",
  "timestamp" : 1728562290694,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/458/",
  "builtOn" : "default-85fnh",
  "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" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
        "timestamp" : 1728562254000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(deps): update dependency urllib3 to v2.2.3 (#3122)\u000a\u000aThis PR contains the following updates:\u000a\u000a| Package | Change | Age | Adoption | Passing | Confidence |\u000a|---|---|---|---|---|---|\u000a| [urllib3](https://redirect.github.com/urllib3/urllib3)\u000a([changelog](https://redirect.github.com/urllib3/urllib3/blob/main/CHANGES.rst))\u000a| `==2.2.2` -> `==2.2.3` |\u000a[![age](https://developer.mend.io/api/mc/badges/age/pypi/urllib3/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/urllib3/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/urllib3/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)\u000a|\u000a[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/urllib3/2.2.2/2.2.3?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>urllib3/urllib3 (urllib3)</summary>\u000a\u000a###\u000a[`v2.2.3`](https://redirect.github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#223-2024-09-12)\u000a\u000a[Compare\u000aSource](https://redirect.github.com/urllib3/urllib3/compare/2.2.2...2.2.3)\u000a\u000a\\==================\u000a\u000a## Features\u000a\u000a- Added support for Python 3.13. (`#&#8203;3473\u000a<https://github.com/urllib3/urllib3/issues/3473>`\\__)\u000a\u000a## Bugfixes\u000a\u000a- Fixed the default encoding of chunked request bodies to be UTF-8\u000ainstead of ISO-8859-1.\u000aAll other methods of supplying a request body already use UTF-8 starting\u000ain urllib3 v2.0. (`#&#8203;3053\u000a<https://github.com/urllib3/urllib3/issues/3053>`\\__)\u000a- Fixed ResourceWarning on CONNECT with Python < 3.11.4 by backporting\u000a[https://github.com/python/cpython/issues/103472](https://redirect.github.com/python/cpython/issues/103472).\u000a(`#&#8203;3252 <https://github.com/urllib3/urllib3/issues/3252>`\\__)\u000a- Adjust tolerance for floating-point comparison on Windows to avoid\u000aflakiness in CI (`#&#8203;3413\u000a<https://github.com/urllib3/urllib3/issues/3413>`\\__)\u000a- Fixed a crash where certain standard library hash functions were\u000aabsent in restricted environments. (`#&#8203;3432\u000a<https://github.com/urllib3/urllib3/issues/3432>`\\__)\u000a- Fixed mypy error when adding to\u000a`HTTPConnection.default_socket_options`. (`#&#8203;3448\u000a<https://github.com/urllib3/urllib3/issues/3448>`\\__)\u000a\u000a## HTTP/2 (experimental)\u000a\u000aHTTP/2 support is still in early development.\u000a\u000a- Excluded Transfer-Encoding: chunked from HTTP/2 request body\u000a(`#&#8203;3425 <https://github.com/urllib3/urllib3/issues/3425>`\\__)\u000a- Added version checking for `h2` (https://pypi.org/project/h2/) usage.\u000a\u000aNow only accepting supported h2 major version 4.x.x. (`#&#8203;3290\u000a<https://github.com/urllib3/urllib3/issues/3290>`\\__)\u000a- Added a probing mechanism for determining whether a given target\u000aorigin\u000asupports HTTP/2 via ALPN. (`#&#8203;3301\u000a<https://github.com/urllib3/urllib3/issues/3301>`\\__)\u000a- Add support for sending a request body with HTTP/2 (`#&#8203;3302\u000a<https://github.com/urllib3/urllib3/issues/3302>`\\__)\u000a\u000a## Deprecations and Removals\u000a\u000a- Note for downstream distributors: the `_version.py` file has been\u000aremoved and is now created at build time by hatch-vcs. (`#&#8203;3412\u000a<https://github.com/urllib3/urllib3/issues/3412>`\\__)\u000a- Drop support for end-of-life PyPy3.8 and PyPy3.9. (`#&#8203;3475\u000a<https://github.com/urllib3/urllib3/issues/3475>`\\__)\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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->\u000a\u000aCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\u000a",
        "date" : "2024-10-10 12:10:54 +0000",
        "id" : "f556f86ce8b17428eeffaa2a447b101f0264512b",
        "msg" : "chore(deps): update dependency urllib3 to v2.2.3 (#3122)",
        "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"
    }
  ]
}