{
  "_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" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 77169,
      "buildableTimeMillis" : 77169,
      "buildingDurationMillis" : 90381,
      "executingTimeMillis" : 90381,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5361,
      "waitingTimeMillis" : 5361
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 300,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
            "branch" : [
              {
                "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
            "branch" : [
              {
                "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
        "branch" : [
          {
            "SHA1" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
            "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" : "#300",
  "duration" : 90381,
  "estimatedDuration" : 71835,
  "executor" : None,
  "fullDisplayName" : "seed #300",
  "id" : "300",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 300,
  "queueId" : 821442,
  "result" : "SUCCESS",
  "timestamp" : 1720066314277,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/300/",
  "builtOn" : "default-5j39d",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/PingCAP-QE/tidb-test/latest/pod-pull_tiproxy_mysql_connector_test.yaml",
          "pipelines/pingcap/tiproxy/latest/pod-pull_mysql_connector_test.yaml"
        ],
        "commitId" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
        "timestamp" : 1720066228000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(deps): update golang image for mysql_connector_test (#3021)\u000a\u000a### **User description**\u000aAfter upgrading tidb deps to v1.1.0 in tiproxy, the test\u000a`mysql_connector_test` reports:\u000a\u000a```\u000a/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20240428083427-66ba419636ce/pkg/types/compare.go:18:2: package cmp is not in GOROOT (/usr/local/go/src/cmp)\u000anote: imported by a module that requires go 1.21\u000a/go/pkg/mod/github.com/pingcap/tidb@v1.1.0-beta.0.20240428083427-66ba419636ce/pkg/util/stmtsummary/v2/stmtsummary.go:20:2: package maps is not in GOROOT (/usr/local/go/src/maps)\u000anote: imported by a module that requires go 1.21\u000a/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20240424052342-0229f4077f0c/internal/locate/region_cache.go:44:2: package slices is not in GOROOT (/usr/local/go/src/slices)\u000anote: imported by a module that requires go 1.21\u000a```\u000a\u000aMaybe I should upgrade the golang image.\u000a\u000a\u000a___\u000a\u000a### **PR Type**\u000adependencies, configuration changes\u000a\u000a\u000a___\u000a\u000a### **Description**\u000a- Updated the Golang image version in `tidb-test` pipeline configuration\u000ato `golang-with-gcc11:1.21`.\u000a- Updated the Golang image version in `tiproxy` pipeline configuration\u000ato `golang-with-gcc11:1.21`.\u000a- These changes address issues with missing packages in the GOROOT for\u000athe `mysql_connector_test`.\u000a\u000a\u000a\u000a___\u000a\u000a\u000a\u000a### **Changes walkthrough** \ud83d\udcdd\u000a<table><thead><tr><th></th><th align=\"left\">Relevant\u000afiles</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table>\u000a<tr>\u000a  <td>\u000a    <details>\u000a\u000a<summary><strong>pod-pull_tiproxy_mysql_connector_test.yaml</strong><dd><code>Update\u000aGolang image version in tidb-test pipeline\u000aconfiguration</code></dd></summary>\u000a<hr>\u000a\u000a\u000apipelines/PingCAP-QE/tidb-test/latest/pod-pull_tiproxy_mysql_connector_test.yaml\u000a\u000a<li>Updated the Golang image version from\u000a<code>centos7_golang-1.21:latest</code> to\u000a<br><code>golang-with-gcc11:1.21</code>.<br>\u000a\u000a\u000a</details>\u000a\u000a\u000a  </td>\u000a<td><a\u000ahref=\"https://github.com/PingCAP-QE/ci/pull/3021/files#diff-9f1cd4ec65284e432c4696bc9279873bb22b540b1e0ebbbced07122dc0743669\">+1/-1</a>&nbsp;\u000a&nbsp; &nbsp; </td>\u000a\u000a</tr>                    \u000a\u000a<tr>\u000a  <td>\u000a    <details>\u000a\u000a<summary><strong>pod-pull_mysql_connector_test.yaml</strong><dd><code>Update\u000aGolang image version in tiproxy pipeline\u000aconfiguration</code></dd></summary>\u000a<hr>\u000a\u000apipelines/pingcap/tiproxy/latest/pod-pull_mysql_connector_test.yaml\u000a\u000a<li>Updated the Golang image version from\u000a<code>golang-with-gcc11:1.20</code> to\u000a<br><code>golang-with-gcc11:1.21</code>.<br>\u000a\u000a\u000a</details>\u000a\u000a\u000a  </td>\u000a<td><a\u000ahref=\"https://github.com/PingCAP-QE/ci/pull/3021/files#diff-44748dc433ffe13a4eeb252d77c5db7809cb6f8fe8c2f5e5faa7f9290b010ec9\">+1/-1</a>&nbsp;\u000a&nbsp; &nbsp; </td>\u000a\u000a</tr>                    \u000a</table></td></tr></tr></tbody></table>\u000a\u000a___\u000a\u000a> \ud83d\udca1 **PR-Agent usage**:\u000a>Comment `/help` on the PR to get a list of all available PR-Agent tools\u000aand their descriptions\u000a",
        "date" : "2024-07-04 04:10:28 +0000",
        "id" : "8ec524e802d0133789709d1f7324cd91ee43b46c",
        "msg" : "fix(deps): update golang image for mysql_connector_test (#3021)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiproxy/latest/pod-pull_mysql_connector_test.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/PingCAP-QE/tidb-test/latest/pod-pull_tiproxy_mysql_connector_test.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}