Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-65566

gitscm checkout stuck in Arm arch

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • git-plugin
    • None
    • Jenkins 2.235
      git-plugin 4.4.1
      jira-plugin 3.1.1

      Hi team,

      I am encountering an issue which gitscm checkout code get stuck frequently.

      how often? Maybe, if I run 100 builds.   2 or more builds will meet this issue.

      sometimes, it stuck 'git rev-list', or stuck 'git init', or stuck 'git checkout ' etc.

      this time, it stuck git rev-list.   code already checkout. but seems this progress is hung.

       16:23:52  The recommended git tool is: NONE
      16:24:05  using credential 445c1d65-f5ad-4a92-b56d-0bb6b22e4895
      16:24:05  Cloning the remote Git repository
      16:24:05  Cloning repository http://172.18.0.121/user1/jack-2048.git
      16:24:06   > git init /home/jenkins/agent/workspace/f86afa64-81a4-493b-86fd-fbbb32aa5db1 # timeout=10
      16:24:06  Fetching upstream changes from http://172.18.0.121/user1/jack-2048.git
      16:24:06   > git --version # timeout=10
      16:24:06   > git --version # 'git version 2.20.4'
      16:24:06  using GIT_ASKPASS to set credentials 445c1d65-f5ad-4a92-b56d-0bb6b22e4895
      16:24:06   > git fetch --tags --force --progress -- http://172.18.0.121/user1/jack-2048.git +refs/heads/*:refs/remotes/origin/* # timeout=10
      16:24:08  Avoid second fetch
      16:24:08  Checking out Revision dd69c2cc7ae3ef78068e39a08f8949937227a02d (refs/remotes/origin/master)
      16:24:07   > git config remote.origin.url http://172.18.0.121/user1/jack-2048.git # timeout=10
      16:24:08   > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
      16:24:08   > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
      16:24:08   > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
      16:24:08   > git config core.sparsecheckout # timeout=10
      16:24:08   > git checkout -f dd69c2cc7ae3ef78068e39a08f8949937227a02d # timeout=10
      16:24:13  Commit message: "Update docker-2048镜像文件"
      16:24:13   > git rev-list --no-walk dd69c2cc7ae3ef78068e39a08f8949937227a02d # timeout=10
      
      

       

      so any suggestion for this issue?

       

            Unassigned Unassigned
            zhongjun2020 You
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: