{
  "_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" : 20153,
      "buildableTimeMillis" : 20153,
      "buildingDurationMillis" : 71787,
      "executingTimeMillis" : 71787,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5454,
      "waitingTimeMillis" : 5454
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 286,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
            "branch" : [
              {
                "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
            "branch" : [
              {
                "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
        "branch" : [
          {
            "SHA1" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
            "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" : "#286",
  "duration" : 71787,
  "estimatedDuration" : 102412,
  "executor" : None,
  "fullDisplayName" : "seed #286",
  "id" : "286",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 286,
  "queueId" : 759082,
  "result" : "SUCCESS",
  "timestamp" : 1719298550554,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/286/",
  "builtOn" : "default-8c5n8",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/tiflash/latest/pull_integration_test.groovy",
          "pipelines/pingcap/tiflash/latest/pod-pull_unit-test.yaml",
          "pipelines/pingcap/tiflash/latest/merged_unit_test.groovy",
          "pipelines/pingcap/tiflash/latest/pod-merged_unit_test.yaml",
          "pipelines/pingcap/tiflash/latest/pod-pull_build.yaml",
          "pipelines/pingcap/tiflash/latest/pull_unit_test.groovy"
        ],
        "commitId" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
        "timestamp" : 1719298521000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(tiflash): upgrade to LLVM17 & remove useless prepare tool stage (#2901)\u000a\u000a```shell\u000a$ docker run -it --rm  hub.pingcap.net/tiflash/tiflash-llvm-base:amd64-llvm-17.0.6 /bin/bash\u000a[root@d7d2c6310768 root]# which clang-format\u000a/usr/local/bin/clang-format\u000a[root@d7d2c6310768 root]# which clang-tidy  \u000a/usr/local/bin/clang-tidy\u000a[root@d7d2c6310768 root]# clang-tidy --version\u000aLLVM (http://llvm.org/):\u000a  LLVM version 17.0.6\u000a  Optimized build.\u000a[root@d7d2c6310768 root]# clang-format --version\u000aclang-format version 17.0.6 (/llvm-project/clang 6009708b4367171ccdbf4b5905cb6a803753fe18)\u000a[root@d7d2c6310768 root]# which ccahe\u000a/usr/bin/which: no ccahe in (/root//.cargo/bin:/opt/cmake/bin:/usr/local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/root/.cargo/bin)\u000a[root@d7d2c6310768 root]# which ccache\u000a/usr/local/bin/ccache\u000a[root@d7d2c6310768 root]# ccache --version\u000accache version 4.5.1\u000aFeatures: file-storage http-storage redis-storage\u000a\u000aCopyright (C) 2002-2007 Andrew Tridgell\u000aCopyright (C) 2009-2021 Joel Rosdahl and other contributors\u000a\u000aSee <https://ccache.dev/credits.html> for a complete list of contributors.\u000a\u000aThis program is free software; you can redistribute it and/or modify it under\u000athe terms of the GNU General Public License as published by the Free Software\u000aFoundation; either version 3 of the License, or (at your option) any later\u000aversion.\u000a[root@d7d2c6310768 root]# cmake --version\u000acmake version 3.24.2\u000a\u000aCMake suite maintained and supported by Kitware (kitware.com/cmake).\u000a[root@d7d2c6310768 root]# gcovr --version\u000abash: gcovr: command not found\u000a[root@d7d2c6310768 root]# gcov --version\u000agcov (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)\u000aCopyright (C) 2015 Free Software Foundation, Inc.\u000aThis is free software; see the source for copying conditions.\u000aThere is NO warranty; not even for MERCHANTABILITY or \u000aFITNESS FOR A PARTICULAR PURPOSE.\u000a\u000a```\u000a\u000aThe image has contained all necessary tools.\u000a\u000aSigned-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>\u000a",
        "date" : "2024-06-25 06:55:21 +0000",
        "id" : "956568f46be8249af2c31d2844b24a0b8bd3f11f",
        "msg" : "feat(tiflash): upgrade to LLVM17 & remove useless prepare tool stage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/pull_integration_test.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/merged_unit_test.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/pod-merged_unit_test.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/pod-pull_build.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/pod-pull_unit-test.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflash/latest/pull_unit_test.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}