| blob_data |
2026-02-12T10:03:41.3602322Z iZ2zed3pt2nygf9dy1a9d 2026-02-12T10:03:41.3602322Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 31 of job 39, be triggered by event: push
2026-02-12T10:03:41.3607355Z workflow prepared
2026-02-12T10:03:41.3608314Z evaluating expression 'success()'
2026-02-12T10:03:41.3609608Z expression 'success()' evaluated to 'true'
2026-02-12T10:03:41.3614328Z expression '${{ secrets.GITEAS_TOKEN }}' rewritten to 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:03:41.3614571Z evaluating expression 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:03:41.3615038Z expression 'format('{0}', secrets.GITEAS_TOKEN)' evaluated to '%!t(string=***)'
2026-02-12T10:03:41.3615319Z expression '${{ secrets.GITEAS_HOST }}' rewritten to 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:03:41.3615505Z evaluating expression 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:03:41.3615859Z expression 'format('{0}', secrets.GITEAS_HOST)' evaluated to '%!t(string=***)'
2026-02-12T10:03:41.3616246Z evaluating expression ''
2026-02-12T10:03:41.3616448Z expression '' evaluated to 'true'
2026-02-12T10:03:41.3616585Z ⭐ Run Main Checkout code manually
2026-02-12T10:03:41.3619556Z expression '# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: ${{ github.repository }}"\necho "GITHUB_SHA: ${{ github.sha }}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="${{ github.repository }}"\nSHA="${{ github.sha }}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n' rewritten to 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)'
2026-02-12T10:03:41.3620237Z evaluating expression 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)'
2026-02-12T10:03:41.3622068Z expression 'format('# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: {0}"\necho "GITHUB_SHA: {1}"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="{2}"\nSHA="{3}"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${{GITEA_TOKEN}}@${{GITEA_HOST}}/${{REPO}}.git"\necho "Cloning from: ${{REPO_URL//${{GITEA_TOKEN}}/***REDACTED***}} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n', github.repository, github.sha, github.repository, github.sha)' evaluated to '%!t(string=# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: juhai/testpc"\necho "GITHUB_SHA: 8b9043cb7c726e4e59948720bb4009d9c10c8041"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="8b9043cb7c726e4e59948720bb4009d9c10c8041"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n)'
2026-02-12T10:03:41.3622500Z Wrote command \n\n# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: juhai/testpc"\necho "GITHUB_SHA: 8b9043cb7c726e4e59948720bb4009d9c10c8041"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="8b9043cb7c726e4e59948720bb4009d9c10c8041"\n\nif [ -z "$REPO" ] || [ -z "$SHA" ]; then\n echo "❌ Missing GITHUB_REPOSITORY or GITHUB_SHA"\n exit 1\nfi\n\nREPO_URL="https://${GITEA_TOKEN}@${GITEA_HOST}/${REPO}.git"\necho "Cloning from: ${REPO_URL//${GITEA_TOKEN}/***REDACTED***} (SHA: $SHA)"\n\ngit init\ngit remote add origin "$REPO_URL"\ngit fetch --depth=1 origin "$SHA"\ngit checkout "$SHA"\n\n\n to 'workflow/0.sh'
2026-02-12T10:03:41.3650620Z GITEA_HOST: ***
2026-02-12T10:03:41.3651254Z GITHUB_REPOSITORY: juhai/testpc
2026-02-12T10:03:41.3651489Z GITHUB_SHA: 8b9043cb7c726e4e59948720bb4009d9c10c8041
2026-02-12T10:03:41.3651646Z Cloning from: https://***REDACTED***@***/juhai/testpc.git (SHA: 8b9043cb7c726e4e59948720bb4009d9c10c8041)
2026-02-12T10:03:41.3687841Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-02-12T10:03:41.3688189Z hint: is subject to change. To configure the initial branch name to use in all
2026-02-12T10:03:41.3688337Z hint: of your new repositories, which will suppress this warning, call:
2026-02-12T10:03:41.3688608Z hint:
2026-02-12T10:03:41.3688932Z hint: git config --global init.defaultBranch <name>
2026-02-12T10:03:41.3689225Z hint:
2026-02-12T10:03:41.3689442Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-02-12T10:03:41.3689578Z hint: 'development'. The just-created branch can be renamed via this command:
2026-02-12T10:03:41.3689755Z hint:
2026-02-12T10:03:41.3689877Z hint: git branch -m <name>
2026-02-12T10:03:41.3705972Z Initialized empty Git repository in /root/.cache/act/e0a9b9ec9152bda8/hostexecutor/.git/
2026-02-12T10:03:41.5668999Z remote: Enumerating objects: 3188, done.
2026-02-12T10:03:41.5713691Z remote: Counting objects: 0% (1/3188)
remote: Counting objects: 1% (32/3188)
remote: Counting objects: 2% (64/3188)
remote: Counting objects: 3% (96/3188)
remote: Counting objects: 4% (128/3188)
remote: Counting objects: 5% (160/3188)
remote: Counting objects: 6% (192/3188)
remote: Counting objects: 7% (224/3188)
remote: Counting objects: 8% (256/3188)
remote: Counting objects: 9% (287/3188)
remote: Counting objects: 10% (319/3188)
remote: Counting objects: 11% (351/3188)
remote: Counting objects: 12% (383/3188)
remote: Counting objects: 13% (415/3188)
remote: Counting objects: 14% (447/3188)
remote: Counting objects: 15% (479/3188)
remote: Counting objects: 16% (511/3188)
remote: Counting objects: 17% (542/3188)
remote: Counting objects: 18% (574/3188)
remote: Counting objects: 19% (606/3188)
remote: Counting objects: 20% (638/3188)
remote: Counting objects: 21% (670/3188)
remote: Counting objects: 22% (702/3188)
remote: Counting objects: 23% (734/3188)
remote: Counting objects: 24% (766/3188)
remote: Counting objects: 25% (797/3188)
remote: Counting objects: 26% (829/3188)
remote: Counting objects: 27% (861/3188)
remote: Counting objects: 28% (893/3188)
remote: Counting objects: 29% (925/3188)
remote: Counting objects: 30% (957/3188)
remote: Counting objects: 31% (989/3188)
remote: Counting objects: 32% (1021/3188)
remote: Counting objects: 33% (1053/3188)
remote: Counting objects: 34% (1084/3188)
remote: Counting objects: 35% (1116/3188)
remote: Counting objects: 36% (1148/3188)
remote: Counting objects: 37% (1180/3188)
remote: Counting objects: 38% (1212/3188)
remote: Counting objects: 39% (1244/3188)
remote: Counting objects: 40% (1276/3188)
remote: Counting objects: 41% (1308/3188)
remote: Counting objects: 42% (1339/3188)
remote: Counting objects: 43% (1371/3188)
remote: Counting objects: 44% (1403/3188)
remote: Counting objects: 45% (1435/3188)
remote: Counting objects: 46% (1467/3188)
remote: Counting objects: 47% (1499/3188)
remote: Counting objects: 48% (1531/3188)
remote: Counting objects: 49% (1563/3188)
remote: Counting objects: 50% (1594/3188)
remote: Counting objects: 51% (1626/3188)
remote: Counting objects: 52% (1658/3188)
remote: Counting objects: 53% (1690/3188)
remote: Counting objects: 54% (1722/3188)
remote: Counting objects: 55% (1754/3188)
remote: Counting objects: 56% (1786/3188)
remote: Counting objects: 57% (1818/3188)
remote: Counting objects: 58% (1850/3188)
remote: Counting objects: 59% (1881/3188)
remote: Counting objects: 60% (1913/3188)
remote: Counting objects: 61% (1945/3188)
remote: Counting objects: 62% (1977/3188)
remote: Counting objects: 63% (2009/3188)
remote: Counting objects: 64% (2041/3188)
remote: Counting objects: 65% (2073/3188)
remote: Counting objects: 66% (2105/3188)
remote: Counting objects: 67% (2136/3188)
remote: Counting objects: 68% (2168/3188)
remote: Counting objects: 69% (2200/3188)
remote: Counting objects: 70% (2232/3188)
remote: Counting objects: 71% (2264/3188)
remote: Counting objects: 72% (2296/3188)
remote: Counting objects: 73% (2328/3188)
remote: Counting objects: 74% (2360/3188)
remote: Counting objects: 75% (2391/3188)
remote: Counting objects: 76% (2423/3188)
remote: Counting objects: 77% (2455/3188)
remote: Counting objects: 78% (2487/3188)
remote: Counting objects: 79% (2519/3188)
remote: Counting objects: 80% (2551/3188)
remote: Counting objects: 81% (2583/3188)
remote: Counting objects: 82% (2615/3188)
remote: Counting objects: 83% (2647/3188)
remote: Counting objects: 84% (2678/3188)
remote: Counting objects: 85% (2710/3188)
remote: Counting objects: 86% (2742/3188)
remote: Counting objects: 87% (2774/3188)
remote: Counting objects: 88% (2806/3188)
remote: Counting objects: 89% (2838/3188)
remote: Counting objects: 90% (2870/3188)
remote: Counting objects: 91% (2902/3188)
remote: Counting objects: 92% (2933/3188)
remote: Counting objects: 93% (2965/3188)
remote: Counting objects: 94% (2997/3188)
remote: Counting objects: 95% (3029/3188)
remote: Counting objects: 96% (3061/3188)
remote: Counting objects: 97% (3093/3188)
remote: Counting objects: 98% (3125/3188)
remote: Counting objects: 99% (3157/3188)
remote: Counting objects: 100% (3188/3188)
remote: Counting objects: 100% (3188/3188), done.
2026-02-12T10:03:41.5720437Z remote: Compressing objects: 0% (1/2091)
remote: Compressing objects: 1% (21/2091)
remote: Compressing objects: 2% (42/2091)
remote: Compressing objects: 3% (63/2091)
remote: Compressing objects: 4% (84/2091)
remote: Compressing objects: 5% (105/2091)
remote: Compressing objects: 6% (126/2091)
remote: Compressing objects: 7% (147/2091)
remote: Compressing objects: 8% (168/2091)
remote: Compressing objects: 9% (189/2091)
remote: Compressing objects: 10% (210/2091)
remote: Compressing objects: 11% (231/2091)
remote: Compressing objects: 12% (251/2091)
remote: Compressing objects: 13% (272/2091)
remote: Compressing objects: 14% (293/2091)
remote: Compressing objects: 15% (314/2091)
remote: Compressing objects: 16% (335/2091)
remote: Compressing objects: 17% (356/2091)
remote: Compressing objects: 18% (377/2091)
remote: Compressing objects: 19% (398/2091)
remote: Compressing objects: 20% (419/2091)
remote: Compressing objects: 21% (440/2091)
remote: Compressing objects: 22% (461/2091)
remote: Compressing objects: 23% (481/2091)
remote: Compressing objects: 24% (502/2091)
remote: Compressing objects: 25% (523/2091)
remote: Compressing objects: 26% (544/2091)
remote: Compressing objects: 27% (565/2091)
remote: Compressing objects: 28% (586/2091)
remote: Compressing objects: 29% (607/2091)
remote: Compressing objects: 30% (628/2091)
remote: Compressing objects: 31% (649/2091)
remote: Compressing objects: 32% (670/2091)
remote: Compressing objects: 33% (691/2091)
remote: Compressing objects: 34% (711/2091)
remote: Compressing objects: 35% (732/2091)
remote: Compressing objects: 36% (753/2091)
remote: Compressing objects: 37% (774/2091)
remote: Compressing objects: 38% (795/2091)
remote: Compressing objects: 39% (816/2091)
remote: Compressing objects: 40% (837/2091)
remote: Compressing objects: 41% (858/2091)
remote: Compressing objects: 42% (879/2091)
remote: Compressing objects: 43% (900/2091)
remote: Compressing objects: 44% (921/2091)
remote: Compressing objects: 45% (941/2091)
remote: Compressing objects: 46% (962/2091)
remote: Compressing objects: 47% (983/2091)
remote: Compressing objects: 48% (1004/2091)
remote: Compressing objects: 49% (1025/2091)
remote: Compressing objects: 50% (1046/2091)
remote: Compressing objects: 51% (1067/2091)
remote: Compressing objects: 52% (1088/2091)
remote: Compressing objects: 53% (1109/2091)
remote: Compressing objects: 54% (1130/2091)
remote: Compressing objects: 55% (1151/2091)
remote: Compressing objects: 56% (1171/2091)
remote: Compressing objects: 57% (1192/2091)
remote: Compressing objects: 58% (1213/2091)
remote: Compressing objects: 59% (1234/2091)
remote: Compressing objects: 60% (1255/2091)
remote: Compressing objects: 61% (1276/2091)
remote: Compressing objects: 62% (1297/2091)
remote: Compressing objects: 63% (1318/2091)
remote: Compressing objects: 64% (1339/2091)
remote: Compressing objects: 65% (1360/2091)
remote: Compressing objects: 66% (1381/2091)
remote: Compressing objects: 67% (1401/2091)
remote: Compressing objects: 68% (1422/2091)
remote: Compressing objects: 69% (1443/2091)
remote: Compressing objects: 70% (1464/2091)
remote: Compressing objects: 71% (1485/2091)
remote: Compressing objects: 72% (1506/2091)
remote: Compressing objects: 73% (1527/2091)
remote: Compressing objects: 74% (1548/2091)
remote: Compressing objects: 75% (1569/2091)
remote: Compressing objects: 76% (1590/2091)
remote: Compressing objects: 77% (1611/2091)
remote: Compressing objects: 78% (1631/2091)
remote: Compressing objects: 79% (1652/2091)
remote: Compressing objects: 80% (1673/2091)
remote: Compressing objects: 81% (1694/2091)
remote: Compressing objects: 82% (1715/2091)
remote: Compressing objects: 83% (1736/2091)
remote: Compressing objects: 84% (1757/2091)
remote: Compressing objects: 85% (1778/2091)
remote: Compressing objects: 86% (1799/2091)
remote: Compressing objects: 87% (1820/2091)
remote: Compressing objects: 88% (1841/2091)
remote: Compressing objects: 89% (1861/2091)
remote: Compressing objects: 90% (1882/2091)
remote: Compressing objects: 91% (1903/2091)
remote: Compressing objects: 92% (1924/2091)
remote: Compressing objects: 93% (1945/2091)
remote: Compressing objects: 94% (1966/2091)
remote: Compressing objects: 95% (1987/2091)
remote: Compressing objects: 96% (2008/2091)
remote: Compressing objects: 97% (2029/2091)
remote: Compressing objects: 98% (2050/2091)
remote: Compressing objects: 99% (2071/2091)
remote: Compressing objects: 100% (2091/2091)
remote: Compressing objects: 100% (2091/2091), done.
2026-02-12T10:03:42.2988744Z Receiving objects: 0% (1/3188)
Receiving objects: 1% (32/3188)
Receiving objects: 2% (64/3188)
Receiving objects: 3% (96/3188)
Receiving objects: 4% (128/3188)
Receiving objects: 5% (160/3188)
Receiving objects: 6% (192/3188)
Receiving objects: 7% (224/3188)
Receiving objects: 8% (256/3188)
Receiving objects: 9% (287/3188)
Receiving objects: 10% (319/3188)
Receiving objects: 11% (351/3188)
Receiving objects: 12% (383/3188)
Receiving objects: 13% (415/3188)
Receiving objects: 14% (447/3188)
Receiving objects: 15% (479/3188)
Receiving objects: 16% (511/3188)
Receiving objects: 17% (542/3188)
Receiving objects: 18% (574/3188)
Receiving objects: 19% (606/3188)
Receiving objects: 20% (638/3188)
Receiving objects: 21% (670/3188)
Receiving objects: 22% (702/3188)
Receiving objects: 23% (734/3188)
Receiving objects: 24% (766/3188)
Receiving objects: 25% (797/3188)
Receiving objects: 26% (829/3188)
Receiving objects: 27% (861/3188)
Receiving objects: 28% (893/3188)
Receiving objects: 29% (925/3188)
Receiving objects: 30% (957/3188)
Receiving objects: 31% (989/3188)
Receiving objects: 32% (1021/3188)
Receiving objects: 33% (1053/3188)
Receiving objects: 34% (1084/3188)
Receiving objects: 35% (1116/3188)
Receiving objects: 36% (1148/3188)
Receiving objects: 37% (1180/3188)
Receiving objects: 38% (1212/3188)
Receiving objects: 39% (1244/3188)
Receiving objects: 40% (1276/3188)
Receiving objects: 41% (1308/3188)
Receiving objects: 42% (1339/3188)
Receiving objects: 43% (1371/3188)
Receiving objects: 44% (1403/3188)
Receiving objects: 45% (1435/3188)
Receiving objects: 46% (1467/3188)
Receiving objects: 47% (1499/3188)
Receiving objects: 48% (1531/3188)
Receiving objects: 49% (1563/3188)
Receiving objects: 50% (1594/3188)
Receiving objects: 51% (1626/3188)
Receiving objects: 52% (1658/3188)
Receiving objects: 53% (1690/3188)
Receiving objects: 54% (1722/3188)
Receiving objects: 55% (1754/3188)
Receiving objects: 56% (1786/3188)
Receiving objects: 57% (1818/3188)
Receiving objects: 58% (1850/3188)
Receiving objects: 59% (1881/3188)
Receiving objects: 60% (1913/3188)
Receiving objects: 61% (1945/3188)
Receiving objects: 62% (1977/3188)
Receiving objects: 63% (2009/3188)
Receiving objects: 64% (2041/3188)
Receiving objects: 65% (2073/3188)
Receiving objects: 66% (2105/3188)
Receiving objects: 67% (2136/3188)
Receiving objects: 68% (2168/3188)
Receiving objects: 69% (2200/3188)
Receiving objects: 70% (2232/3188)
Receiving objects: 71% (2264/3188)
Receiving objects: 72% (2296/3188)
Receiving objects: 73% (2328/3188)
Receiving objects: 74% (2360/3188)
Receiving objects: 75% (2391/3188)
Receiving objects: 76% (2423/3188)
Receiving objects: 77% (2455/3188)
Receiving objects: 78% (2487/3188)
Receiving objects: 79% (2519/3188)
Receiving objects: 80% (2551/3188)
Receiving objects: 81% (2583/3188)
Receiving objects: 82% (2615/3188)
Receiving objects: 83% (2647/3188)
Receiving objects: 84% (2678/3188)
Receiving objects: 85% (2710/3188)
Receiving objects: 86% (2742/3188)
Receiving objects: 87% (2774/3188)
Receiving objects: 88% (2806/3188)
Receiving objects: 89% (2838/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 90% (2870/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 91% (2902/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 92% (2933/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 93% (2965/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 94% (2997/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 95% (3029/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 96% (3061/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 97% (3093/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 98% (3125/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 99% (3157/3188), 13.15 MiB | 26.34 MiB/s
remote: Total 3188 (delta 1048), reused 3180 (delta 1048), pack-reused 0
2026-02-12T10:03:42.3004569Z Receiving objects: 100% (3188/3188), 13.15 MiB | 26.34 MiB/s
Receiving objects: 100% (3188/3188), 17.15 MiB | 23.64 MiB/s, done.
2026-02-12T10:03:42.3900021Z Resolving deltas: 0% (0/1048)
Resolving deltas: 1% (11/1048)
Resolving deltas: 2% (21/1048)
Resolving deltas: 3% (33/1048)
Resolving deltas: 4% (42/1048)
Resolving deltas: 5% (54/1048)
Resolving deltas: 6% (63/1048)
Resolving deltas: 7% (74/1048)
Resolving deltas: 8% (84/1048)
Resolving deltas: 9% (95/1048)
Resolving deltas: 10% (105/1048)
Resolving deltas: 11% (116/1048)
Resolving deltas: 12% (127/1048)
Resolving deltas: 13% (137/1048)
Resolving deltas: 14% (147/1048)
Resolving deltas: 15% (158/1048)
Resolving deltas: 16% (168/1048)
Resolving deltas: 17% (179/1048)
Resolving deltas: 18% (189/1048)
Resolving deltas: 19% (201/1048)
Resolving deltas: 20% (210/1048)
Resolving deltas: 21% (221/1048)
Resolving deltas: 22% (231/1048)
Resolving deltas: 23% (242/1048)
Resolving deltas: 24% (252/1048)
Resolving deltas: 25% (262/1048)
Resolving deltas: 26% (273/1048)
Resolving deltas: 27% (283/1048)
Resolving deltas: 28% (294/1048)
Resolving deltas: 29% (304/1048)
Resolving deltas: 30% (315/1048)
Resolving deltas: 31% (325/1048)
Resolving deltas: 32% (337/1048)
Resolving deltas: 33% (346/1048)
Resolving deltas: 34% (357/1048)
Resolving deltas: 35% (367/1048)
Resolving deltas: 36% (378/1048)
Resolving deltas: 37% (388/1048)
Resolving deltas: 38% (399/1048)
Resolving deltas: 39% (409/1048)
Resolving deltas: 40% (420/1048)
Resolving deltas: 41% (430/1048)
Resolving deltas: 42% (441/1048)
Resolving deltas: 43% (451/1048)
Resolving deltas: 44% (462/1048)
Resolving deltas: 45% (472/1048)
Resolving deltas: 46% (483/1048)
Resolving deltas: 47% (493/1048)
Resolving deltas: 48% (504/1048)
Resolving deltas: 49% (515/1048)
Resolving deltas: 50% (524/1048)
Resolving deltas: 51% (535/1048)
Resolving deltas: 52% (545/1048)
Resolving deltas: 53% (556/1048)
Resolving deltas: 54% (567/1048)
Resolving deltas: 55% (577/1048)
Resolving deltas: 56% (588/1048)
Resolving deltas: 57% (598/1048)
Resolving deltas: 58% (608/1048)
Resolving deltas: 59% (619/1048)
Resolving deltas: 60% (629/1048)
Resolving deltas: 61% (640/1048)
Resolving deltas: 62% (650/1048)
Resolving deltas: 63% (661/1048)
Resolving deltas: 64% (671/1048)
Resolving deltas: 65% (682/1048)
Resolving deltas: 66% (692/1048)
Resolving deltas: 67% (703/1048)
Resolving deltas: 68% (713/1048)
Resolving deltas: 69% (724/1048)
Resolving deltas: 70% (734/1048)
Resolving deltas: 71% (745/1048)
Resolving deltas: 72% (755/1048)
Resolving deltas: 73% (766/1048)
Resolving deltas: 74% (777/1048)
Resolving deltas: 75% (787/1048)
Resolving deltas: 76% (797/1048)
Resolving deltas: 77% (807/1048)
Resolving deltas: 78% (818/1048)
Resolving deltas: 79% (828/1048)
Resolving deltas: 80% (839/1048)
Resolving deltas: 81% (849/1048)
Resolving deltas: 82% (860/1048)
Resolving deltas: 83% (870/1048)
Resolving deltas: 84% (881/1048)
Resolving deltas: 85% (891/1048)
Resolving deltas: 86% (902/1048)
Resolving deltas: 87% (912/1048)
Resolving deltas: 88% (923/1048)
Resolving deltas: 89% (933/1048)
Resolving deltas: 90% (944/1048)
Resolving deltas: 91% (954/1048)
Resolving deltas: 92% (965/1048)
Resolving deltas: 93% (975/1048)
Resolving deltas: 94% (986/1048)
Resolving deltas: 95% (996/1048)
Resolving deltas: 96% (1007/1048)
Resolving deltas: 97% (1017/1048)
Resolving deltas: 98% (1028/1048)
Resolving deltas: 99% (1038/1048)
Resolving deltas: 100% (1048/1048)
Resolving deltas: 100% (1048/1048), done.
2026-02-12T10:03:42.5002686Z From https://***/juhai/testpc
2026-02-12T10:03:42.5003219Z * branch 8b9043cb7c726e4e59948720bb4009d9c10c8041 -> FETCH_HEAD
2026-02-12T10:03:43.1090487Z Note: switching to '8b9043cb7c726e4e59948720bb4009d9c10c8041'.
2026-02-12T10:03:43.1091483Z
2026-02-12T10:03:43.1092031Z You are in 'detached HEAD' state. You can look around, make experimental
2026-02-12T10:03:43.1092226Z changes and commit them, and you can discard any commits you make in this
2026-02-12T10:03:43.1092373Z state without impacting any branches by switching back to a branch.
2026-02-12T10:03:43.1092541Z
2026-02-12T10:03:43.1092653Z If you want to create a new branch to retain commits you create, you may
2026-02-12T10:03:43.1093683Z do so (now or later) by using -c with the switch command. Example:
2026-02-12T10:03:43.1094161Z
2026-02-12T10:03:43.1094297Z git switch -c <new-branch-name>
2026-02-12T10:03:43.1094484Z
2026-02-12T10:03:43.1094603Z Or undo this operation with:
2026-02-12T10:03:43.1094722Z
2026-02-12T10:03:43.1094824Z git switch -
2026-02-12T10:03:43.1095232Z
2026-02-12T10:03:43.1095428Z Turn off this advice by setting config variable advice.detachedHead to false
2026-02-12T10:03:43.1095575Z
2026-02-12T10:03:43.1095829Z HEAD is now at 8b9043c t22收拾收拾99
2026-02-12T10:03:43.1181489Z ✅ /tmp/rsync.pass created with password '***'
2026-02-12T10:03:43.1275286Z Commit message: t22收拾收拾99
2026-02-12T10:03:43.1277182Z 🔄 Incremental sync...
2026-02-12T10:03:43.1499435Z Files to sync:
2026-02-12T10:03:43.1519621Z pc/system/.htaccess
2026-02-12T10:03:43.1519958Z pc/system/helpers/typography_helper.php
2026-02-12T10:03:43.1520126Z pc/system/helpers/inflector_helper.php
2026-02-12T10:03:43.1520277Z pc/system/helpers/file_helper.php
2026-02-12T10:03:43.1520427Z pc/system/helpers/string_helper.php
2026-02-12T10:03:43.1520553Z pc/system/helpers/url_helper.php
2026-02-12T10:03:43.1520726Z pc/system/helpers/directory_helper.php
2026-02-12T10:03:43.1521999Z pc/system/helpers/index.html
2026-02-12T10:03:43.1522311Z pc/system/helpers/html_helper.php
2026-02-12T10:03:43.1522488Z pc/system/helpers/text_helper.php
2026-02-12T10:03:43.1522657Z pc/system/helpers/xml_helper.php
2026-02-12T10:03:43.1522803Z pc/system/helpers/number_helper.php
2026-02-12T10:03:43.1523000Z pc/system/helpers/cookie_helper.php
2026-02-12T10:03:43.1523127Z pc/system/helpers/form_helper.php
2026-02-12T10:03:43.1523254Z pc/system/helpers/download_helper.php
2026-02-12T10:03:43.1523365Z pc/system/helpers/security_helper.php
2026-02-12T10:03:43.1523487Z pc/system/helpers/language_helper.php
2026-02-12T10:03:43.1523602Z pc/system/helpers/path_helper.php
2026-02-12T10:03:43.1523711Z pc/system/helpers/date_helper.php
2026-02-12T10:03:43.1523821Z pc/system/helpers/captcha_helper.php
2026-02-12T10:03:43.1523929Z pc/system/helpers/smiley_helper.php
2026-02-12T10:03:43.1524056Z pc/system/helpers/email_helper.php
2026-02-12T10:03:43.1524167Z pc/system/helpers/array_helper.php
2026-02-12T10:03:43.1524284Z pc/system/libraries/Email.php
2026-02-12T10:03:43.1524397Z pc/system/libraries/Ftp.php
2026-02-12T10:03:43.1524503Z pc/system/libraries/Profiler.php
2026-02-12T10:03:43.1524618Z pc/system/libraries/Cart.php
2026-02-12T10:03:43.1524725Z pc/system/libraries/Xmlrpcs.php
2026-02-12T10:03:43.1524834Z pc/system/libraries/Encryption.php
2026-02-12T10:03:43.1524965Z pc/system/libraries/Upload.php
2026-02-12T10:03:43.1525095Z pc/system/libraries/Unit_test.php
2026-02-12T10:03:43.1525201Z pc/system/libraries/Javascript/index.html
2026-02-12T10:03:43.1525335Z pc/system/libraries/Javascript/Jquery.php
2026-02-12T10:03:43.1525450Z pc/system/libraries/index.html
2026-02-12T10:03:43.1525558Z pc/system/libraries/Trackback.php
2026-02-12T10:03:43.1525678Z pc/system/libraries/Calendar.php
2026-02-12T10:03:43.1525789Z pc/system/libraries/Zip.php
2026-02-12T10:03:43.1525912Z pc/system/libraries/Image_lib.php
2026-02-12T10:03:43.1526024Z pc/system/libraries/Form_validation.php
2026-02-12T10:03:43.1526139Z pc/system/libraries/Javascript.php
2026-02-12T10:03:43.1526266Z pc/system/libraries/Xmlrpc.php
2026-02-12T10:03:43.1526391Z pc/system/libraries/Cache/index.html
2026-02-12T10:03:43.1526520Z pc/system/libraries/Cache/drivers/Cache_file.php
2026-02-12T10:03:43.1526642Z pc/system/libraries/Cache/drivers/Cache_wincache.php
2026-02-12T10:03:43.1526779Z pc/system/libraries/Cache/drivers/index.html
2026-02-12T10:03:43.1526972Z pc/system/libraries/Cache/drivers/Cache_dummy.php
2026-02-12T10:03:43.1527101Z pc/system/libraries/Cache/drivers/Cache_redis.php
2026-02-12T10:03:43.1527216Z pc/system/libraries/Cache/drivers/Cache_apc.php
2026-02-12T10:03:43.1527339Z pc/system/libraries/Cache/drivers/Cache_memcached.php
2026-02-12T10:03:43.1527467Z pc/system/libraries/Cache/Cache.php
2026-02-12T10:03:43.1527584Z pc/system/libraries/Session/index.html
2026-02-12T10:03:43.1527785Z pc/system/libraries/Session/Session_driver.php
2026-02-12T10:03:43.1527903Z pc/system/libraries/Session/SessionHandlerInterface.php
2026-02-12T10:03:43.1528034Z pc/system/libraries/Session/drivers/index.html
2026-02-12T10:03:43.1528171Z pc/system/libraries/Session/drivers/Session_database_driver.php
2026-02-12T10:03:43.1528329Z pc/system/libraries/Session/drivers/Session_memcached_driver.php
2026-02-12T10:03:43.1528496Z pc/system/libraries/Session/drivers/Session_files_driver.php
2026-02-12T10:03:43.1528622Z pc/system/libraries/Session/drivers/Session_redis_driver.php
2026-02-12T10:03:43.1528767Z pc/system/libraries/Session/Session.php
2026-02-12T10:03:43.1528886Z pc/system/libraries/Migration.php
2026-02-12T10:03:43.1529005Z pc/system/libraries/Typography.php
2026-02-12T10:03:43.1529203Z pc/system/libraries/User_agent.php
2026-02-12T10:03:43.1529324Z pc/system/libraries/Parser.php
2026-02-12T10:03:43.1529458Z pc/system/libraries/Pagination.php
2026-02-12T10:03:43.1529587Z pc/system/libraries/Encrypt.php
2026-02-12T10:03:43.1529698Z pc/system/libraries/Driver.php
2026-02-12T10:03:43.1529809Z pc/system/libraries/Table.php
2026-02-12T10:03:43.1530015Z pc/system/index.html
2026-02-12T10:03:43.1530182Z pc/system/database/DB_driver.php
2026-02-12T10:03:43.1530308Z pc/system/database/DB_cache.php
2026-02-12T10:03:43.1530466Z pc/system/database/DB_forge.php
2026-02-12T10:03:43.1530583Z pc/system/database/DB.php
2026-02-12T10:03:43.1530710Z pc/system/database/index.html
2026-02-12T10:03:43.1530828Z pc/system/database/DB_result.php
2026-02-12T10:03:43.1530950Z pc/system/database/DB_query_builder.php
2026-02-12T10:03:43.1531071Z pc/system/database/drivers/oci8/oci8_driver.php
2026-02-12T10:03:43.1531697Z pc/system/database/drivers/oci8/index.html
2026-02-12T10:03:43.1532287Z pc/system/database/drivers/oci8/oci8_result.php
2026-02-12T10:03:43.1532430Z pc/system/database/drivers/oci8/oci8_forge.php
2026-02-12T10:03:43.1532641Z pc/system/database/drivers/oci8/oci8_utility.php
2026-02-12T10:03:43.1532768Z pc/system/database/drivers/sqlite/sqlite_driver.php
2026-02-12T10:03:43.1532895Z pc/system/database/drivers/sqlite/sqlite_forge.php
2026-02-12T10:03:43.1533076Z pc/system/database/drivers/sqlite/index.html
2026-02-12T10:03:43.1533214Z pc/system/database/drivers/sqlite/sqlite_result.php
2026-02-12T10:03:43.1533389Z pc/system/database/drivers/sqlite/sqlite_utility.php
2026-02-12T10:03:43.1533512Z pc/system/database/drivers/mysqli/mysqli_forge.php
2026-02-12T10:03:43.1533704Z pc/system/database/drivers/mysqli/index.html
2026-02-12T10:03:43.1533834Z pc/system/database/drivers/mysqli/mysqli_utility.php
2026-02-12T10:03:43.1533963Z pc/system/database/drivers/mysqli/mysqli_driver.php
2026-02-12T10:03:43.153417... |