|
272
|
1
|
30
|
0
|
0
|
2026-02-12T10:01:30.8684198Z iZ2zed3pt2nygf9dy1a9d 2026-02-12T10:01:30.8684198Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 30 of job 38, be triggered by event: push
2026-02-12T10:01:30.8689850Z workflow prepared
2026-02-12T10:01:30.8691327Z evaluating expression 'success()'
2026-02-12T10:01:30.8692800Z expression 'success()' evaluated to 'true'
2026-02-12T10:01:30.8699448Z expression '${{ secrets.GITEAS_TOKEN }}' rewritten to 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:01:30.8699922Z evaluating expression 'format('{0}', secrets.GITEAS_TOKEN)'
2026-02-12T10:01:30.8700325Z expression 'format('{0}', secrets.GITEAS_TOKEN)' evaluated to '%!t(string=***)'
2026-02-12T10:01:30.8701696Z expression '${{ secrets.GITEAS_HOST }}' rewritten to 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:01:30.8701987Z evaluating expression 'format('{0}', secrets.GITEAS_HOST)'
2026-02-12T10:01:30.8702250Z expression 'format('{0}', secrets.GITEAS_HOST)' evaluated to '%!t(string=***)'
2026-02-12T10:01:30.8702665Z evaluating expression ''
2026-02-12T10:01:30.8703260Z expression '' evaluated to 'true'
2026-02-12T10:01:30.8703417Z ⭐ Run Main Checkout code manually
2026-02-12T10:01:30.8706844Z 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:01:30.8707496Z 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:01:30.8710704Z 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: 359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="359a23bb2b3c088576051d47f237505eaa12d9e9"\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:01:30.8711484Z Wrote command \n\n# 调试输出\necho "GITEA_HOST: $GITEA_HOST"\necho "GITHUB_REPOSITORY: juhai/testpc"\necho "GITHUB_SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9"\n\nif [ -z "$GITEA_HOST" ]; then\n echo "❌ GITEA_HOST secret is missing!"\n exit 1\nfi\n\n# 使用 github 上下文变量\nREPO="juhai/testpc"\nSHA="359a23bb2b3c088576051d47f237505eaa12d9e9"\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:01:30.8744104Z GITEA_HOST: ***
2026-02-12T10:01:30.8745875Z GITHUB_REPOSITORY: juhai/testpc
2026-02-12T10:01:30.8746097Z GITHUB_SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9
2026-02-12T10:01:30.8746260Z Cloning from: https://***REDACTED***@***/juhai/testpc.git (SHA: 359a23bb2b3c088576051d47f237505eaa12d9e9)
2026-02-12T10:01:30.8786908Z [33mhint: Using 'master' as the name for the initial branch. This default branch name[m
2026-02-12T10:01:30.8787236Z [33mhint: is subject to change. To configure the initial branch name to use in all[m
2026-02-12T10:01:30.8787406Z [33mhint: of your new repositories, which will suppress this warning, call:[m
2026-02-12T10:01:30.8787576Z [33mhint: [m
2026-02-12T10:01:30.8787711Z [33mhint: git config --global init.defaultBranch <name>[m
2026-02-12T10:01:30.8787861Z [33mhint: [m
2026-02-12T10:01:30.8787991Z [33mhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and[m
2026-02-12T10:01:30.8788134Z [33mhint: 'development'. The just-created branch can be renamed via this command:[m
2026-02-12T10:01:30.8788274Z [33mhint: [m
2026-02-12T10:01:30.8788388Z [33mhint: git branch -m <name>[m
2026-02-12T10:01:30.8796579Z Initialized empty Git repository in /root/.cache/act/2eb9fdf2006f6fd6/hostexecutor/.git/
2026-02-12T10:01:31.1030086Z remote: Enumerating objects: 3188, done.[K
2026-02-12T10:01:31.1090146Z remote: Counting objects: 0% (1/3188)[K
remote: Counting objects: 1% (32/3188)[K
remote: Counting objects: 2% (64/3188)[K
remote: Counting objects: 3% (96/3188)[K
remote: Counting objects: 4% (128/3188)[K
remote: Counting objects: 5% (160/3188)[K
remote: Counting objects: 6% (192/3188)[K
remote: Counting objects: 7% (224/3188)[K
remote: Counting objects: 8% (256/3188)[K
remote: Counting objects: 9% (287/3188)[K
remote: Counting objects: 10% (319/3188)[K
remote: Counting objects: 11% (351/3188)[K
remote: Counting objects: 12% (383/3188)[K
remote: Counting objects: 13% (415/3188)[K
remote: Counting objects: 14% (447/3188)[K
remote: Counting objects: 15% (479/3188)[K
remote: Counting objects: 16% (511/3188)[K
remote: Counting objects: 17% (542/3188)[K
remote: Counting objects: 18% (574/3188)[K
remote: Counting objects: 19% (606/3188)[K
remote: Counting objects: 20% (638/3188)[K
remote: Counting objects: 21% (670/3188)[K
remote: Counting objects: 22% (702/3188)[K
remote: Counting objects: 23% (734/3188)[K
remote: Counting objects: 24% (766/3188)[K
remote: Counting objects: 25% (797/3188)[K
remote: Counting objects: 26% (829/3188)[K
remote: Counting objects: 27% (861/3188)[K
remote: Counting objects: 28% (893/3188)[K
remote: Counting objects: 29% (925/3188)[K
remote: Counting objects: 30% (957/3188)[K
remote: Counting objects: 31% (989/3188)[K
remote: Counting objects: 32% (1021/3188)[K
remote: Counting objects: 33% (1053/3188)[K
remote: Counting objects: 34% (1084/3188)[K
remote: Counting objects: 35% (1116/3188)[K
remote: Counting objects: 36% (1148/3188)[K
remote: Counting objects: 37% (1180/3188)[K
remote: Counting objects: 38% (1212/3188)[K
remote: Counting objects: 39% (1244/3188)[K
remote: Counting objects: 40% (1276/3188)[K
remote: Counting objects: 41% (1308/3188)[K
remote: Counting objects: 42% (1339/3188)[K
remote: Counting objects: 43% (1371/3188)[K
remote: Counting objects: 44% (1403/3188)[K
remote: Counting objects: 45% (1435/3188)[K
remote: Counting objects: 46% (1467/3188)[K
remote: Counting objects: 47% (1499/3188)[K
remote: Counting objects: 48% (1531/3188)[K
remote: Counting objects: 49% (1563/3188)[K
remote: Counting objects: 50% (1594/3188)[K
remote: Counting objects: 51% (1626/3188)[K
remote: Counting objects: 52% (1658/3188)[K
remote: Counting objects: 53% (1690/3188)[K
remote: Counting objects: 54% (1722/3188)[K
remote: Counting objects: 55% (1754/3188)[K
remote: Counting objects: 56% (1786/3188)[K
remote: Counting objects: 57% (1818/3188)[K
remote: Counting objects: 58% (1850/3188)[K
remote: Counting objects: 59% (1881/3188)[K
remote: Counting objects: 60% (1913/3188)[K
remote: Counting objects: 61% (1945/3188)[K
remote: Counting objects: 62% (1977/3188)[K
remote: Counting objects: 63% (2009/3188)[K
remote: Counting objects: 64% (2041/3188)[K
remote: Counting objects: 65% (2073/3188)[K
remote: Counting objects: 66% (2105/3188)[K
remote: Counting objects: 67% (2136/3188)[K
remote: Counting objects: 68% (2168/3188)[K
remote: Counting objects: 69% (2200/3188)[K
remote: Counting objects: 70% (2232/3188)[K
remote: Counting objects: 71% (2264/3188)[K
remote: Counting objects: 72% (2296/3188)[K
remote: Counting objects: 73% (2328/3188)[K
remote: Counting objects: 74% (2360/3188)[K
remote: Counting objects: 75% (2391/3188)[K
remote: Counting objects: 76% (2423/3188)[K
remote: Counting objects: 77% (2455/3188)[K
remote: Counting objects: 78% (2487/3188)[K
remote: Counting objects: 79% (2519/3188)[K
remote: Counting objects: 80% (2551/3188)[K
remote: Counting objects: 81% (2583/3188)[K
remote: Counting objects: 82% (2615/3188)[K
remote: Counting objects: 83% (2647/3188)[K
remote: Counting objects: 84% (2678/3188)[K
remote: Counting objects: 85% (2710/3188)[K
remote: Counting objects: 86% (2742/3188)[K
remote: Counting objects: 87% (2774/3188)[K
remote: Counting objects: 88% (2806/3188)[K
remote: Counting objects: 89% (2838/3188)[K
remote: Counting objects: 90% (2870/3188)[K
remote: Counting objects: 91% (2902/3188)[K
remote: Counting objects: 92% (2933/3188)[K
remote: Counting objects: 93% (2965/3188)[K
remote: Counting objects: 94% (2997/3188)[K
remote: Counting objects: 95% (3029/3188)[K
remote: Counting objects: 96% (3061/3188)[K
remote: Counting objects: 97% (3093/3188)[K
remote: Counting objects: 98% (3125/3188)[K
remote: Counting objects: 99% (3157/3188)[K
remote: Counting objects: 100% (3188/3188)[K
remote: Counting objects: 100% (3188/3188), done.[K
2026-02-12T10:01:31.1093605Z remote: Compressing objects: 0% (1/2091)[K
remote: Compressing objects: 1% (21/2091)[K
remote: Compressing objects: 2% (42/2091)[K
remote: Compressing objects: 3% (63/2091)[K
remote: Compressing objects: 4% (84/2091)[K
remote: Compressing objects: 5% (105/2091)[K
remote: Compressing objects: 6% (126/2091)[K
remote: Compressing objects: 7% (147/2091)[K
remote: Compressing objects: 8% (168/2091)[K
remote: Compressing objects: 9% (189/2091)[K
remote: Compressing objects: 10% (210/2091)[K
remote: Compressing objects: 11% (231/2091)[K
remote: Compressing objects: 12% (251/2091)[K
remote: Compressing objects: 13% (272/2091)[K
remote: Compressing objects: 14% (293/2091)[K
remote: Compressing objects: 15% (314/2091)[K
remote: Compressing objects: 16% (335/2091)[K
remote: Compressing objects: 17% (356/2091)[K
remote: Compressing objects: 18% (377/2091)[K
remote: Compressing objects: 19% (398/2091)[K
remote: Compressing objects: 20% (419/2091)[K
remote: Compressing objects: 21% (440/2091)[K
remote: Compressing objects: 22% (461/2091)[K
remote: Compressing objects: 23% (481/2091)[K
remote: Compressing objects: 24% (502/2091)[K
remote: Compressing objects: 25% (523/2091)[K
remote: Compressing objects: 26% (544/2091)[K
remote: Compressing objects: 27% (565/2091)[K
remote: Compressing objects: 28% (586/2091)[K
remote: Compressing objects: 29% (607/2091)[K
remote: Compressing objects: 30% (628/2091)[K
remote: Compressing objects: 31% (649/2091)[K
remote: Compressing objects: 32% (670/2091)[K
remote: Compressing objects: 33% (691/2091)[K
remote: Compressing objects: 34% (711/2091)[K
remote: Compressing objects: 35% (732/2091)[K
remote: Compressing objects: 36% (753/2091)[K
remote: Compressing objects: 37% (774/2091)[K
remote: Compressing objects: 38% (795/2091)[K
remote: Compressing objects: 39% (816/2091)[K
remote: Compressing objects: 40% (837/2091)[K
remote: Compressing objects: 41% (858/2091)[K
remote: Compressing objects: 42% (879/2091)[K
remote: Compressing objects: 43% (900/2091)[K
remote: Compressing objects: 44% (921/2091)[K
remote: Compressing objects: 45% (941/2091)[K
remote: Compressing objects: 46% (962/2091)[K
remote: Compressing objects: 47% (983/2091)[K
remote: Compressing objects: 48% (1004/2091)[K
remote: Compressing objects: 49% (1025/2091)[K
remote: Compressing objects: 50% (1046/2091)[K
remote: Compressing objects: 51% (1067/2091)[K
remote: Compressing objects: 52% (1088/2091)[K
remote: Compressing objects: 53% (1109/2091)[K
remote: Compressing objects: 54% (1130/2091)[K
remote: Compressing objects: 55% (1151/2091)[K
remote: Compressing objects: 56% (1171/2091)[K
remote: Compressing objects: 57% (1192/2091)[K
remote: Compressing objects: 58% (1213/2091)[K
remote: Compressing objects: 59% (1234/2091)[K
remote: Compressing objects: 60% (1255/2091)[K
remote: Compressing objects: 61% (1276/2091)[K
remote: Compressing objects: 62% (1297/2091)[K
remote: Compressing objects: 63% (1318/2091)[K
remote: Compressing objects: 64% (1339/2091)[K
remote: Compressing objects: 65% (1360/2091)[K
remote: Compressing objects: 66% (1381/2091)[K
remote: Compressing objects: 67% (1401/2091)[K
remote: Compressing objects: 68% (1422/2091)[K
remote: Compressing objects: 69% (1443/2091)[K
remote: Compressing objects: 70% (1464/2091)[K
remote: Compressing objects: 71% (1485/2091)[K
remote: Compressing objects: 72% (1506/2091)[K
remote: Compressing objects: 73% (1527/2091)[K
remote: Compressing objects: 74% (1548/2091)[K
remote: Compressing objects: 75% (1569/2091)[K
remote: Compressing objects: 76% (1590/2091)[K
remote: Compressing objects: 77% (1611/2091)[K
remote: Compressing objects: 78% (1631/2091)[K
remote: Compressing objects: 79% (1652/2091)[K
remote: Compressing objects: 80% (1673/2091)[K
remote: Compressing objects: 81% (1694/2091)[K
remote: Compressing objects: 82% (1715/2091)[K
remote: Compressing objects: 83% (1736/2091)[K
remote: Compressing objects: 84% (1757/2091)[K
remote: Compressing objects: 85% (1778/2091)[K
remote: Compressing objects: 86% (1799/2091)[K
remote: Compressing objects: 87% (1820/2091)[K
remote: Compressing objects: 88% (1841/2091)[K
remote: Compressing objects: 89% (1861/2091)[K
remote: Compressing objects: 90% (1882/2091)[K
remote: Compressing objects: 91% (1903/2091)[K
remote: Compressing objects: 92% (1924/2091)[K
remote: Compressing objects: 93% (1945/2091)[K
remote: Compressing objects: 94% (1966/2091)[K
remote: Compressing objects: 95% (1987/2091)[K
remote: Compressing objects: 96% (2008/2091)[K
remote: Compressing objects: 97% (2029/2091)[K
remote: Compressing objects: 98% (2050/2091)[K
remote: Compressing objects: 99% (2071/2091)[K
remote: Compressing objects: 100% (2091/2091)[K
remote: Compressing objects: 100% (2091/2091), done.[K
2026-02-12T10:01:31.9225620Z 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), 12.40 MiB | 24.80 MiB/s
Receiving objects: 90% (2870/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 91% (2902/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 92% (2933/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 93% (2965/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 94% (2997/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 95% (3029/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 96% (3061/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 97% (3093/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 98% (3125/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 99% (3157/3188), 12.40 MiB | 24.80 MiB/s
remote: Total 3188 (delta 1048), reused 3180 (delta 1048), pack-reused 0[K
2026-02-12T10:01:31.9254310Z Receiving objects: 100% (3188/3188), 12.40 MiB | 24.80 MiB/s
Receiving objects: 100% (3188/3188), 17.15 MiB | 21.11 MiB/s, done.
2026-02-12T10:01:32.0455300Z Resolving deltas: 0% (0/1048)
Resolving deltas: 1% (11/1048)
Resolving deltas: 2% (21/1048)
Resolving deltas: 3% (32/1048)
Resolving deltas: 4% (42/1048)
Resolving deltas: 5% (53/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% (126/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% (200/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% (284/1048)
Resolving deltas: 28% (294/1048)
Resolving deltas: 29% (304/1048)
Resolving deltas: 30% (315/1048)
Resolving deltas: 31% (325/1048)
Resolving deltas: 32% (336/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% (431/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% (514/1048)
Resolving deltas: 50% (524/1048)
Resolving deltas: 51% (535/1048)
Resolving deltas: 52% (545/1048)
Resolving deltas: 53% (557/1048)
Resolving deltas: 54% (568/1048)
Resolving deltas: 55% (577/1048)
Resolving deltas: 56% (587/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% (786/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% (987/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:01:32.1677809Z From https://***/juhai/testpc
2026-02-12T10:01:32.1678660Z * branch 359a23bb2b3c088576051d47f237505eaa12d9e9 -> FETCH_HEAD
2026-02-12T10:01:32.7403932Z Note: switching to '359a23bb2b3c088576051d47f237505eaa12d9e9'.
2026-02-12T10:01:32.7404702Z
2026-02-12T10:01:32.7405040Z You are in 'detached HEAD' state. You can look around, make experimental
2026-02-12T10:01:32.7405209Z changes and commit them, and you can discard any commits you make in this
2026-02-12T10:01:32.7405411Z state without impacting any branches by switching back to a branch.
2026-02-12T10:01:32.7405574Z
2026-02-12T10:01:32.7405695Z If you want to create a new branch to retain commits you create, you may
2026-02-12T10:01:32.7405922Z do so (now or later) by using -c with the switch command. Example:
2026-02-12T10:01:32.7406059Z
2026-02-12T10:01:32.7406227Z git switch -c <new-branch-name>
2026-02-12T10:01:32.7406354Z
2026-02-12T10:01:32.7406523Z Or undo this operation with:
2026-02-12T10:01:32.7406655Z
2026-02-12T10:01:32.7406770Z git switch -
2026-02-12T10:01:32.7406928Z
2026-02-12T10:01:32.7407032Z Turn off this advice by setting config variable advice.detachedHead to false
2026-02-12T10:01:32.7407217Z
2026-02-12T10:01:32.7407324Z HEAD is now at 359a23b t22收拾收拾
2026-02-12T10:01:32.7495538Z ✅ /tmp/rsync.pass created with password '***'
2026-02-12T10:01:32.7592594Z Commit message: t22收拾收拾
2026-02-12T10:01:32.7597203Z 🔄 Incremental sync...
2026-02-12T10:01:32.7907238Z Files to sync:
2026-02-12T10:01:32.7926393Z pc/system/.htaccess
2026-02-12T10:01:32.7926783Z pc/system/helpers/typography_helper.php
2026-02-12T10:01:32.7926984Z pc/system/helpers/inflector_helper.php
2026-02-12T10:01:32.7927138Z pc/system/helpers/file_helper.php
2026-02-12T10:01:32.7927289Z pc/system/helpers/string_helper.php
2026-02-12T10:01:32.7927418Z pc/system/helpers/url_helper.php
2026-02-12T10:01:32.7927545Z pc/system/helpers/directory_helper.php
2026-02-12T10:01:32.7927659Z pc/system/helpers/index.html
2026-02-12T10:01:32.7927773Z pc/system/helpers/html_helper.php
2026-02-12T10:01:32.7927894Z pc/system/helpers/text_helper.php
2026-02-12T10:01:32.7928004Z pc/system/helpers/xml_helper.php
2026-02-12T10:01:32.7928112Z pc/system/helpers/number_helper.php
2026-02-12T10:01:32.7928241Z pc/system/helpers/cookie_helper.php
2026-02-12T10:01:32.7928381Z pc/system/helpers/form_helper.php
2026-02-12T10:01:32.7928491Z pc/system/helpers/download_helper.php
2026-02-12T10:01:32.7928620Z pc/system/helpers/security_helper.php
2026-02-12T10:01:32.7928739Z pc/system/helpers/language_helper.php
2026-02-12T10:01:32.7928850Z pc/system/helpers/path_helper.php
2026-02-12T10:01:32.7928969Z pc/system/helpers/date_helper.php
2026-02-12T10:01:32.7929166Z pc/system/helpers/captcha_helper.php
2026-02-12T10:01:32.7929276Z pc/system/helpers/smiley_helper.php
2026-02-12T10:01:32.7929393Z pc/system/helpers/email_helper.php
2026-02-12T10:01:32.7929505Z pc/system/helpers/array_helper.php
2026-02-12T10:01:32.7929635Z pc/system/libraries/Email.php
2026-02-12T10:01:32.7929750Z pc/system/libraries/Ftp.php
2026-02-12T10:01:32.7929868Z pc/system/libraries/Profiler.php
2026-02-12T10:01:32.7929980Z pc/system/libraries/Cart.php
2026-02-12T10:01:32.7930104Z pc/system/libraries/Xmlrpcs.php
2026-02-12T10:01:32.7930219Z pc/system/libraries/Encryption.php
2026-02-12T10:01:32.7930330Z pc/system/libraries/Upload.php
2026-02-12T10:01:32.7930484Z pc/system/libraries/Unit_test.php
2026-02-12T10:01:32.7930595Z pc/system/libraries/Javascript/index.html
2026-02-12T10:01:32.7930727Z pc/system/libraries/Javascript/Jquery.php
2026-02-12T10:01:32.7930836Z pc/system/libraries/index.html
2026-02-12T10:01:32.7930963Z pc/system/libraries/Trackback.php
2026-02-12T10:01:32.7931077Z pc/system/libraries/Calendar.php
2026-02-12T10:01:32.7931183Z pc/system/libraries/Zip.php
2026-02-12T10:01:32.7932544Z pc/system/libraries/Image_lib.php
2026-02-12T10:01:32.7932842Z pc/system/libraries/Form_validation.php
2026-02-12T10:01:32.7933020Z pc/system/libraries/Javascript.php
2026-02-12T10:01:32.7933150Z pc/system/libraries/Xmlrpc.php
2026-02-12T10:01:32.7933297Z pc/system/libraries/Cache/index.html
2026-02-12T10:01:32.7933426Z pc/system/libraries/Cache/drivers/Cache_file.php
2026-02-12T10:01:32.7933567Z pc/system/libraries/Cache/drivers/Cache_wincache.php
2026-02-12T10:01:32.7933698Z pc/system/libraries/Cache/drivers/index.html
2026-02-12T10:01:32.7933824Z pc/system/libraries/Cache/drivers/Cache_dummy.php
2026-02-12T10:01:32.7933965Z pc/system/libraries/Cache/drivers/Cache_redis.php
2026-02-12T10:01:32.7934107Z pc/system/libraries/Cache/drivers/Cache_apc.php
2026-02-12T10:01:32.7934235Z pc/system/libraries/Cache/drivers/Cache_memcached.php
2026-02-12T10:01:32.7934366Z pc/system/libraries/Cache/Cache.php
2026-02-12T10:01:32.7934484Z pc/system/libraries/Session/index.html
2026-02-12T10:01:32.7934608Z pc/system/libraries/Session/Session_driver.php
2026-02-12T10:01:32.7935183Z pc/system/libraries/Session/SessionHandlerInterface.php
2026-02-12T10:01:32.7935419Z pc/system/libraries/Session/drivers/index.html
2026-02-12T10:01:32.7935600Z pc/system/libraries/Session/drivers/Session_database_driver.php
2026-02-12T10:01:32.7935806Z pc/system/libraries/Session/drivers/Session_memcached_driver.php
2026-02-12T10:01:32.7935965Z pc/system/libraries/Session/drivers/Session_files_driver.php
2026-02-12T10:01:32.7936104Z pc/system/libraries/Session/drivers/Session_redis_driver.php
2026-02-12T10:01:32.7936234Z pc/system/libraries/Session/Session.php
2026-02-12T10:01:32.7936352Z pc/system/libraries/Migration.php
2026-02-12T10:01:32.7936469Z pc/system/libraries/Typography.php
2026-02-12T10:01:32.7936581Z pc/system/libraries/User_agent.php
2026-02-12T10:01:32.7936694Z pc/system/libraries/Parser.php
2026-02-12T10:01:32.7936805Z pc/system/libraries/Pagination.php
2026-02-12T10:01:32.7936917Z pc/system/libraries/Encrypt.php
2026-02-12T10:01:32.7937038Z pc/system/libraries/Driver.php
2026-02-12T10:01:32.7937148Z pc/system/libraries/Table.php
2026-02-12T10:01:32.7937264Z pc/system/index.html
2026-02-12T10:01:32.7937400Z pc/system/database/DB_driver.php
2026-02-12T10:01:32.7937515Z pc/system/database/DB_cache.php
2026-02-12T10:01:32.7937621Z pc/system/database/DB_forge.php
2026-02-12T10:01:32.7937749Z pc/system/database/DB.php
2026-02-12T10:01:32.7937860Z pc/system/database/index.html
2026-02-12T10:01:32.7937988Z pc/system/database/DB_result.php
2026-02-12T10:01:32.7939211Z pc/system/database/DB_query_builder.php
2026-02-12T10:01:32.7939749Z pc/system/database/drivers/oci8/oci8_driver.php
2026-02-12T10:01:32.7940123Z pc/system/database/drivers/oci8/index.html
2026-02-12T10:01:32.7940286Z pc/system/database/drivers/oci8/oci8_result.php
2026-02-12T10:01:32.7940426Z pc/system/database/drivers/oci8/oci8_forge.php
2026-02-12T10:01:32.7940669Z pc/system/database/drivers/oci8/oci8_utility.php
2026-02-12T10:01:32.7940805Z pc/system/database/drivers/sqlite/sqlite_driver.php
2026-02-12T10:01:32.7940982Z pc/system/database/drivers/sqlite/sqlite_forge.php
2026-02-12T10:01:32.7941114Z pc/system/database/drivers/sqlite/index.html
2026-02-12T10:01:32.7941295Z pc/system/database/drivers/sqlite/sqlite_result.php
2026-02-12T10:01:32.7941417Z pc/system/database/drivers/sqlite/sqlite_utility.php
2026-02-12T10:01:32.7941563Z pc/system/database/drivers/mysqli/mysqli_forge.php
2026-02-12T10:01:32.7941890Z pc/system/database/drivers/mysqli/index.html
2026-02-12T10:01:32.7942065Z pc/system/database/drivers/mysqli/mysqli_utility.php
2026-02-12T10:01:32.7942250Z pc/system/database/drivers/mysqli/mysqli_driver.php
2026-02-12T10:01:32.7942377Z pc/system/database/drivers/mysqli/mysqli_result.php
2026-02-12T10:01:32.7942508Z pc/system/database/drivers/index.html
2026-02-12T10:01:32.7942622Z pc/system/database/drivers/cubrid/cubrid_driver.php
2026-02-12T10:01:32.7942740Z pc/system/database/drivers/cubrid/cubrid_result.php
2026-02-12T10:01:32.7942864Z pc/system/database/drivers/cubrid/index.html
2026-02-12T10:01:32.7942975Z pc/system/database/drivers/cubrid/cubrid_forge.php
2026-02-12T10:01:32.7943091Z pc/system/database/drivers/cubrid/cubrid_utility.php
2026-02-12T10:01:32.7943206Z pc/system/database/drivers/mssql/mssql_utility.php
2026-02-12T10:01:32.7943350Z pc/system/database/drivers/mssql/mssql_forge.php
2026-02-12T10:01:32.7943467Z pc/system/database/drivers/mssql/mssql_driver.php
2026-02-12T10:01:32.7943579Z pc/system/database/drivers/mssql/index.html
2026-02-12T10:01:32.7943763Z pc/system/database/drivers/mssql/mssql_result.php
2026-02-12T10:01:32.7943923Z pc/system/databa...
|
Edit
Delete
|
|
282
|
1
|
31
|
0
|
0
|
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...
|
Edit
Delete
|
|
311
|
0
|
33
|
0
|
0
|
2026-02-23T15:59:13.1372918Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T15:59:13.1372918Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 33 of job 41, be triggered by event: push
2026-02-23T15:59:13.1377857Z workflow prepared
2026-02-23T15:59:13.1378654Z evaluating expression 'success()'
2026-02-23T15:59:13.1380036Z expression 'success()' evaluated to 'true'
2026-02-23T15:59:13.1384611Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T15:59:13.1385474Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
312
|
0
|
34
|
0
|
0
|
2026-02-23T15:59:28.1185954Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T15:59:28.1185954Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 35 of job 55, be triggered by event: push
2026-02-23T15:59:28.1191232Z workflow prepared
2026-02-23T15:59:28.1192140Z evaluating expression 'success()'
2026-02-23T15:59:28.1193125Z expression 'success()' evaluated to 'true'
2026-02-23T15:59:28.1197807Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T15:59:28.1198386Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
313
|
0
|
35
|
0
|
0
|
2026-02-23T15:59:49.4069148Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T15:59:49.4069148Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 36 of job 70, be triggered by event: push
2026-02-23T15:59:49.4075373Z workflow prepared
2026-02-23T15:59:49.4076266Z evaluating expression 'success()'
2026-02-23T15:59:49.4077119Z expression 'success()' evaluated to 'true'
2026-02-23T15:59:49.4081492Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T15:59:49.4082241Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
314
|
0
|
36
|
0
|
0
|
2026-02-23T16:00:12.8889862Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:00:12.8889862Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 37 of job 97, be triggered by event: push
2026-02-23T16:00:12.8900199Z workflow prepared
2026-02-23T16:00:12.8902183Z evaluating expression 'success()'
2026-02-23T16:00:12.8903409Z expression 'success()' evaluated to 'true'
2026-02-23T16:00:12.8909026Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:00:12.8909614Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
...
|
Edit
Delete
|
|
317
|
0
|
39
|
0
|
0
|
2026-02-23T16:05:59.3525705Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:05:59.3525705Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 40 of job 209, be triggered by event: push
2026-02-23T16:05:59.3532277Z workflow prepared
2026-02-23T16:05:59.3533115Z evaluating expression 'success()'
2026-02-23T16:05:59.3534107Z expression 'success()' evaluated to 'true'
2026-02-23T16:05:59.3538553Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T16:05:59.3539108Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
318
|
0
|
40
|
0
|
0
|
2026-02-23T16:06:04.8747022Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:06:04.8747022Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 41 of job 226, be triggered by event: push
2026-02-23T16:06:04.8761892Z workflow prepared
2026-02-23T16:06:04.8763393Z evaluating expression 'success()'
2026-02-23T16:06:04.8765574Z expression 'success()' evaluated to 'true'
2026-02-23T16:06:04.8775124Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:06:04.8775727Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
...
|
Edit
Delete
|
|
320
|
0
|
42
|
0
|
0
|
2026-02-23T16:06:08.8375386Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:06:08.8375386Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 43 of job 244, be triggered by event: push
2026-02-23T16:06:08.8388056Z workflow prepared
2026-02-23T16:06:08.8388928Z evaluating expression 'success()'
2026-02-23T16:06:08.8389767Z expression 'success()' evaluated to 'true'
2026-02-23T16:06:08.8396819Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T16:06:08.8397404Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
321
|
0
|
43
|
0
|
0
|
2026-02-23T16:06:54.0481355Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:06:54.0481355Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 44 of job 261, be triggered by event: push
2026-02-23T16:06:54.0506977Z workflow prepared
2026-02-23T16:06:54.0510198Z evaluating expression 'success()'
2026-02-23T16:06:54.0515572Z expression 'success()' evaluated to 'true'
2026-02-23T16:06:54.0523780Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:06:54.0524567Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
...
|
Edit
Delete
|
|
323
|
0
|
45
|
0
|
0
|
2026-02-23T16:07:30.0229544Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:07:30.0229544Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 46 of job 279, be triggered by event: push
2026-02-23T16:07:30.0244454Z workflow prepared
2026-02-23T16:07:30.0245841Z evaluating expression 'success()'
2026-02-23T16:07:30.0247397Z expression 'success()' evaluated to 'true'
2026-02-23T16:07:30.0256194Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T16:07:30.0256781Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
324
|
0
|
46
|
0
|
0
|
2026-02-23T16:08:35.6949230Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:08:35.6949230Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 47 of job 312, be triggered by event: push
2026-02-23T16:08:35.6955364Z workflow prepared
2026-02-23T16:08:35.6956348Z evaluating expression 'success()'
2026-02-23T16:08:35.6957278Z expression 'success()' evaluated to 'true'
2026-02-23T16:08:35.6962004Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-23T16:08:35.6962547Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
325
|
0
|
47
|
0
|
0
|
2026-02-23T16:09:05.8366027Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:09:05.8366027Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 48 of job 363, be triggered by event: push
2026-02-23T16:09:05.8391234Z workflow prepared
2026-02-23T16:09:05.8392923Z evaluating expression 'success()'
2026-02-23T16:09:05.8394816Z expression 'success()' evaluated to 'true'
2026-02-23T16:09:05.8403726Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:09:05.8404769Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
...
|
Edit
Delete
|
|
328
|
0
|
50
|
0
|
0
|
2026-02-23T16:10:08.5320892Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:10:08.5320892Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 51 of job 397, be triggered by event: push
2026-02-23T16:10:08.5328584Z workflow prepared
2026-02-23T16:10:08.5329545Z evaluating expression 'success()'
2026-02-23T16:10:08.5330550Z expression 'success()' evaluated to 'true'
2026-02-23T16:10:08.5335780Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:10:08.5336287Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
...
|
Edit
Delete
|
|
332
|
2
|
54
|
0
|
0
|
2026-02-23T16:11:36.0316098Z iZ2zed3pt2nygf9dy1a9d 2026-02-23T16:11:36.0316098Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 55 of job 432, be triggered by event: push
2026-02-23T16:11:36.0321332Z workflow prepared
2026-02-23T16:11:36.0322345Z evaluating expression 'success()'
2026-02-23T16:11:36.0323202Z expression 'success()' evaluated to 'true'
2026-02-23T16:11:36.0327273Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3
2026-02-23T16:11:36.0327700Z cloning https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
2026-02-23T16:12:06.2277233Z Cloned https://github.com/actions/checkout to /root/.cache/act/656c968832d266db0fe5f8f638000eea9e6a5501569cb9a87c7fdaefedb6a0b6
2026-02-23T16:12:06.3358897Z Checked out v3
2026-02-23T16:12:06.3364249Z ☁ git clone 'https://github.com/pnpm/action-setup' # ref=v2
2026-02-23T16:12:06.3364478Z cloning https://github.com/pnpm/action-setup to /root/.cache/act/7451ec5e888de40c381c93a1190d38d4b413841e9edc48595382771ba993e503
2026-02-23T16:12:10.0599816Z Provided ref is not a sha. Checking out branch before pulling changes
2026-02-23T16:12:10.6778884Z Unable to pull refs/heads/v2: non-fast-forward update
2026-02-23T16:12:10.6779400Z Cloned https://github.com/pnpm/action-setup to /root/.cache/act/7451ec5e888de40c381c93a1190d38d4b413841e9edc48595382771ba993e503
2026-02-23T16:12:10.6779588Z Provided ref is not a sha. Updating branch ref after pull
2026-02-23T16:12:10.8334612Z Checked out v2
2026-02-23T16:12:10.8337993Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v3
2026-02-23T16:12:10.8338276Z cloning https://github.com/actions/setup-node to /root/.cache/act/76ee3c8d2d21d1a9fc5549dd926668a615c9106927e98b691cf9ac1e2c7a5aae
...
|
Edit
Delete
|
|
1423
|
10
|
1137
|
0
|
0
|
2026-02-27T07:42:00.2981246Z iZ2zed3pt2nygf9dy1a9d 2026-02-27T07:42:00.2981246Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 1138 of job 1812, be triggered by event: push
2026-02-27T07:42:00.3009711Z workflow prepared
2026-02-27T07:42:00.3010814Z evaluating expression 'success()'
2026-02-27T07:42:00.3011628Z expression 'success()' evaluated to 'true'
2026-02-27T07:42:00.3020984Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-02-27T07:42:00.3021506Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-02-27T07:42:01.7203680Z Unable to pull refs/heads/v4: non-fast-forward update
2026-02-27T07:42:01.7204260Z Cloned https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-02-27T07:42:01.7695540Z Checked out v4
2026-02-27T07:42:01.7702811Z ☁ git clone 'https://github.com/actions/setup-java' # ref=v4
2026-02-27T07:42:01.7703106Z cloning https://github.com/actions/setup-java to /root/.cache/act/5c7767f2cd026b845504c6363fd99c2df50164bc010fae2abf514041935515e2
2026-02-27T07:42:03.0672326Z Unable to pull refs/heads/v4: non-fast-forward update
2026-02-27T07:42:03.0672829Z Cloned https://github.com/actions/setup-java to /root/.cache/act/5c7767f2cd026b845504c6363fd99c2df50164bc010fae2abf514041935515e2
2026-02-27T07:42:03.3490090Z Checked out v4
2026-02-27T07:42:03.3497861Z ☁ git clone 'https://github.com/gradle/actions' # ref=v3
2026-02-27T07:42:03.3498143Z cloning https://github.com/gradle/actions to /root/.cache/act/893ce7f32a81aed4d98cf11227d253aa2ba170bcbda333c47068b8a5681565c8
2026-02-27T07:42:10.6311662Z Cloned https://github.com/gradle/actions to /root/.cache/act/893ce7f32a81aed4d98cf11227d253aa2ba170bcbda333c47068b8a5681565c8
2026-02-27T07:42:12.4854645Z Checked out v3
2026-02-27T07:42:12.4867027Z ☁ git clone 'https://github.com/reactivecircus/android-emulator-runner' # ref=v2
2026-02-27T07:42:12.4867346Z cloning https://github.com/reactivecircus/android-emulator-runner to /root/.cache/act/30009e7c91f5da87a0b7f8b6d2d8c36681ff091a338189160587c001206c8af7
2026-02-27T07:42:21.2942441Z Cloned https://github.com/reactivecircus/android-emulator-runner to /root/.cache/act/30009e7c91f5da87a0b7f8b6d2d8c36681ff091a338189160587c001206c8af7
2026-02-27T07:42:21.4087522Z Checked out v2
2026-02-27T07:42:21.4094785Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-02-27T07:42:21.4095060Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-02-27T07:42:22.3541157Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-02-27T07:42:22.3542017Z Cloned https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-02-27T07:42:22.5204926Z Checked out v4
2026-02-27T07:42:22.5208863Z evaluating expression ''
2026-02-27T07:42:22.5209317Z expression '' evaluated to 'true'
2026-02-27T07:42:22.5209464Z ⭐ Run Main Checkout
2026-02-27T07:42:22.5212841Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-02-27T07:42:22.5213002Z evaluating expression 'format('{0}', github.token)'
2026-02-27T07:42:22.5213379Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-02-27T07:42:22.5214003Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-02-27T07:42:22.5214137Z evaluating expression 'format('{0}', github.repository)'
2026-02-27T07:42:22.5214380Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/haizhan-ime-android)'
2026-02-27T07:42:22.5214653Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/haizhan-ime-android actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/2c34cf28cfc127ce/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-02-27T07:42:22.5214846Z /root/.cache/act/2c34cf28cfc127ce/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-02-27T07:42:22.5215071Z Removing /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/.gitignore before docker cp
2026-02-27T07:42:22.5215644Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-02-27T07:42:22.7608377Z executing remote job container: [node /root/.cache/act/2c34cf28cfc127ce/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-02-27T07:42:22.9148751Z ::add-matcher::/root/.cache/act/2c34cf28cfc127ce/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-02-27T07:42:22.9149104Z ::add-matcher::/root/.cache/act/2c34cf28cfc127ce/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-02-27T07:42:22.9154233Z Syncing repository: luoanwu/haizhan-ime-android
2026-02-27T07:42:22.9158437Z ::group::Getting Git version info
2026-02-27T07:42:22.9159175Z Working directory is '/root/.cache/act/2c34cf28cfc127ce/hostexecutor'
2026-02-27T07:42:22.9198572Z [command]/usr/bin/git version
2026-02-27T07:42:22.9259833Z git version 2.43.0
2026-02-27T07:42:22.9289827Z ::endgroup::
2026-02-27T07:42:22.9303457Z Copying '/root/.gitconfig' to '/root/.cache/act/2c34cf28cfc127ce/tmp/351717fa-87a9-4742-a967-787d23ffc09e/.gitconfig'
2026-02-27T07:42:22.9318117Z Temporarily overriding HOME='/root/.cache/act/2c34cf28cfc127ce/tmp/351717fa-87a9-4742-a967-787d23ffc09e' before making global git config changes
2026-02-27T07:42:22.9318517Z Adding repository directory to the temporary git global config as a safe directory
2026-02-27T07:42:22.9325088Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/2c34cf28cfc127ce/hostexecutor
2026-02-27T07:42:22.9387960Z Deleting the contents of '/root/.cache/act/2c34cf28cfc127ce/hostexecutor'
2026-02-27T07:42:22.9394068Z ::group::Initializing the repository
2026-02-27T07:42:22.9400311Z [command]/usr/bin/git init /root/.cache/act/2c34cf28cfc127ce/hostexecutor
2026-02-27T07:42:22.9464692Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-02-27T07:42:22.9465218Z hint: is subject to change. To configure the initial branch name to use in all
2026-02-27T07:42:22.9465380Z hint: of your new repositories, which will suppress this warning, call:
2026-02-27T07:42:22.9465514Z hint:
2026-02-27T07:42:22.9465636Z hint: git config --global init.defaultBranch <name>
2026-02-27T07:42:22.9465757Z hint:
2026-02-27T07:42:22.9465914Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-02-27T07:42:22.9466082Z hint: 'development'. The just-created branch can be renamed via this command:
2026-02-27T07:42:22.9466232Z hint:
2026-02-27T07:42:22.9466344Z hint: git branch -m <name>
2026-02-27T07:42:22.9477737Z Initialized empty Git repository in /root/.cache/act/2c34cf28cfc127ce/hostexecutor/.git/
2026-02-27T07:42:22.9495095Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/haizhan-ime-android
2026-02-27T07:42:22.9558285Z ::endgroup::
2026-02-27T07:42:22.9558632Z ::group::Disabling automatic garbage collection
2026-02-27T07:42:22.9564764Z [command]/usr/bin/git config --local gc.auto 0
2026-02-27T07:42:22.9616863Z ::endgroup::
2026-02-27T07:42:22.9617143Z ::group::Setting up auth
2026-02-27T07:42:22.9628654Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-02-27T07:42:22.9711301Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-02-27T07:42:23.0089501Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-02-27T07:42:23.0146558Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-02-27T07:42:23.0513996Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-02-27T07:42:23.0569071Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-02-27T07:42:23.0945293Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-02-27T07:42:23.1010398Z ::endgroup::
2026-02-27T07:42:23.1010785Z ::group::Fetching the repository
2026-02-27T07:42:23.1022143Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +893022bfd17ce1f2e75e75651551cf8ceaacfe45:refs/remotes/origin/main
2026-02-27T07:42:24.2447916Z From https://gitea.g-hi.com/luoanwu/haizhan-ime-android
2026-02-27T07:42:24.2448615Z * [new ref] 893022bfd17ce1f2e75e75651551cf8ceaacfe45 -> origin/main
2026-02-27T07:42:24.2499211Z ::endgroup::
2026-02-27T07:42:24.2499842Z ::group::Determining the checkout info
2026-02-27T07:42:24.2502960Z ::endgroup::
2026-02-27T07:42:24.2517122Z [command]/usr/bin/git sparse-checkout disable
2026-02-27T07:42:24.2609479Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-02-27T07:42:24.2671355Z ::group::Checking out the ref
2026-02-27T07:42:24.2681450Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-02-27T07:42:24.8056447Z Switched to a new branch 'main'
2026-02-27T07:42:24.8057378Z branch 'main' set up to track 'origin/main'.
2026-02-27T07:42:24.8084791Z ::endgroup::
2026-02-27T07:42:24.8158079Z [command]/usr/bin/git log -1 --format=%H
2026-02-27T07:42:24.8207265Z 893022bfd17ce1f2e75e75651551cf8ceaacfe45
2026-02-27T07:42:24.8228650Z ::remove-matcher owner=checkout-git::
2026-02-27T07:42:25.4279921Z ::group::Installed distributions
2026-02-27T07:42:25.4315715Z Trying to resolve the latest version from remote
2026-02-27T07:42:25.4566915Z (node:406928) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-02-27T07:42:25.4567436Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-02-27T07:42:29.3349854Z Resolved latest version as 17.0.18+8
2026-02-27T07:42:29.3350852Z Trying to download...
2026-02-27T07:42:29.3351239Z Downloading Java 17.0.18+8 (Temurin-Hotspot) from https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.18%2B8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.18_8.tar.gz ...
...
|
Edit
Delete
|
|
7073
|
1
|
6763
|
0
|
0
|
2026-03-18T11:19:04.7390377Z iZ2zed3pt2nygf9dy1a9d 2026-03-18T11:19:04.7390377Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 6764 of job setup, be triggered by event: push
2026-03-18T11:19:04.7401432Z workflow prepared
2026-03-18T11:19:04.7404762Z evaluating expression 'success()'
2026-03-18T11:19:04.7407022Z expression 'success()' evaluated to 'true'
2026-03-18T11:19:04.7420541Z expression '${{ github.event.inputs.coverage_threshold || '80' }}' rewritten to 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-18T11:19:04.7420945Z evaluating expression 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-18T11:19:04.7421575Z expression 'format('{0}', github.event.inputs.coverage_threshold || '80')' evaluated to '%!t(string=80)'
2026-03-18T11:19:04.7423274Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-03-18T11:19:04.7423890Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-03-18T11:19:05.6967329Z Non-terminating error while running 'git clone': some refs were not updated
2026-03-18T11:19:05.6978290Z ☁ git clone 'https://github.com/pnpm/action-setup' # ref=v4
2026-03-18T11:19:05.6978719Z cloning https://github.com/pnpm/action-setup to /root/.cache/act/5bd378cc48f7f7ee2980fef6c41d8b5772ed7502b4f8d8723bd5ac4aeb09a36a
2026-03-18T11:19:06.4888334Z Non-terminating error while running 'git clone': some refs were not updated
2026-03-18T11:19:06.4915415Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-03-18T11:19:06.4915945Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
...
|
Edit
Delete
|
|
7448
|
0
|
7137
|
0
|
0
|
2026-03-19T09:40:24.1839839Z iZ2zed3pt2nygf9dy1a9d 2026-03-19T09:40:24.1839839Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 7138 of job detect-changes, be triggered by event: push
2026-03-19T09:40:24.1852502Z workflow prepared
2026-03-19T09:40:24.1853364Z evaluating expression 'success()'
2026-03-19T09:40:24.1854445Z expression 'success()' evaluated to 'true'
2026-03-19T09:40:24.1860607Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-03-19T09:40:24.1861433Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
11664
|
0
|
11297
|
0
|
0
|
2026-03-30T10:46:59.7984509Z iZ2zed3pt2nygf9dy1a9d 2026-03-30T10:46:59.7984509Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 11298 of job setup, be triggered by event: push
2026-03-30T10:46:59.7990595Z workflow prepared
2026-03-30T10:46:59.7991697Z evaluating expression 'success()'
2026-03-30T10:46:59.7992877Z expression 'success()' evaluated to 'true'
2026-03-30T10:46:59.7996667Z expression '${{ github.event.inputs.coverage_threshold || '80' }}' rewritten to 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-30T10:46:59.7996863Z evaluating expression 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-30T10:46:59.7997306Z expression 'format('{0}', github.event.inputs.coverage_threshold || '80')' evaluated to '%!t(string=80)'
2026-03-30T10:46:59.7998285Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-03-30T10:46:59.7998723Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
11732
|
0
|
11365
|
0
|
0
|
2026-03-30T11:17:46.3959722Z iZ2zed3pt2nygf9dy1a9d 2026-03-30T11:17:46.3959722Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 11366 of job setup, be triggered by event: push
2026-03-30T11:17:46.3965217Z workflow prepared
2026-03-30T11:17:46.3965982Z evaluating expression 'success()'
2026-03-30T11:17:46.3967432Z expression 'success()' evaluated to 'true'
2026-03-30T11:17:46.3971223Z expression '${{ github.event.inputs.coverage_threshold || '80' }}' rewritten to 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-30T11:17:46.3971445Z evaluating expression 'format('{0}', github.event.inputs.coverage_threshold || '80')'
2026-03-30T11:17:46.3972163Z expression 'format('{0}', github.event.inputs.coverage_threshold || '80')' evaluated to '%!t(string=80)'
2026-03-30T11:17:46.3973122Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-03-30T11:17:46.3973563Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
16801
|
1
|
16398
|
0
|
0
|
2026-04-14T12:34:29.1872198Z iZ2zed3pt2nygf9dy1a9d 2026-04-14T12:34:29.1872198Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 16400 of job frontend-typecheck, be triggered by event: push
2026-04-14T12:34:29.1877069Z workflow prepared
2026-04-14T12:34:29.1878002Z evaluating expression 'success()'
2026-04-14T12:34:29.1878957Z expression 'success()' evaluated to 'true'
2026-04-14T12:34:29.2136297Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-04-14T12:34:29.2138255Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-04-14T12:34:32.2677569Z Non-terminating error while running 'git clone': some refs were not updated
2026-04-14T12:34:32.2695046Z ☁ git clone 'https://github.com/pnpm/action-setup' # ref=v4
2026-04-14T12:34:32.2695411Z cloning https://github.com/pnpm/action-setup to /root/.cache/act/5bd378cc48f7f7ee2980fef6c41d8b5772ed7502b4f8d8723bd5ac4aeb09a36a
...
|
Edit
Delete
|
|
27361
|
12
|
26728
|
0
|
0
|
2026-05-15T13:58:32.7354423Z iZ2zed3pt2nygf9dy1a9d 2026-05-15T13:58:32.7354423Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26742 of job lint-and-typecheck, be triggered by event: pull_request
2026-05-15T13:58:32.7362084Z workflow prepared
2026-05-15T13:58:32.7363379Z evaluating expression 'success()'
2026-05-15T13:58:32.7364324Z expression 'success()' evaluated to 'true'
2026-05-15T13:58:32.7370068Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-15T13:58:32.7370754Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-15T13:58:38.5207773Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-15T13:58:38.5208545Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-15T13:58:38.5639384Z Checked out v4
2026-05-15T13:58:38.5644787Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-15T13:58:38.5644992Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-15T13:58:39.9982133Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-15T13:58:39.9983704Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-15T13:58:40.1234030Z Checked out v4
2026-05-15T13:58:40.1237750Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-15T13:58:40.1238072Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-15T13:58:46.7747229Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-15T13:58:46.7748350Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-15T13:58:46.9054742Z Checked out v4
2026-05-15T13:58:46.9059286Z evaluating expression ''
2026-05-15T13:58:46.9059745Z expression '' evaluated to 'true'
2026-05-15T13:58:46.9059890Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-15T13:58:46.9064055Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-15T13:58:46.9064337Z evaluating expression 'format('{0}', github.token)'
2026-05-15T13:58:46.9064891Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-15T13:58:46.9065550Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-15T13:58:46.9065690Z evaluating expression 'format('{0}', github.repository)'
2026-05-15T13:58:46.9065940Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-15T13:58:46.9066348Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/a282b9ea98a0db96/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-15T13:58:46.9066557Z /root/.cache/act/a282b9ea98a0db96/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-15T13:58:46.9066799Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-15T13:58:46.9067352Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-15T13:58:47.0194987Z executing remote job container: [node /root/.cache/act/a282b9ea98a0db96/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-15T13:58:47.1475180Z ::add-matcher::/root/.cache/act/a282b9ea98a0db96/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-15T13:58:47.1475422Z ::add-matcher::/root/.cache/act/a282b9ea98a0db96/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-15T13:58:47.1479892Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-15T13:58:47.1483889Z ::group::Getting Git version info
2026-05-15T13:58:47.1484136Z Working directory is '/root/.cache/act/a282b9ea98a0db96/hostexecutor'
2026-05-15T13:58:47.1520270Z [command]/usr/bin/git version
2026-05-15T13:58:47.1576405Z git version 2.43.0
2026-05-15T13:58:47.1637468Z ::endgroup::
2026-05-15T13:58:47.1652303Z Copying '/root/.gitconfig' to '/root/.cache/act/a282b9ea98a0db96/tmp/06b5d6a7-8de7-4ae7-b156-d612d6da0c0c/.gitconfig'
2026-05-15T13:58:47.1797587Z Temporarily overriding HOME='/root/.cache/act/a282b9ea98a0db96/tmp/06b5d6a7-8de7-4ae7-b156-d612d6da0c0c' before making global git config changes
2026-05-15T13:58:47.1798394Z Adding repository directory to the temporary git global config as a safe directory
2026-05-15T13:58:47.1806443Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/a282b9ea98a0db96/hostexecutor
2026-05-15T13:58:47.1867600Z Deleting the contents of '/root/.cache/act/a282b9ea98a0db96/hostexecutor'
2026-05-15T13:58:47.1873680Z ::group::Initializing the repository
2026-05-15T13:58:47.1879433Z [command]/usr/bin/git init /root/.cache/act/a282b9ea98a0db96/hostexecutor
2026-05-15T13:58:47.1937483Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-15T13:58:47.1937847Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-15T13:58:47.1938009Z hint: of your new repositories, which will suppress this warning, call:
2026-05-15T13:58:47.1938143Z hint:
2026-05-15T13:58:47.1938265Z hint: git config --global init.defaultBranch <name>
2026-05-15T13:58:47.1938388Z hint:
2026-05-15T13:58:47.1938514Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-15T13:58:47.1938646Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-15T13:58:47.1938769Z hint:
2026-05-15T13:58:47.1938879Z hint: git branch -m <name>
2026-05-15T13:58:47.1950413Z Initialized empty Git repository in /root/.cache/act/a282b9ea98a0db96/hostexecutor/.git/
2026-05-15T13:58:47.1969988Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-15T13:58:47.2032966Z ::endgroup::
2026-05-15T13:58:47.2033284Z ::group::Disabling automatic garbage collection
2026-05-15T13:58:47.2041509Z [command]/usr/bin/git config --local gc.auto 0
2026-05-15T13:58:47.2088719Z ::endgroup::
2026-05-15T13:58:47.2089098Z ::group::Setting up auth
2026-05-15T13:58:47.2103321Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-15T13:58:47.2162765Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-15T13:58:47.2586738Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-15T13:58:47.2641982Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-15T13:58:47.3026424Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-15T13:58:47.3077286Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-15T13:58:47.3477542Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-15T13:58:47.3550429Z ::endgroup::
2026-05-15T13:58:47.3550881Z ::group::Fetching the repository
2026-05-15T13:58:47.3564621Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e8e3ea6b39e0d7d48f888052ef823f11e2327271:refs/remotes/pull/4/head
2026-05-15T13:58:59.2170074Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-15T13:58:59.2170695Z * [new ref] e8e3ea6b39e0d7d48f888052ef823f11e2327271 -> pull/4/head
2026-05-15T13:58:59.2209528Z ::endgroup::
2026-05-15T13:58:59.2209955Z ::group::Determining the checkout info
2026-05-15T13:58:59.2212636Z ::endgroup::
2026-05-15T13:58:59.2220211Z [command]/usr/bin/git sparse-checkout disable
2026-05-15T13:58:59.2288497Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-15T13:58:59.2337888Z ::group::Checking out the ref
2026-05-15T13:58:59.2343634Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/4/head
2026-05-15T13:59:02.8224742Z Updating files: 1% (197/13175)
Updating files: 2% (264/13175)
Updating files: 3% (396/13175)
Updating files: 4% (527/13175)
Updating files: 5% (659/13175)
Updating files: 6% (791/13175)
Updating files: 7% (923/13175)
Updating files: 8% (1054/13175)
Updating files: 9% (1186/13175)
Updating files: 10% (1318/13175)
Updating files: 11% (1450/13175)
Updating files: 12% (1581/13175)
Updating files: 13% (1713/13175)
Updating files: 14% (1845/13175)
Updating files: 15% (1977/13175)
Updating files: 16% (2108/13175)
Updating files: 17% (2240/13175)
Updating files: 18% (2372/13175)
Updating files: 19% (2504/13175)
Updating files: 20% (2635/13175)
Updating files: 21% (2767/13175)
Updating files: 22% (2899/13175)
Updating files: 23% (3031/13175)
Updating files: 24% (3162/13175)
Updating files: 25% (3294/13175)
Updating files: 26% (3426/13175)
Updating files: 27% (3558/13175)
Updating files: 28% (3689/13175)
Updating files: 29% (3821/13175)
Updating files: 30% (3953/13175)
Updating files: 31% (4085/13175)
Updating files: 32% (4216/13175)
Updating files: 33% (4348/13175)
Updating files: 34% (4480/13175)
Updating files: 35% (4612/13175)
Updating files: 36% (4743/13175)
Updating files: 37% (4875/13175)
Updating files: 38% (5007/13175)
Updating files: 39% (5139/13175)
Updating files: 40% (5270/13175)
Updating files: 41% (5402/13175)
Updating files: 42% (5534/13175)
Updating files: 43% (5666/13175)
Updating files: 44% (5797/13175)
Updating files: 45% (5929/13175)
Updating files: 46% (6061/13175)
Updating files: 47% (6193/13175)
Updating files: 48% (6324/13175)
Updating files: 49% (6456/13175)
Updating files: 50% (6588/13175)
Updating files: 51% (6720/13175)
Updating files: 52% (6851/13175)
Updating files: 53% (6983/13175)
Updating files: 54% (7115/13175)
Updating files: 55% (7247/13175)
Updating files: 56% (7378/13175)
Updating files: 57% (7510/13175)
Updating files: 57% (7549/13175)
Updating files: 58% (7642/13175)
Updating files: 59% (7774/13175)
Updating files: 60% (7905/13175)
Updating files: 61% (8037/13175)
Updating files: 62% (8169/13175)
Updating files: 63% (8301/13175)
Updating files: 64% (8432/13175)
Updating files: 65% (8564/13175)
Updating files: 66% (8696/13175)
Updating files: 67% (8828/13175)
Updating files: 68% (8959/13175)
Updating files: 69% (9091/13175)
Updating files: 70% (9223/13175)
Updating files: 71% (9355/13175)
Updating files: 72% (9486/13175)
Updating files: 73% (9618/13175)
Updating files: 74% (9750/13175)
Updating files: 75% (9882/13175)
Updating files: 76% (10013/13175)
Updating files: 77% (10145/13175)
Updating files: 78% (10277/13175)
Updating files: 79% (10409/13175)
Updating files: 80% (10540/13175)
Updating files: 81% (10672/13175)
Updating files: 82% (10804/13175)
Updating files: 83% (10936/13175)
Updating files: 84% (11067/13175)
Updating files: 85% (11199/13175)
Updating files: 86% (11331/13175)
Updating files: 87% (11463/13175)
Updating files: 87% (11583/13175)
Updating files: 88% (11594/13175)
Updating files: 89% (11726/13175)
Updating files: 90% (11858/13175)
Updating files: 91% (11990/13175)
Updating files: 92% (12121/13175)
Updating files: 93% (12253/13175)
Updating files: 94% (12385/13175)
Updating files: 95% (12517/13175)
Updating files: 96% (12648/13175)
Updating files: 97% (12780/13175)
Updating files: 98% (12912/13175)
Updating files: 99% (13044/13175)
Updating files: 100% (13175/13175)
Updating files: 100% (13175/13175), done.
2026-05-15T13:59:02.8534241Z Note: switching to 'refs/remotes/pull/4/head'.
2026-05-15T13:59:02.8534738Z
2026-05-15T13:59:02.8535022Z You are in 'detached HEAD' state. You can look around, make experimental
2026-05-15T13:59:02.8535185Z changes and commit them, and you can discard any commits you make in this
2026-05-15T13:59:02.8535321Z state without impacting any branches by switching back to a branch.
2026-05-15T13:59:02.8535478Z
2026-05-15T13:59:02.8535594Z If you want to create a new branch to retain commits you create, you may
2026-05-15T13:59:02.8535731Z do so (now or later) by using -c with the switch command. Example:
2026-05-15T13:59:02.8535871Z
2026-05-15T13:59:02.8535991Z git switch -c <new-branch-name>
2026-05-15T13:59:02.8536128Z
2026-05-15T13:59:02.8536236Z Or undo this operation with:
2026-05-15T13:59:02.8536383Z
2026-05-15T13:59:02.8536535Z git switch -
2026-05-15T13:59:02.8536664Z
2026-05-15T13:59:02.8536822Z Turn off this advice by setting config variable advice.detachedHead to false
2026-05-15T13:59:02.8537007Z
2026-05-15T13:59:02.8537139Z HEAD is now at e8e3ea6 Merge remote-tracking branch 'origin/main' into claude/bold-raman-0239cc
2026-05-15T13:59:02.8714437Z ::endgroup::
2026-05-15T13:59:02.8782203Z [command]/usr/bin/git log -1 --format=%H
2026-05-15T13:59:02.8835240Z e8e3ea6b39e0d7d48f888052ef823f11e2327271
2026-05-15T13:59:02.8855610Z ::remove-matcher owner=checkout-git::
2026-05-15T13:59:03.1941032Z ::group::Running self-installer...
2026-05-15T13:59:05.4451977Z (node:1947418) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-15T13:59:05.4452596Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-15T13:59:05.4878531Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-15T13:59:05.4883275Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-15T13:59:05.5020488Z Packages: [32m+1[39m
2026-05-15T13:59:05.5021022Z
2026-05-15T13:59:05.6917542Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-15T13:59:05.7329861Z
2026-05-15T13:59:05.7330458Z [96mdependencies:[39m
2026-05-15T13:59:05.7330764Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-15T13:59:05.7330983Z
2026-05-15T13:59:05.7386344Z Done in 611ms
2026-05-15T13:59:05.7609611Z ::endgroup::
2026-05-15T13:59:05.7610116Z Installation Completed!
2026-05-15T13:59:06.1958798Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-15T13:59:06.1965338Z (node:1947449) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-15T13:59:06.1965863Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-15T13:59:06.1971315Z ::group::Environment details
2026-05-15T13:59:06.3607920Z node: v20.20.0
2026-05-15T13:59:06.3608390Z npm: 10.8.2
2026-05-15T13:59:06.3608530Z yarn:
2026-05-15T13:59:06.3609080Z ::endgroup::
2026-05-15T13:59:06.3633374Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-15T13:59:07.0326944Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-15T13:59:07.4667923Z Cache Size: ~144 MB (151295108 B)
2026-05-15T13:59:07.4690543Z [command]/usr/bin/tar -xf /root/.cache/act/a282b9ea98a0db96/tmp/1f3dab8e-4ee7-40bd-8c71-990b9c832902/cache.tzst -P -C /root/.cache/act/a282b9ea98a0db96/hostexecutor --use-compress-program unzstd
2026-05-15T13:59:12.0039069Z Cache restored successfully
2026-05-15T13:59:12.0378666Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-15T13:59:12.0379830Z ##[add-matcher]/root/.cache/act/a282b9ea98a0db96/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-15T13:59:12.0380574Z ##[add-matcher]/root/.cache/act/a282b9ea98a0db96/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-15T13:59:12.0381009Z ##[add-matcher]/root/.cache/act/a282b9ea98a0db96/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-15T13:59:12.8311967Z Scope: all 6 workspace projects
2026-05-15T13:59:12.9510511Z Lockfile is up to date, resolution step is skipped
2026-05-15T13:59:13.1468803Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-15T13:59:13.4622851Z Packages: [32m+1308[39m
2026-05-15T13:59:13.4623488Z
2026-05-15T13:59:14.2097183Z Progress: resolved [96m1308[39m, reused [96m1132[39m, downloaded [96m0[39m, added [96m0[39m
...
|
Edit
Delete
|
|
27739
|
0
|
26856
|
0
|
0
|
2026-05-15T22:44:51.3304256Z iZ2zed3pt2nygf9dy1a9d 2026-05-15T22:44:51.3304256Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26870 of job frontend-typecheck, be triggered by event: pull_request
2026-05-15T22:44:51.3310646Z workflow prepared
2026-05-15T22:44:51.3311576Z evaluating expression 'success()'
2026-05-15T22:44:51.3312981Z expression 'success()' evaluated to 'true'
2026-05-15T22:44:51.3317481Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-05-15T22:44:51.3317963Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
27831
|
15
|
26877
|
0
|
0
|
2026-05-16T00:03:16.7502892Z iZ2zed3pt2nygf9dy1a9d 2026-05-16T00:03:16.7502892Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26891 of job governance-audit, be triggered by event: pull_request
2026-05-16T00:03:16.7513350Z workflow prepared
2026-05-16T00:03:16.7514153Z evaluating expression 'success()'
2026-05-16T00:03:16.7515119Z expression 'success()' evaluated to 'true'
2026-05-16T00:03:16.7515233Z 'runs-on' key not defined in CI/lint-and-typecheck
2026-05-16T00:03:16.7515337Z No steps found
2026-05-16T00:03:16.7516265Z evaluating expression 'success()'
2026-05-16T00:03:16.7516628Z expression 'success()' evaluated to 'true'
2026-05-16T00:03:16.7521154Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-16T00:03:16.7521378Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T00:03:18.0797901Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-16T00:03:18.0798720Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T00:03:18.1224522Z Checked out v4
2026-05-16T00:03:18.1229848Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-16T00:03:18.1230065Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T00:03:18.6818869Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T00:03:18.6819636Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T00:03:18.8090918Z Checked out v4
2026-05-16T00:03:18.8094750Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-16T00:03:18.8094967Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T00:03:19.4982685Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T00:03:19.4983355Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T00:03:19.6247514Z Checked out v4
2026-05-16T00:03:19.6253218Z ☁ git clone 'https://gitea.com/actions/upload-artifact' # ref=v3
2026-05-16T00:03:19.6253457Z cloning https://gitea.com/actions/upload-artifact to /root/.cache/act/cc7d783a160b3a3d922d756c93439d4a6168991878f1cb26ce0ba71407fa20f1
2026-05-16T00:03:20.1261112Z Unable to pull refs/heads/v3: non-fast-forward update
2026-05-16T00:03:20.1261750Z Cloned https://gitea.com/actions/upload-artifact to /root/.cache/act/cc7d783a160b3a3d922d756c93439d4a6168991878f1cb26ce0ba71407fa20f1
2026-05-16T00:03:20.1507945Z Checked out v3
2026-05-16T00:03:20.1511155Z evaluating expression ''
2026-05-16T00:03:20.1511715Z expression '' evaluated to 'true'
2026-05-16T00:03:20.1512136Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-16T00:03:20.1516173Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-16T00:03:20.1516361Z evaluating expression 'format('{0}', github.token)'
2026-05-16T00:03:20.1516734Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-16T00:03:20.1517130Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-16T00:03:20.1517255Z evaluating expression 'format('{0}', github.repository)'
2026-05-16T00:03:20.1517501Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-16T00:03:20.1517891Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/95a02436afef666b/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T00:03:20.1518090Z /root/.cache/act/95a02436afef666b/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T00:03:20.1518287Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-16T00:03:20.1518946Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-16T00:03:20.2824918Z executing remote job container: [node /root/.cache/act/95a02436afef666b/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-16T00:03:20.4177648Z ::add-matcher::/root/.cache/act/95a02436afef666b/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T00:03:20.4177884Z ::add-matcher::/root/.cache/act/95a02436afef666b/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T00:03:20.4183350Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-16T00:03:20.4187702Z ::group::Getting Git version info
2026-05-16T00:03:20.4188279Z Working directory is '/root/.cache/act/95a02436afef666b/hostexecutor'
2026-05-16T00:03:20.4224540Z [command]/usr/bin/git version
2026-05-16T00:03:20.4283003Z git version 2.43.0
2026-05-16T00:03:20.4311557Z ::endgroup::
2026-05-16T00:03:20.4325894Z Copying '/root/.gitconfig' to '/root/.cache/act/95a02436afef666b/tmp/457d39b7-1825-4d18-8826-03603aff3acd/.gitconfig'
2026-05-16T00:03:20.4340736Z Temporarily overriding HOME='/root/.cache/act/95a02436afef666b/tmp/457d39b7-1825-4d18-8826-03603aff3acd' before making global git config changes
2026-05-16T00:03:20.4341145Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T00:03:20.4347543Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/95a02436afef666b/hostexecutor
2026-05-16T00:03:20.4404972Z Deleting the contents of '/root/.cache/act/95a02436afef666b/hostexecutor'
2026-05-16T00:03:20.4409750Z ::group::Initializing the repository
2026-05-16T00:03:20.4414096Z [command]/usr/bin/git init /root/.cache/act/95a02436afef666b/hostexecutor
2026-05-16T00:03:20.4467316Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T00:03:20.4467823Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-16T00:03:20.4468067Z hint: of your new repositories, which will suppress this warning, call:
2026-05-16T00:03:20.4468387Z hint:
2026-05-16T00:03:20.4468681Z hint: git config --global init.defaultBranch <name>
2026-05-16T00:03:20.4468933Z hint:
2026-05-16T00:03:20.4469143Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T00:03:20.4469367Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T00:03:20.4469585Z hint:
2026-05-16T00:03:20.4469799Z hint: git branch -m <name>
2026-05-16T00:03:20.4481083Z Initialized empty Git repository in /root/.cache/act/95a02436afef666b/hostexecutor/.git/
2026-05-16T00:03:20.4493944Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T00:03:20.4588239Z ::endgroup::
2026-05-16T00:03:20.4588884Z ::group::Disabling automatic garbage collection
2026-05-16T00:03:20.4594232Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T00:03:20.4644674Z ::endgroup::
2026-05-16T00:03:20.4645003Z ::group::Setting up auth
2026-05-16T00:03:20.4653713Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T00:03:20.4705224Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T00:03:20.5080624Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-16T00:03:20.5129811Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-16T00:03:20.5510763Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T00:03:20.5568648Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T00:03:20.5939403Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T00:03:20.6008709Z ::endgroup::
2026-05-16T00:03:20.6009204Z ::group::Fetching the repository
2026-05-16T00:03:20.6023413Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b26e758f8b576fb2f910f5bcc25a36635a428bb:refs/remotes/pull/4/head
2026-05-16T00:03:33.0924581Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T00:03:33.0925335Z * [new ref] 6b26e758f8b576fb2f910f5bcc25a36635a428bb -> pull/4/head
2026-05-16T00:03:33.0964266Z ::endgroup::
2026-05-16T00:03:33.0964694Z ::group::Determining the checkout info
2026-05-16T00:03:33.0967807Z ::endgroup::
2026-05-16T00:03:33.0975706Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T00:03:33.1047002Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T00:03:33.1097781Z ::group::Checking out the ref
2026-05-16T00:03:33.1103504Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/4/head
2026-05-16T00:03:36.7864252Z Updating files: 1% (196/13365)
Updating files: 2% (268/13365)
Updating files: 3% (401/13365)
Updating files: 4% (535/13365)
Updating files: 5% (669/13365)
Updating files: 6% (802/13365)
Updating files: 7% (936/13365)
Updating files: 8% (1070/13365)
Updating files: 9% (1203/13365)
Updating files: 10% (1337/13365)
Updating files: 11% (1471/13365)
Updating files: 12% (1604/13365)
Updating files: 13% (1738/13365)
Updating files: 14% (1872/13365)
Updating files: 15% (2005/13365)
Updating files: 16% (2139/13365)
Updating files: 17% (2273/13365)
Updating files: 18% (2406/13365)
Updating files: 19% (2540/13365)
Updating files: 20% (2673/13365)
Updating files: 21% (2807/13365)
Updating files: 22% (2941/13365)
Updating files: 23% (3074/13365)
Updating files: 24% (3208/13365)
Updating files: 25% (3342/13365)
Updating files: 26% (3475/13365)
Updating files: 27% (3609/13365)
Updating files: 28% (3743/13365)
Updating files: 29% (3876/13365)
Updating files: 30% (4010/13365)
Updating files: 31% (4144/13365)
Updating files: 32% (4277/13365)
Updating files: 33% (4411/13365)
Updating files: 34% (4545/13365)
Updating files: 35% (4678/13365)
Updating files: 36% (4812/13365)
Updating files: 37% (4946/13365)
Updating files: 38% (5079/13365)
Updating files: 39% (5213/13365)
Updating files: 40% (5346/13365)
Updating files: 41% (5480/13365)
Updating files: 42% (5614/13365)
Updating files: 43% (5747/13365)
Updating files: 44% (5881/13365)
Updating files: 45% (6015/13365)
Updating files: 46% (6148/13365)
Updating files: 47% (6282/13365)
Updating files: 48% (6416/13365)
Updating files: 49% (6549/13365)
Updating files: 50% (6683/13365)
Updating files: 51% (6817/13365)
Updating files: 52% (6950/13365)
Updating files: 53% (7084/13365)
Updating files: 54% (7218/13365)
Updating files: 55% (7351/13365)
Updating files: 56% (7485/13365)
Updating files: 56% (7563/13365)
Updating files: 57% (7619/13365)
Updating files: 58% (7752/13365)
Updating files: 59% (7886/13365)
Updating files: 60% (8019/13365)
Updating files: 61% (8153/13365)
Updating files: 62% (8287/13365)
Updating files: 63% (8420/13365)
Updating files: 64% (8554/13365)
Updating files: 65% (8688/13365)
Updating files: 66% (8821/13365)
Updating files: 67% (8955/13365)
Updating files: 68% (9089/13365)
Updating files: 69% (9222/13365)
Updating files: 70% (9356/13365)
Updating files: 71% (9490/13365)
Updating files: 72% (9623/13365)
Updating files: 73% (9757/13365)
Updating files: 74% (9891/13365)
Updating files: 75% (10024/13365)
Updating files: 76% (10158/13365)
Updating files: 77% (10292/13365)
Updating files: 78% (10425/13365)
Updating files: 79% (10559/13365)
Updating files: 80% (10692/13365)
Updating files: 81% (10826/13365)
Updating files: 82% (10960/13365)
Updating files: 83% (11093/13365)
Updating files: 83% (11212/13365)
Updating files: 84% (11227/13365)
Updating files: 85% (11361/13365)
Updating files: 86% (11494/13365)
Updating files: 87% (11628/13365)
Updating files: 88% (11762/13365)
Updating files: 89% (11895/13365)
Updating files: 90% (12029/13365)
Updating files: 91% (12163/13365)
Updating files: 92% (12296/13365)
Updating files: 93% (12430/13365)
Updating files: 94% (12564/13365)
Updating files: 95% (12697/13365)
Updating files: 96% (12831/13365)
Updating files: 97% (12965/13365)
Updating files: 98% (13098/13365)
Updating files: 99% (13232/13365)
Updating files: 100% (13365/13365)
Updating files: 100% (13365/13365), done.
2026-05-16T00:03:36.8176731Z Note: switching to 'refs/remotes/pull/4/head'.
2026-05-16T00:03:36.8177269Z
2026-05-16T00:03:36.8177483Z You are in 'detached HEAD' state. You can look around, make experimental
2026-05-16T00:03:36.8177669Z changes and commit them, and you can discard any commits you make in this
2026-05-16T00:03:36.8177839Z state without impacting any branches by switching back to a branch.
2026-05-16T00:03:36.8177973Z
2026-05-16T00:03:36.8178094Z If you want to create a new branch to retain commits you create, you may
2026-05-16T00:03:36.8178346Z do so (now or later) by using -c with the switch command. Example:
2026-05-16T00:03:36.8178479Z
2026-05-16T00:03:36.8178595Z git switch -c <new-branch-name>
2026-05-16T00:03:36.8178702Z
2026-05-16T00:03:36.8178828Z Or undo this operation with:
2026-05-16T00:03:36.8178946Z
2026-05-16T00:03:36.8179050Z git switch -
2026-05-16T00:03:36.8179159Z
2026-05-16T00:03:36.8179261Z Turn off this advice by setting config variable advice.detachedHead to false
2026-05-16T00:03:36.8179430Z
2026-05-16T00:03:36.8179540Z HEAD is now at 6b26e75 Merge origin/main (12 commits) — resolve price-books conflict + 5 array-guard
2026-05-16T00:03:36.8384647Z ::endgroup::
2026-05-16T00:03:36.8453692Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T00:03:36.8513393Z 6b26e758f8b576fb2f910f5bcc25a36635a428bb
2026-05-16T00:03:36.8546382Z ::remove-matcher owner=checkout-git::
2026-05-16T00:03:37.1679063Z ::group::Running self-installer...
2026-05-16T00:03:39.3250629Z (node:2599978) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-16T00:03:39.3251399Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T00:03:39.3726465Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-16T00:03:39.3731054Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T00:03:39.3881309Z Packages: [32m+1[39m
2026-05-16T00:03:39.3881895Z
2026-05-16T00:03:39.5803505Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-16T00:03:39.6247883Z
2026-05-16T00:03:39.6248561Z [96mdependencies:[39m
2026-05-16T00:03:39.6248789Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-16T00:03:39.6248983Z
2026-05-16T00:03:39.6365638Z Done in 630ms
2026-05-16T00:03:39.6603643Z ::endgroup::
2026-05-16T00:03:39.6604039Z Installation Completed!
2026-05-16T00:03:40.1312541Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-16T00:03:40.1317952Z (node:2599991) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-16T00:03:40.1318279Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T00:03:40.1322200Z ::group::Environment details
2026-05-16T00:03:40.3167613Z node: v20.20.0
2026-05-16T00:03:40.3168771Z npm: 10.8.2
2026-05-16T00:03:40.3169013Z yarn:
2026-05-16T00:03:40.3169480Z ::endgroup::
2026-05-16T00:03:40.3198459Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-16T00:03:41.1360750Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-16T00:03:41.5927656Z Cache Size: ~144 MB (151295108 B)
2026-05-16T00:03:41.5952752Z [command]/usr/bin/tar -xf /root/.cache/act/95a02436afef666b/tmp/2c4af73a-985f-402a-84b1-babbae87f0c0/cache.tzst -P -C /root/.cache/act/95a02436afef666b/hostexecutor --use-compress-program unzstd
2026-05-16T00:03:45.9872414Z Cache restored successfully
2026-05-16T00:03:46.0179258Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-16T00:03:46.0180463Z ##[add-matcher]/root/.cache/act/95a02436afef666b/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-16T00:03:46.0180909Z ##[add-matcher]/root/.cache/act/95a02436afef666b/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-16T00:03:46.0181294Z ##[add-matcher]/root/.cache/act/95a02436afef666b/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-16T00:03:46.7593535Z Scope: all 6 workspace projects
2026-05-16T00:03:46.8815357Z Lockfile is up to date, resolution step is skipped
2026-05-16T00:03:47.0274954Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T00:03:47.3129005Z Packages: [32m+1308[39m
2026-05-16T00:03:47.3129680Z
2026-05-16T00:03:48.0696442Z Progress: resolved [96m1308[39m, reused [96m1201[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T00:03:49.0697391Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m625[39m
2026-05-16T00:03:50.0710022Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1303[39m
2026-05-16T00:03:51.0718419Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-16T00:03:52.1369352Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-16T00:03:52.1372872Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-16T00:03:53.5641537Z
2026-05-16T00:03:53.5642254Z [96mdevDependencies:[39m
2026-05-16T00:03:53.5642428Z [32m+[39m chalk [90m5.6.2[39m
2026-05-16T00:03:53.5642564Z [32m+[39m commander [90m11.1.0[39m
2026-05-16T00:03:53.5642700Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-16T00:03:53.5642881Z [32m+[39m glob [90m10.5.0[39m
2026-05-16T00:03:53.5643029Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-16T00:03:53.5643149Z [32m+[39m ora [90m8.2.0[39m
2026-05-16T00:03:53.5643268Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-16T00:03:53.5643410Z [32m+[39m tsx [90m4.21.0[39m
2026-05-16T00:03:53.5643521Z
2026-05-16T00:03:53.5662815Z Done in 7.4s
2026-05-16T00:03:55.7916601Z [2mPrisma schema loaded from prisma/schema[22m
...
|
Edit
Delete
|
|
28155
|
21
|
26919
|
0
|
0
|
2026-05-16T05:49:23.2205357Z iZ2zed3pt2nygf9dy1a9d 2026-05-16T05:49:23.2205357Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26933 of job lint-and-typecheck, be triggered by event: push
2026-05-16T05:49:23.2209780Z workflow prepared
2026-05-16T05:49:23.2210714Z evaluating expression 'success()'
2026-05-16T05:49:23.2211740Z expression 'success()' evaluated to 'true'
2026-05-16T05:49:23.2216106Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-16T05:49:23.2216547Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:49:34.2356282Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-16T05:49:34.2356968Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:49:34.2796570Z Checked out v4
2026-05-16T05:49:34.2802780Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-16T05:49:34.2802993Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T05:49:36.3166179Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T05:49:36.3167142Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T05:49:36.4402177Z Checked out v4
2026-05-16T05:49:36.4405900Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-16T05:49:36.4406111Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T05:49:40.4923387Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T05:49:40.4924455Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T05:49:40.6571601Z Checked out v4
2026-05-16T05:49:40.6578778Z evaluating expression ''
2026-05-16T05:49:40.6579493Z expression '' evaluated to 'true'
2026-05-16T05:49:40.6579732Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-16T05:49:40.6585432Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-16T05:49:40.6585709Z evaluating expression 'format('{0}', github.token)'
2026-05-16T05:49:40.6586254Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-16T05:49:40.6586693Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-16T05:49:40.6586876Z evaluating expression 'format('{0}', github.repository)'
2026-05-16T05:49:40.6587245Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-16T05:49:40.6587530Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/addb99f75920a3f6/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:49:40.6587891Z /root/.cache/act/addb99f75920a3f6/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:49:40.6588283Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-16T05:49:40.6589138Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-16T05:49:40.8184946Z executing remote job container: [node /root/.cache/act/addb99f75920a3f6/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-16T05:49:40.9664812Z ::add-matcher::/root/.cache/act/addb99f75920a3f6/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T05:49:40.9665076Z ::add-matcher::/root/.cache/act/addb99f75920a3f6/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T05:49:40.9670395Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:49:40.9674694Z ::group::Getting Git version info
2026-05-16T05:49:40.9675220Z Working directory is '/root/.cache/act/addb99f75920a3f6/hostexecutor'
2026-05-16T05:49:40.9713412Z [command]/usr/bin/git version
2026-05-16T05:49:40.9774883Z git version 2.43.0
2026-05-16T05:49:40.9803742Z ::endgroup::
2026-05-16T05:49:40.9818913Z Copying '/root/.gitconfig' to '/root/.cache/act/addb99f75920a3f6/tmp/6c0d5725-f7ad-4960-828c-c7d42a8afd6d/.gitconfig'
2026-05-16T05:49:40.9833291Z Temporarily overriding HOME='/root/.cache/act/addb99f75920a3f6/tmp/6c0d5725-f7ad-4960-828c-c7d42a8afd6d' before making global git config changes
2026-05-16T05:49:40.9833755Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T05:49:40.9839782Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/addb99f75920a3f6/hostexecutor
2026-05-16T05:49:40.9902786Z Deleting the contents of '/root/.cache/act/addb99f75920a3f6/hostexecutor'
2026-05-16T05:49:40.9908445Z ::group::Initializing the repository
2026-05-16T05:49:40.9913612Z [command]/usr/bin/git init /root/.cache/act/addb99f75920a3f6/hostexecutor
2026-05-16T05:49:40.9966425Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T05:49:40.9966837Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-16T05:49:40.9967158Z hint: of your new repositories, which will suppress this warning, call:
2026-05-16T05:49:40.9967317Z hint:
2026-05-16T05:49:40.9967456Z hint: git config --global init.defaultBranch <name>
2026-05-16T05:49:40.9967632Z hint:
2026-05-16T05:49:40.9967767Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T05:49:40.9968074Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T05:49:40.9968243Z hint:
2026-05-16T05:49:40.9968495Z hint: git branch -m <name>
2026-05-16T05:49:40.9980248Z Initialized empty Git repository in /root/.cache/act/addb99f75920a3f6/hostexecutor/.git/
2026-05-16T05:49:40.9994922Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:49:41.0064356Z ::endgroup::
2026-05-16T05:49:41.0064704Z ::group::Disabling automatic garbage collection
2026-05-16T05:49:41.0069811Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T05:49:41.0123529Z ::endgroup::
2026-05-16T05:49:41.0123856Z ::group::Setting up auth
2026-05-16T05:49:41.0133492Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T05:49:41.0189140Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T05:49:41.0557051Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-16T05:49:41.0609247Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-16T05:49:41.0991135Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T05:49:41.1043668Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T05:49:41.1414596Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T05:49:41.1479696Z ::endgroup::
2026-05-16T05:49:41.1480125Z ::group::Fetching the repository
2026-05-16T05:49:41.1491209Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0bf1c0db6f9af3ddbf538f2c9f2b834a0014fdf8:refs/remotes/origin/main
2026-05-16T05:49:52.7660443Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:49:52.7661151Z * [new ref] 0bf1c0db6f9af3ddbf538f2c9f2b834a0014fdf8 -> origin/main
2026-05-16T05:49:52.7700703Z ::endgroup::
2026-05-16T05:49:52.7701148Z ::group::Determining the checkout info
2026-05-16T05:49:52.7705138Z ::endgroup::
2026-05-16T05:49:52.7714278Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T05:49:52.7782552Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T05:49:52.7827186Z ::group::Checking out the ref
2026-05-16T05:49:52.7834528Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T05:49:56.3996619Z Updating files: 1% (193/13483)
Updating files: 2% (270/13483)
Updating files: 3% (405/13483)
Updating files: 4% (540/13483)
Updating files: 5% (675/13483)
Updating files: 6% (809/13483)
Updating files: 7% (944/13483)
Updating files: 8% (1079/13483)
Updating files: 9% (1214/13483)
Updating files: 10% (1349/13483)
Updating files: 11% (1484/13483)
Updating files: 12% (1618/13483)
Updating files: 13% (1753/13483)
Updating files: 14% (1888/13483)
Updating files: 15% (2023/13483)
Updating files: 16% (2158/13483)
Updating files: 17% (2293/13483)
Updating files: 18% (2427/13483)
Updating files: 19% (2562/13483)
Updating files: 20% (2697/13483)
Updating files: 21% (2832/13483)
Updating files: 22% (2967/13483)
Updating files: 23% (3102/13483)
Updating files: 24% (3236/13483)
Updating files: 25% (3371/13483)
Updating files: 26% (3506/13483)
Updating files: 27% (3641/13483)
Updating files: 28% (3776/13483)
Updating files: 29% (3911/13483)
Updating files: 30% (4045/13483)
Updating files: 31% (4180/13483)
Updating files: 32% (4315/13483)
Updating files: 33% (4450/13483)
Updating files: 34% (4585/13483)
Updating files: 35% (4720/13483)
Updating files: 36% (4854/13483)
Updating files: 37% (4989/13483)
Updating files: 38% (5124/13483)
Updating files: 39% (5259/13483)
Updating files: 40% (5394/13483)
Updating files: 41% (5529/13483)
Updating files: 42% (5663/13483)
Updating files: 43% (5798/13483)
Updating files: 44% (5933/13483)
Updating files: 45% (6068/13483)
Updating files: 46% (6203/13483)
Updating files: 47% (6338/13483)
Updating files: 48% (6472/13483)
Updating files: 49% (6607/13483)
Updating files: 50% (6742/13483)
Updating files: 51% (6877/13483)
Updating files: 52% (7012/13483)
Updating files: 53% (7146/13483)
Updating files: 54% (7281/13483)
Updating files: 55% (7416/13483)
Updating files: 56% (7551/13483)
Updating files: 56% (7585/13483)
Updating files: 57% (7686/13483)
Updating files: 58% (7821/13483)
Updating files: 59% (7955/13483)
Updating files: 60% (8090/13483)
Updating files: 61% (8225/13483)
Updating files: 62% (8360/13483)
Updating files: 63% (8495/13483)
Updating files: 64% (8630/13483)
Updating files: 65% (8764/13483)
Updating files: 66% (8899/13483)
Updating files: 67% (9034/13483)
Updating files: 68% (9169/13483)
Updating files: 69% (9304/13483)
Updating files: 70% (9439/13483)
Updating files: 71% (9573/13483)
Updating files: 72% (9708/13483)
Updating files: 73% (9843/13483)
Updating files: 74% (9978/13483)
Updating files: 75% (10113/13483)
Updating files: 76% (10248/13483)
Updating files: 77% (10382/13483)
Updating files: 78% (10517/13483)
Updating files: 79% (10652/13483)
Updating files: 80% (10787/13483)
Updating files: 81% (10922/13483)
Updating files: 82% (11057/13483)
Updating files: 83% (11191/13483)
Updating files: 84% (11326/13483)
Updating files: 85% (11461/13483)
Updating files: 86% (11596/13483)
Updating files: 86% (11656/13483)
Updating files: 87% (11731/13483)
Updating files: 88% (11866/13483)
Updating files: 89% (12000/13483)
Updating files: 90% (12135/13483)
Updating files: 91% (12270/13483)
Updating files: 92% (12405/13483)
Updating files: 93% (12540/13483)
Updating files: 94% (12675/13483)
Updating files: 95% (12809/13483)
Updating files: 96% (12944/13483)
Updating files: 97% (13079/13483)
Updating files: 98% (13214/13483)
Updating files: 99% (13349/13483)
Updating files: 100% (13483/13483)
Updating files: 100% (13483/13483), done.
2026-05-16T05:49:56.4351935Z Switched to a new branch 'main'
2026-05-16T05:49:56.4353940Z branch 'main' set up to track 'origin/main'.
2026-05-16T05:49:56.4553402Z ::endgroup::
2026-05-16T05:49:56.4620809Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T05:49:56.4669418Z 0bf1c0db6f9af3ddbf538f2c9f2b834a0014fdf8
2026-05-16T05:49:56.4688705Z ::remove-matcher owner=checkout-git::
2026-05-16T05:49:56.7637015Z ::group::Running self-installer...
2026-05-16T05:49:59.0153876Z (node:2984501) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-16T05:49:59.0154461Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T05:49:59.0590433Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-16T05:49:59.0595671Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T05:49:59.0746282Z Packages: [32m+1[39m
2026-05-16T05:49:59.0746848Z
2026-05-16T05:49:59.2462260Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-16T05:49:59.2892128Z
2026-05-16T05:49:59.2892616Z [96mdependencies:[39m
2026-05-16T05:49:59.2892852Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-16T05:49:59.2893010Z
2026-05-16T05:49:59.2947775Z Done in 596ms
2026-05-16T05:49:59.3173246Z ::endgroup::
2026-05-16T05:49:59.3173686Z Installation Completed!
2026-05-16T05:49:59.7602943Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-16T05:49:59.7608055Z (node:2984514) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-16T05:49:59.7608386Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T05:49:59.7612221Z ::group::Environment details
2026-05-16T05:49:59.9431742Z node: v20.20.0
2026-05-16T05:49:59.9432488Z npm: 10.8.2
2026-05-16T05:49:59.9432710Z yarn:
2026-05-16T05:49:59.9433208Z ::endgroup::
2026-05-16T05:49:59.9455099Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-16T05:50:00.5899893Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-16T05:50:01.0631573Z Cache Size: ~144 MB (151295108 B)
2026-05-16T05:50:01.0659077Z [command]/usr/bin/tar -xf /root/.cache/act/addb99f75920a3f6/tmp/5f72f9e5-d388-4a92-a135-970dc0a6c120/cache.tzst -P -C /root/.cache/act/addb99f75920a3f6/hostexecutor --use-compress-program unzstd
2026-05-16T05:50:05.9595079Z Cache restored successfully
2026-05-16T05:50:05.9904950Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-16T05:50:05.9906429Z ##[add-matcher]/root/.cache/act/addb99f75920a3f6/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-16T05:50:05.9906909Z ##[add-matcher]/root/.cache/act/addb99f75920a3f6/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-16T05:50:05.9907599Z ##[add-matcher]/root/.cache/act/addb99f75920a3f6/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-16T05:50:06.7308841Z Scope: all 6 workspace projects
2026-05-16T05:50:06.8498442Z Lockfile is up to date, resolution step is skipped
2026-05-16T05:50:06.9807683Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T05:50:07.2197641Z Packages: [32m+1308[39m
2026-05-16T05:50:07.2198524Z
2026-05-16T05:50:07.9878989Z Progress: resolved [96m1308[39m, reused [96m1083[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T05:50:08.9884118Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m533[39m
2026-05-16T05:50:09.9898092Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m960[39m
2026-05-16T05:50:10.9908479Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1132[39m
2026-05-16T05:50:11.9913742Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1306[39m
2026-05-16T05:50:14.7295010Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-16T05:50:17.1392009Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-16T05:50:17.1397042Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-16T05:50:17.9535994Z
2026-05-16T05:50:17.9536496Z [96mdevDependencies:[39m
2026-05-16T05:50:17.9536674Z [32m+[39m chalk [90m5.6.2[39m
2026-05-16T05:50:17.9536874Z [32m+[39m commander [90m11.1.0[39m
2026-05-16T05:50:17.9537001Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-16T05:50:17.9537159Z [32m+[39m glob [90m10.5.0[39m
2026-05-16T05:50:17.9537280Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-16T05:50:17.9537413Z [32m+[39m ora [90m8.2.0[39m
2026-05-16T05:50:17.9537601Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-16T05:50:17.9537742Z [32m+[39m tsx [90m4.21.0[39m
2026-05-16T05:50:17.9537869Z
2026-05-16T05:50:17.9554782Z Done in 11.8s
2026-05-16T05:50:19.8505598Z [2mPrisma schema loaded from prisma/schema[22m
2026-05-16T05:54:44.1012310Z
2026-05-16T05:54:44.1013202Z ✔ Generated [1mPrisma Client[22m (v5.22.0)[2m to ./../node_modules/.pnpm/@prisma+client@5.22.0_prisma@5.22.0/node_modules/@prisma/client[22m in 239.72s
2026-05-16T05:54:44.1013553Z
2026-05-16T05:54:44.1013738Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-05-16T05:54:44.1013973Z
2026-05-16T05:54:44.1014188Z Help us improve the Prisma ORM for everyone. Share your feedback in a short 2-min survey: https://pris.ly/orm/survey/release-5-22
2026-05-16T05:54:44.1014447Z
2026-05-16T05:54:45.6699770Z
2026-05-16T05:54:45.6701018Z > @juhi/shared@1.0.0 build /root/.cache/act/addb99f75920a3f6/hostexecutor/shared
2026-05-16T05:54:45.6701251Z > tsc
2026-05-16T05:54:45.6701525Z
2026-05-16T05:54:48.8360570Z
2026-05-16T05:54:48.8361576Z > juhi-api@1.0.0 type-check /root/.cache/act/addb99f75920a3f6/hostexecutor/backend
2026-05-16T05:54:48.8361998Z > NODE_OPTIONS="--max-old-space-size=16384" tsc --noEmit --incremental
2026-05-16T05:54:48.8362181Z
...
|
Edit
Delete
|
|
28156
|
11
|
26920
|
0
|
0
|
2026-05-16T05:58:40.3843546Z iZ2zed3pt2nygf9dy1a9d 2026-05-16T05:58:40.3843546Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26934 of job frontend-typecheck, be triggered by event: push
2026-05-16T05:58:40.3847977Z workflow prepared
2026-05-16T05:58:40.3848892Z evaluating expression 'success()'
2026-05-16T05:58:40.3849810Z expression 'success()' evaluated to 'true'
2026-05-16T05:58:40.3854395Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-16T05:58:40.3854870Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:58:42.8246032Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-16T05:58:42.8246622Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:58:42.8662156Z Checked out v4
2026-05-16T05:58:42.8667536Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-16T05:58:42.8667757Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T05:58:46.6702913Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T05:58:46.6703920Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T05:58:46.8073492Z Checked out v4
2026-05-16T05:58:46.8077328Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-16T05:58:46.8077533Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T05:58:52.4390586Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T05:58:52.4391681Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T05:58:52.5749243Z Checked out v4
2026-05-16T05:58:52.5753967Z evaluating expression ''
2026-05-16T05:58:52.5754450Z expression '' evaluated to 'true'
2026-05-16T05:58:52.5754596Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-16T05:58:52.5758065Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-16T05:58:52.5758239Z evaluating expression 'format('{0}', github.repository)'
2026-05-16T05:58:52.5758633Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-16T05:58:52.5758918Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-16T05:58:52.5759092Z evaluating expression 'format('{0}', github.token)'
2026-05-16T05:58:52.5759462Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-16T05:58:52.5760119Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/f7361a4b8726d6ed/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:58:52.5760586Z /root/.cache/act/f7361a4b8726d6ed/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T05:58:52.5760853Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-16T05:58:52.5761535Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-16T05:58:52.6881033Z executing remote job container: [node /root/.cache/act/f7361a4b8726d6ed/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-16T05:58:52.8213504Z ::add-matcher::/root/.cache/act/f7361a4b8726d6ed/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T05:58:52.8213976Z ::add-matcher::/root/.cache/act/f7361a4b8726d6ed/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T05:58:52.8217366Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:58:52.8221443Z ::group::Getting Git version info
2026-05-16T05:58:52.8221674Z Working directory is '/root/.cache/act/f7361a4b8726d6ed/hostexecutor'
2026-05-16T05:58:52.8257421Z [command]/usr/bin/git version
2026-05-16T05:58:52.8315824Z git version 2.43.0
2026-05-16T05:58:52.8344943Z ::endgroup::
2026-05-16T05:58:52.8358484Z Copying '/root/.gitconfig' to '/root/.cache/act/f7361a4b8726d6ed/tmp/a024ec01-0e74-4ab6-83d0-baa731509742/.gitconfig'
2026-05-16T05:58:52.8370012Z Temporarily overriding HOME='/root/.cache/act/f7361a4b8726d6ed/tmp/a024ec01-0e74-4ab6-83d0-baa731509742' before making global git config changes
2026-05-16T05:58:52.8370731Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T05:58:52.8376453Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/f7361a4b8726d6ed/hostexecutor
2026-05-16T05:58:52.8433578Z Deleting the contents of '/root/.cache/act/f7361a4b8726d6ed/hostexecutor'
2026-05-16T05:58:52.8438822Z ::group::Initializing the repository
2026-05-16T05:58:52.8444090Z [command]/usr/bin/git init /root/.cache/act/f7361a4b8726d6ed/hostexecutor
2026-05-16T05:58:52.8494009Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T05:58:52.8494341Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-16T05:58:52.8494529Z hint: of your new repositories, which will suppress this warning, call:
2026-05-16T05:58:52.8494671Z hint:
2026-05-16T05:58:52.8494799Z hint: git config --global init.defaultBranch <name>
2026-05-16T05:58:52.8494926Z hint:
2026-05-16T05:58:52.8495040Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T05:58:52.8495328Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T05:58:52.8495459Z hint:
2026-05-16T05:58:52.8495581Z hint: git branch -m <name>
2026-05-16T05:58:52.8506118Z Initialized empty Git repository in /root/.cache/act/f7361a4b8726d6ed/hostexecutor/.git/
2026-05-16T05:58:52.8520092Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:58:52.8573748Z ::endgroup::
2026-05-16T05:58:52.8574021Z ::group::Disabling automatic garbage collection
2026-05-16T05:58:52.8579974Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T05:58:52.8625274Z ::endgroup::
2026-05-16T05:58:52.8625546Z ::group::Setting up auth
2026-05-16T05:58:52.8635641Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T05:58:52.8686137Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T05:58:52.9055513Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-16T05:58:52.9114181Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-16T05:58:52.9508504Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T05:58:52.9567226Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T05:58:52.9957781Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T05:58:53.0023819Z ::endgroup::
2026-05-16T05:58:53.0024315Z ::group::Fetching the repository
2026-05-16T05:58:53.0035971Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +132f45128410d630ffc914303de8888a498b7dd4:refs/remotes/origin/main
2026-05-16T05:59:04.9797262Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T05:59:04.9797826Z * [new ref] 132f45128410d630ffc914303de8888a498b7dd4 -> origin/main
2026-05-16T05:59:04.9838619Z ::endgroup::
2026-05-16T05:59:04.9839225Z ::group::Determining the checkout info
2026-05-16T05:59:04.9844245Z ::endgroup::
2026-05-16T05:59:04.9853361Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T05:59:04.9923132Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T05:59:04.9974216Z ::group::Checking out the ref
2026-05-16T05:59:04.9982786Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T05:59:08.7137962Z Updating files: 1% (193/13492)
Updating files: 2% (270/13492)
Updating files: 3% (405/13492)
Updating files: 4% (540/13492)
Updating files: 5% (675/13492)
Updating files: 6% (810/13492)
Updating files: 7% (945/13492)
Updating files: 8% (1080/13492)
Updating files: 9% (1215/13492)
Updating files: 10% (1350/13492)
Updating files: 11% (1485/13492)
Updating files: 12% (1620/13492)
Updating files: 13% (1754/13492)
Updating files: 14% (1889/13492)
Updating files: 15% (2024/13492)
Updating files: 16% (2159/13492)
Updating files: 17% (2294/13492)
Updating files: 18% (2429/13492)
Updating files: 19% (2564/13492)
Updating files: 20% (2699/13492)
Updating files: 21% (2834/13492)
Updating files: 22% (2969/13492)
Updating files: 23% (3104/13492)
Updating files: 24% (3239/13492)
Updating files: 25% (3373/13492)
Updating files: 26% (3508/13492)
Updating files: 27% (3643/13492)
Updating files: 28% (3778/13492)
Updating files: 29% (3913/13492)
Updating files: 30% (4048/13492)
Updating files: 31% (4183/13492)
Updating files: 32% (4318/13492)
Updating files: 33% (4453/13492)
Updating files: 34% (4588/13492)
Updating files: 35% (4723/13492)
Updating files: 36% (4858/13492)
Updating files: 37% (4993/13492)
Updating files: 38% (5127/13492)
Updating files: 39% (5262/13492)
Updating files: 40% (5397/13492)
Updating files: 41% (5532/13492)
Updating files: 42% (5667/13492)
Updating files: 43% (5802/13492)
Updating files: 44% (5937/13492)
Updating files: 45% (6072/13492)
Updating files: 46% (6207/13492)
Updating files: 47% (6342/13492)
Updating files: 48% (6477/13492)
Updating files: 49% (6612/13492)
Updating files: 50% (6746/13492)
Updating files: 51% (6881/13492)
Updating files: 52% (7016/13492)
Updating files: 53% (7151/13492)
Updating files: 54% (7286/13492)
Updating files: 55% (7421/13492)
Updating files: 55% (7533/13492)
Updating files: 56% (7556/13492)
Updating files: 57% (7691/13492)
Updating files: 58% (7826/13492)
Updating files: 59% (7961/13492)
Updating files: 60% (8096/13492)
Updating files: 61% (8231/13492)
Updating files: 62% (8366/13492)
Updating files: 63% (8500/13492)
Updating files: 64% (8635/13492)
Updating files: 65% (8770/13492)
Updating files: 66% (8905/13492)
Updating files: 67% (9040/13492)
Updating files: 68% (9175/13492)
Updating files: 69% (9310/13492)
Updating files: 70% (9445/13492)
Updating files: 71% (9580/13492)
Updating files: 72% (9715/13492)
Updating files: 73% (9850/13492)
Updating files: 74% (9985/13492)
Updating files: 75% (10119/13492)
Updating files: 76% (10254/13492)
Updating files: 77% (10389/13492)
Updating files: 78% (10524/13492)
Updating files: 79% (10659/13492)
Updating files: 80% (10794/13492)
Updating files: 80% (10890/13492)
Updating files: 81% (10929/13492)
Updating files: 82% (11064/13492)
Updating files: 83% (11199/13492)
Updating files: 84% (11334/13492)
Updating files: 85% (11469/13492)
Updating files: 86% (11604/13492)
Updating files: 87% (11739/13492)
Updating files: 88% (11873/13492)
Updating files: 89% (12008/13492)
Updating files: 90% (12143/13492)
Updating files: 91% (12278/13492)
Updating files: 92% (12413/13492)
Updating files: 93% (12548/13492)
Updating files: 94% (12683/13492)
Updating files: 95% (12818/13492)
Updating files: 96% (12953/13492)
Updating files: 97% (13088/13492)
Updating files: 98% (13223/13492)
Updating files: 99% (13358/13492)
Updating files: 100% (13492/13492)
Updating files: 100% (13492/13492), done.
2026-05-16T05:59:08.7477266Z Switched to a new branch 'main'
2026-05-16T05:59:08.7479531Z branch 'main' set up to track 'origin/main'.
2026-05-16T05:59:08.7693548Z ::endgroup::
2026-05-16T05:59:08.7772728Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T05:59:08.7824438Z 132f45128410d630ffc914303de8888a498b7dd4
2026-05-16T05:59:08.7849624Z ::remove-matcher owner=checkout-git::
2026-05-16T05:59:09.0686319Z ::group::Running self-installer...
2026-05-16T05:59:11.3566619Z (node:2994474) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-16T05:59:11.3567225Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T05:59:11.4025389Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-16T05:59:11.4030265Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T05:59:11.4189688Z Packages: [32m+1[39m
2026-05-16T05:59:11.4190158Z
2026-05-16T05:59:11.5816470Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-16T05:59:11.6227809Z
2026-05-16T05:59:11.6228624Z [96mdependencies:[39m
2026-05-16T05:59:11.6228886Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-16T05:59:11.6229066Z
2026-05-16T05:59:11.6286883Z Done in 593ms
2026-05-16T05:59:11.6508574Z ::endgroup::
2026-05-16T05:59:11.6508935Z Installation Completed!
2026-05-16T05:59:12.1697098Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-16T05:59:12.1704541Z (node:2994487) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-16T05:59:12.1705024Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T05:59:12.1709713Z ::group::Environment details
2026-05-16T05:59:12.3446204Z node: v20.20.0
2026-05-16T05:59:12.3478008Z npm: 10.8.2
2026-05-16T05:59:12.3478432Z yarn:
2026-05-16T05:59:12.3479129Z ::endgroup::
2026-05-16T05:59:12.3504922Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-16T05:59:13.0062711Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-16T05:59:13.4620642Z Cache Size: ~144 MB (151295108 B)
2026-05-16T05:59:13.4660814Z [command]/usr/bin/tar -xf /root/.cache/act/f7361a4b8726d6ed/tmp/0b54d5e5-1ccd-4a25-983d-fb12711e6ab2/cache.tzst -P -C /root/.cache/act/f7361a4b8726d6ed/hostexecutor --use-compress-program unzstd
2026-05-16T05:59:17.7244050Z Cache restored successfully
2026-05-16T05:59:17.7782805Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-16T05:59:17.7784489Z ##[add-matcher]/root/.cache/act/f7361a4b8726d6ed/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-16T05:59:17.7784984Z ##[add-matcher]/root/.cache/act/f7361a4b8726d6ed/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-16T05:59:17.7785516Z ##[add-matcher]/root/.cache/act/f7361a4b8726d6ed/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-16T05:59:18.5069356Z Scope: all 6 workspace projects
2026-05-16T05:59:18.6224242Z Lockfile is up to date, resolution step is skipped
2026-05-16T05:59:18.7674844Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T05:59:19.0057681Z Packages: [32m+1308[39m
2026-05-16T05:59:19.0058495Z
...
|
Edit
Delete
|
|
28211
|
17
|
26925
|
0
|
0
|
2026-05-16T16:24:11.1657898Z iZ2zed3pt2nygf9dy1a9d 2026-05-16T16:24:11.1657898Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26939 of job frontend-typecheck, be triggered by event: push
2026-05-16T16:24:11.1663828Z workflow prepared
2026-05-16T16:24:11.1664813Z evaluating expression 'success()'
2026-05-16T16:24:11.1665940Z expression 'success()' evaluated to 'true'
2026-05-16T16:24:11.1670781Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-16T16:24:11.1671282Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:24:13.7732985Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-16T16:24:13.7733609Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:24:13.8158757Z Checked out v4
2026-05-16T16:24:13.8166194Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-16T16:24:13.8166686Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T16:24:15.5060224Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T16:24:15.5061176Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T16:24:15.6301042Z Checked out v4
2026-05-16T16:24:15.6304895Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-16T16:24:15.6305094Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T16:24:25.8678601Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T16:24:25.8679640Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T16:24:25.9986273Z Checked out v4
2026-05-16T16:24:25.9990677Z evaluating expression ''
2026-05-16T16:24:25.9991123Z expression '' evaluated to 'true'
2026-05-16T16:24:25.9991271Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-16T16:24:25.9994505Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-16T16:24:25.9994664Z evaluating expression 'format('{0}', github.token)'
2026-05-16T16:24:25.9995052Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-16T16:24:25.9995591Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-16T16:24:25.9995713Z evaluating expression 'format('{0}', github.repository)'
2026-05-16T16:24:25.9995957Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-16T16:24:25.9996310Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/a301f7bd21877031/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:24:25.9996527Z /root/.cache/act/a301f7bd21877031/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:24:25.9996735Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-16T16:24:25.9997347Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-16T16:24:26.1098262Z executing remote job container: [node /root/.cache/act/a301f7bd21877031/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-16T16:24:26.2372537Z ::add-matcher::/root/.cache/act/a301f7bd21877031/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T16:24:26.2372760Z ::add-matcher::/root/.cache/act/a301f7bd21877031/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T16:24:26.2377611Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:24:26.2381285Z ::group::Getting Git version info
2026-05-16T16:24:26.2381742Z Working directory is '/root/.cache/act/a301f7bd21877031/hostexecutor'
2026-05-16T16:24:26.2425141Z [command]/usr/bin/git version
2026-05-16T16:24:26.2483400Z git version 2.43.0
2026-05-16T16:24:26.2514734Z ::endgroup::
2026-05-16T16:24:26.2528748Z Copying '/root/.gitconfig' to '/root/.cache/act/a301f7bd21877031/tmp/324a68a4-8823-41ca-8cc0-018ca22bef1e/.gitconfig'
2026-05-16T16:24:26.2544592Z Temporarily overriding HOME='/root/.cache/act/a301f7bd21877031/tmp/324a68a4-8823-41ca-8cc0-018ca22bef1e' before making global git config changes
2026-05-16T16:24:26.2545180Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T16:24:26.2551109Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/a301f7bd21877031/hostexecutor
2026-05-16T16:24:26.2608295Z Deleting the contents of '/root/.cache/act/a301f7bd21877031/hostexecutor'
2026-05-16T16:24:26.2614411Z ::group::Initializing the repository
2026-05-16T16:24:26.2619338Z [command]/usr/bin/git init /root/.cache/act/a301f7bd21877031/hostexecutor
2026-05-16T16:24:26.2681251Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T16:24:26.2682027Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-16T16:24:26.2682240Z hint: of your new repositories, which will suppress this warning, call:
2026-05-16T16:24:26.2682387Z hint:
2026-05-16T16:24:26.2682514Z hint: git config --global init.defaultBranch <name>
2026-05-16T16:24:26.2682706Z hint:
2026-05-16T16:24:26.2682822Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T16:24:26.2683010Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T16:24:26.2683139Z hint:
2026-05-16T16:24:26.2683263Z hint: git branch -m <name>
2026-05-16T16:24:26.2698166Z Initialized empty Git repository in /root/.cache/act/a301f7bd21877031/hostexecutor/.git/
2026-05-16T16:24:26.2711732Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:24:26.2769635Z ::endgroup::
2026-05-16T16:24:26.2770012Z ::group::Disabling automatic garbage collection
2026-05-16T16:24:26.2775930Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T16:24:26.2823607Z ::endgroup::
2026-05-16T16:24:26.2823887Z ::group::Setting up auth
2026-05-16T16:24:26.2834440Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T16:24:26.2885703Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T16:24:26.3283323Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-16T16:24:26.3329864Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-16T16:24:26.3690101Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T16:24:26.3742568Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T16:24:26.4096178Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T16:24:26.4158246Z ::endgroup::
2026-05-16T16:24:26.4158665Z ::group::Fetching the repository
2026-05-16T16:24:26.4172990Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a3cb6a8fb223ab127cd4333eec8886bb0c6b15d1:refs/remotes/origin/main
2026-05-16T16:24:38.0799045Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:24:38.0799697Z * [new ref] a3cb6a8fb223ab127cd4333eec8886bb0c6b15d1 -> origin/main
2026-05-16T16:24:38.0837266Z ::endgroup::
2026-05-16T16:24:38.0837579Z ::group::Determining the checkout info
2026-05-16T16:24:38.0840735Z ::endgroup::
2026-05-16T16:24:38.0848973Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T16:24:38.0912034Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T16:24:38.0957493Z ::group::Checking out the ref
2026-05-16T16:24:38.0963754Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T16:24:41.7512080Z Updating files: 1% (193/13649)
Updating files: 2% (273/13649)
Updating files: 3% (410/13649)
Updating files: 4% (546/13649)
Updating files: 5% (683/13649)
Updating files: 6% (819/13649)
Updating files: 7% (956/13649)
Updating files: 8% (1092/13649)
Updating files: 9% (1229/13649)
Updating files: 10% (1365/13649)
Updating files: 11% (1502/13649)
Updating files: 12% (1638/13649)
Updating files: 13% (1775/13649)
Updating files: 14% (1911/13649)
Updating files: 15% (2048/13649)
Updating files: 16% (2184/13649)
Updating files: 17% (2321/13649)
Updating files: 18% (2457/13649)
Updating files: 19% (2594/13649)
Updating files: 20% (2730/13649)
Updating files: 21% (2867/13649)
Updating files: 22% (3003/13649)
Updating files: 23% (3140/13649)
Updating files: 24% (3276/13649)
Updating files: 25% (3413/13649)
Updating files: 26% (3549/13649)
Updating files: 27% (3686/13649)
Updating files: 28% (3822/13649)
Updating files: 29% (3959/13649)
Updating files: 30% (4095/13649)
Updating files: 31% (4232/13649)
Updating files: 32% (4368/13649)
Updating files: 33% (4505/13649)
Updating files: 34% (4641/13649)
Updating files: 35% (4778/13649)
Updating files: 36% (4914/13649)
Updating files: 37% (5051/13649)
Updating files: 38% (5187/13649)
Updating files: 39% (5324/13649)
Updating files: 40% (5460/13649)
Updating files: 41% (5597/13649)
Updating files: 42% (5733/13649)
Updating files: 43% (5870/13649)
Updating files: 44% (6006/13649)
Updating files: 45% (6143/13649)
Updating files: 46% (6279/13649)
Updating files: 47% (6416/13649)
Updating files: 48% (6552/13649)
Updating files: 49% (6689/13649)
Updating files: 50% (6825/13649)
Updating files: 51% (6961/13649)
Updating files: 52% (7098/13649)
Updating files: 53% (7234/13649)
Updating files: 54% (7371/13649)
Updating files: 55% (7507/13649)
Updating files: 55% (7591/13649)
Updating files: 56% (7644/13649)
Updating files: 57% (7780/13649)
Updating files: 58% (7917/13649)
Updating files: 59% (8053/13649)
Updating files: 60% (8190/13649)
Updating files: 61% (8326/13649)
Updating files: 62% (8463/13649)
Updating files: 63% (8599/13649)
Updating files: 64% (8736/13649)
Updating files: 65% (8872/13649)
Updating files: 66% (9009/13649)
Updating files: 67% (9145/13649)
Updating files: 68% (9282/13649)
Updating files: 69% (9418/13649)
Updating files: 70% (9555/13649)
Updating files: 71% (9691/13649)
Updating files: 72% (9828/13649)
Updating files: 73% (9964/13649)
Updating files: 74% (10101/13649)
Updating files: 75% (10237/13649)
Updating files: 76% (10374/13649)
Updating files: 77% (10510/13649)
Updating files: 78% (10647/13649)
Updating files: 79% (10783/13649)
Updating files: 80% (10920/13649)
Updating files: 81% (11056/13649)
Updating files: 82% (11193/13649)
Updating files: 83% (11329/13649)
Updating files: 84% (11466/13649)
Updating files: 84% (11505/13649)
Updating files: 85% (11602/13649)
Updating files: 86% (11739/13649)
Updating files: 87% (11875/13649)
Updating files: 88% (12012/13649)
Updating files: 89% (12148/13649)
Updating files: 90% (12285/13649)
Updating files: 91% (12421/13649)
Updating files: 92% (12558/13649)
Updating files: 93% (12694/13649)
Updating files: 94% (12831/13649)
Updating files: 95% (12967/13649)
Updating files: 96% (13104/13649)
Updating files: 97% (13240/13649)
Updating files: 98% (13377/13649)
Updating files: 99% (13513/13649)
Updating files: 100% (13649/13649)
Updating files: 100% (13649/13649), done.
2026-05-16T16:24:42.7849138Z Switched to a new branch 'main'
2026-05-16T16:24:42.7850591Z branch 'main' set up to track 'origin/main'.
2026-05-16T16:24:42.7979914Z ::endgroup::
2026-05-16T16:24:42.8047102Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T16:24:42.8088902Z a3cb6a8fb223ab127cd4333eec8886bb0c6b15d1
2026-05-16T16:24:42.8107969Z ::remove-matcher owner=checkout-git::
2026-05-16T16:24:43.1184501Z ::group::Running self-installer...
2026-05-16T16:24:45.3131013Z (node:3610755) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-16T16:24:45.3131700Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T16:24:45.3619310Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-16T16:24:45.3625904Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:24:45.3796228Z Packages: [32m+1[39m
2026-05-16T16:24:45.3796677Z
2026-05-16T16:24:45.5569085Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-16T16:24:45.5995827Z
2026-05-16T16:24:45.5996346Z [96mdependencies:[39m
2026-05-16T16:24:45.5996589Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-16T16:24:45.5996748Z
2026-05-16T16:24:45.6054808Z Done in 632ms
2026-05-16T16:24:45.6277130Z ::endgroup::
2026-05-16T16:24:45.6277593Z Installation Completed!
2026-05-16T16:24:46.0410200Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-16T16:24:46.0415265Z (node:3610768) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-16T16:24:46.0415487Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T16:24:46.0419320Z ::group::Environment details
2026-05-16T16:24:46.2099762Z node: v20.20.0
2026-05-16T16:24:46.2100808Z npm: 10.8.2
2026-05-16T16:24:46.2101239Z yarn:
2026-05-16T16:24:46.2102325Z ::endgroup::
2026-05-16T16:24:46.2119142Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-16T16:24:46.8522952Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-16T16:24:47.2932649Z Cache Size: ~144 MB (151295108 B)
2026-05-16T16:24:47.2969714Z [command]/usr/bin/tar -xf /root/.cache/act/a301f7bd21877031/tmp/05fd1a50-89e1-45ab-b7d5-3b43a6dd0e9a/cache.tzst -P -C /root/.cache/act/a301f7bd21877031/hostexecutor --use-compress-program unzstd
2026-05-16T16:24:51.6328137Z Cache restored successfully
2026-05-16T16:24:51.6638058Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-16T16:24:51.6639250Z ##[add-matcher]/root/.cache/act/a301f7bd21877031/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-16T16:24:51.6639837Z ##[add-matcher]/root/.cache/act/a301f7bd21877031/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-16T16:24:51.6640282Z ##[add-matcher]/root/.cache/act/a301f7bd21877031/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-16T16:24:52.4819335Z Scope: all 6 workspace projects
2026-05-16T16:24:52.6174745Z Lockfile is up to date, resolution step is skipped
2026-05-16T16:24:52.7598744Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:24:53.0197118Z Packages: [32m+1308[39m
2026-05-16T16:24:53.0197593Z
2026-05-16T16:24:53.7613794Z Progress: resolved [96m1308[39m, reused [96m1058[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:24:54.7624648Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m265[39m
2026-05-16T16:24:55.7633007Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m568[39m
2026-05-16T16:24:56.7652594Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m840[39m
2026-05-16T16:24:57.7661569Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1305[39m
2026-05-16T16:24:58.7664077Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1306[39m
2026-05-16T16:25:00.5352454Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-16T16:25:02.9277617Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-16T16:25:02.9282472Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-16T16:25:03.6968813Z
2026-05-16T16:25:03.6969441Z [96mdevDependencies:[39m
2026-05-16T16:25:03.6969617Z [32m+[39m chalk [90m5.6.2[39m
2026-05-16T16:25:03.6969778Z [32m+[39m commander [90m11.1.0[39m
2026-05-16T16:25:03.6969919Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-16T16:25:03.6970066Z [32m+[39m glob [90m10.5.0[39m
2026-05-16T16:25:03.6970199Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-16T16:25:03.6970322Z [32m+[39m ora [90m8.2.0[39m
2026-05-16T16:25:03.6970434Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-16T16:25:03.6970563Z [32m+[39m tsx [90m4.21.0[39m
2026-05-16T16:25:03.6970688Z
2026-05-16T16:25:03.6988139Z Done in 11.9s
2026-05-16T16:25:04.4324226Z
2026-05-16T16:25:04.4325020Z > @juhi/shared@1.0.0 build /root/.cache/act/a301f7bd21877031/hostexecutor/shared
2026-05-16T16:25:04.4325250Z > tsc
2026-05-16T16:25:04.4325377Z
2026-05-16T16:25:07.5074752Z
2026-05-16T16:25:07.5075931Z > juhi-frontend@1.0.0 type-check /root/.cache/act/a301f7bd21877031/hostexecutor/frontend
2026-05-16T16:25:07.5076193Z > NODE_OPTIONS="--max-old-space-size=16384" vue-tsc --noEmit
2026-05-16T16:25:07.5076371Z
...
|
Edit
Delete
|
|
28213
|
15
|
26927
|
0
|
0
|
2026-05-16T16:30:18.9698829Z iZ2zed3pt2nygf9dy1a9d 2026-05-16T16:30:18.9698829Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26941 of job lint-and-typecheck, be triggered by event: push
2026-05-16T16:30:18.9703998Z workflow prepared
2026-05-16T16:30:18.9704944Z evaluating expression 'success()'
2026-05-16T16:30:18.9705905Z expression 'success()' evaluated to 'true'
2026-05-16T16:30:18.9710581Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-16T16:30:18.9711035Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:30:21.8259291Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-16T16:30:21.8260072Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:30:21.8753611Z Checked out v4
2026-05-16T16:30:21.8759094Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-16T16:30:21.8759310Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T16:30:24.6533835Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T16:30:24.6534869Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-16T16:30:24.7812359Z Checked out v4
2026-05-16T16:30:24.7816327Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-16T16:30:24.7816534Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T16:30:31.4913204Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-16T16:30:31.4914215Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-16T16:30:31.6688004Z Checked out v4
2026-05-16T16:30:31.6695207Z evaluating expression ''
2026-05-16T16:30:31.6695887Z expression '' evaluated to 'true'
2026-05-16T16:30:31.6696130Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-16T16:30:31.6700817Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-16T16:30:31.6701099Z evaluating expression 'format('{0}', github.token)'
2026-05-16T16:30:31.6701667Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-16T16:30:31.6703039Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-16T16:30:31.6703259Z evaluating expression 'format('{0}', github.repository)'
2026-05-16T16:30:31.6703652Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-16T16:30:31.6704020Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/cebe92d92aa062ea/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:30:31.6704243Z /root/.cache/act/cebe92d92aa062ea/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-16T16:30:31.6704501Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-16T16:30:31.6705074Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-16T16:30:31.7977224Z executing remote job container: [node /root/.cache/act/cebe92d92aa062ea/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-16T16:30:31.9390182Z ::add-matcher::/root/.cache/act/cebe92d92aa062ea/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T16:30:31.9390437Z ::add-matcher::/root/.cache/act/cebe92d92aa062ea/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-16T16:30:31.9398607Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:30:31.9404885Z ::group::Getting Git version info
2026-05-16T16:30:31.9405529Z Working directory is '/root/.cache/act/cebe92d92aa062ea/hostexecutor'
2026-05-16T16:30:31.9442446Z [command]/usr/bin/git version
2026-05-16T16:30:31.9502171Z git version 2.43.0
2026-05-16T16:30:31.9567306Z ::endgroup::
2026-05-16T16:30:31.9581425Z Copying '/root/.gitconfig' to '/root/.cache/act/cebe92d92aa062ea/tmp/6c5e6a01-2433-46f0-9384-56292dcc9048/.gitconfig'
2026-05-16T16:30:31.9597616Z Temporarily overriding HOME='/root/.cache/act/cebe92d92aa062ea/tmp/6c5e6a01-2433-46f0-9384-56292dcc9048' before making global git config changes
2026-05-16T16:30:31.9598067Z Adding repository directory to the temporary git global config as a safe directory
2026-05-16T16:30:31.9604172Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/cebe92d92aa062ea/hostexecutor
2026-05-16T16:30:31.9664305Z Deleting the contents of '/root/.cache/act/cebe92d92aa062ea/hostexecutor'
2026-05-16T16:30:31.9669565Z ::group::Initializing the repository
2026-05-16T16:30:31.9674941Z [command]/usr/bin/git init /root/.cache/act/cebe92d92aa062ea/hostexecutor
2026-05-16T16:30:31.9723508Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-16T16:30:31.9723888Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-16T16:30:31.9724063Z hint: of your new repositories, which will suppress this warning, call:
2026-05-16T16:30:31.9724280Z hint:
2026-05-16T16:30:31.9724486Z hint: git config --global init.defaultBranch <name>
2026-05-16T16:30:31.9724709Z hint:
2026-05-16T16:30:31.9724877Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-16T16:30:31.9725094Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-16T16:30:31.9725292Z hint:
2026-05-16T16:30:31.9725454Z hint: git branch -m <name>
2026-05-16T16:30:31.9737580Z Initialized empty Git repository in /root/.cache/act/cebe92d92aa062ea/hostexecutor/.git/
2026-05-16T16:30:31.9751893Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:30:31.9806546Z ::endgroup::
2026-05-16T16:30:31.9806956Z ::group::Disabling automatic garbage collection
2026-05-16T16:30:31.9811750Z [command]/usr/bin/git config --local gc.auto 0
2026-05-16T16:30:31.9860756Z ::endgroup::
2026-05-16T16:30:31.9861037Z ::group::Setting up auth
2026-05-16T16:30:31.9870525Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-16T16:30:31.9920940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-16T16:30:32.0296192Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-16T16:30:32.0344340Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-16T16:30:32.0709527Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-16T16:30:32.0758185Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-16T16:30:32.1131371Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-16T16:30:32.1194882Z ::endgroup::
2026-05-16T16:30:32.1195256Z ::group::Fetching the repository
2026-05-16T16:30:32.1206984Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4048364f57aa5946906a20ca0be15457913d573c:refs/remotes/origin/main
2026-05-16T16:30:43.9827077Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-16T16:30:43.9827955Z * [new ref] 4048364f57aa5946906a20ca0be15457913d573c -> origin/main
2026-05-16T16:30:43.9866378Z ::endgroup::
2026-05-16T16:30:43.9866773Z ::group::Determining the checkout info
2026-05-16T16:30:43.9869108Z ::endgroup::
2026-05-16T16:30:43.9876094Z [command]/usr/bin/git sparse-checkout disable
2026-05-16T16:30:43.9945739Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-16T16:30:43.9992440Z ::group::Checking out the ref
2026-05-16T16:30:44.0000536Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-16T16:30:47.7361529Z Updating files: 1% (203/13659)
Updating files: 2% (274/13659)
Updating files: 3% (410/13659)
Updating files: 4% (547/13659)
Updating files: 5% (683/13659)
Updating files: 6% (820/13659)
Updating files: 7% (957/13659)
Updating files: 8% (1093/13659)
Updating files: 9% (1230/13659)
Updating files: 10% (1366/13659)
Updating files: 11% (1503/13659)
Updating files: 12% (1640/13659)
Updating files: 13% (1776/13659)
Updating files: 14% (1913/13659)
Updating files: 15% (2049/13659)
Updating files: 16% (2186/13659)
Updating files: 17% (2323/13659)
Updating files: 18% (2459/13659)
Updating files: 19% (2596/13659)
Updating files: 20% (2732/13659)
Updating files: 21% (2869/13659)
Updating files: 22% (3005/13659)
Updating files: 23% (3142/13659)
Updating files: 24% (3279/13659)
Updating files: 25% (3415/13659)
Updating files: 26% (3552/13659)
Updating files: 27% (3688/13659)
Updating files: 28% (3825/13659)
Updating files: 29% (3962/13659)
Updating files: 30% (4098/13659)
Updating files: 31% (4235/13659)
Updating files: 32% (4371/13659)
Updating files: 33% (4508/13659)
Updating files: 34% (4645/13659)
Updating files: 35% (4781/13659)
Updating files: 36% (4918/13659)
Updating files: 37% (5054/13659)
Updating files: 38% (5191/13659)
Updating files: 39% (5328/13659)
Updating files: 40% (5464/13659)
Updating files: 41% (5601/13659)
Updating files: 42% (5737/13659)
Updating files: 43% (5874/13659)
Updating files: 44% (6010/13659)
Updating files: 45% (6147/13659)
Updating files: 46% (6284/13659)
Updating files: 47% (6420/13659)
Updating files: 48% (6557/13659)
Updating files: 49% (6693/13659)
Updating files: 50% (6830/13659)
Updating files: 51% (6967/13659)
Updating files: 52% (7103/13659)
Updating files: 53% (7240/13659)
Updating files: 54% (7376/13659)
Updating files: 55% (7513/13659)
Updating files: 55% (7584/13659)
Updating files: 56% (7650/13659)
Updating files: 57% (7786/13659)
Updating files: 58% (7923/13659)
Updating files: 59% (8059/13659)
Updating files: 60% (8196/13659)
Updating files: 61% (8332/13659)
Updating files: 62% (8469/13659)
Updating files: 63% (8606/13659)
Updating files: 64% (8742/13659)
Updating files: 65% (8879/13659)
Updating files: 66% (9015/13659)
Updating files: 67% (9152/13659)
Updating files: 68% (9289/13659)
Updating files: 69% (9425/13659)
Updating files: 70% (9562/13659)
Updating files: 71% (9698/13659)
Updating files: 72% (9835/13659)
Updating files: 73% (9972/13659)
Updating files: 74% (10108/13659)
Updating files: 75% (10245/13659)
Updating files: 76% (10381/13659)
Updating files: 76% (10466/13659)
Updating files: 77% (10518/13659)
Updating files: 78% (10655/13659)
Updating files: 79% (10791/13659)
Updating files: 80% (10928/13659)
Updating files: 81% (11064/13659)
Updating files: 82% (11201/13659)
Updating files: 83% (11337/13659)
Updating files: 84% (11474/13659)
Updating files: 85% (11611/13659)
Updating files: 86% (11747/13659)
Updating files: 87% (11884/13659)
Updating files: 88% (12020/13659)
Updating files: 89% (12157/13659)
Updating files: 90% (12294/13659)
Updating files: 91% (12430/13659)
Updating files: 92% (12567/13659)
Updating files: 93% (12703/13659)
Updating files: 94% (12840/13659)
Updating files: 95% (12977/13659)
Updating files: 96% (13113/13659)
Updating files: 97% (13250/13659)
Updating files: 98% (13386/13659)
Updating files: 99% (13523/13659)
Updating files: 100% (13659/13659)
Updating files: 100% (13659/13659), done.
2026-05-16T16:30:47.7695325Z Switched to a new branch 'main'
2026-05-16T16:30:47.7696776Z branch 'main' set up to track 'origin/main'.
2026-05-16T16:30:47.7869062Z ::endgroup::
2026-05-16T16:30:47.7935855Z [command]/usr/bin/git log -1 --format=%H
2026-05-16T16:30:47.7988107Z 4048364f57aa5946906a20ca0be15457913d573c
2026-05-16T16:30:47.8007848Z ::remove-matcher owner=checkout-git::
2026-05-16T16:30:48.1595800Z ::group::Running self-installer...
2026-05-16T16:30:50.2804210Z (node:3618355) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-16T16:30:50.2807055Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T16:30:50.3279231Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-16T16:30:50.3283822Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:30:50.3429379Z Packages: [32m+1[39m
2026-05-16T16:30:50.3429984Z
2026-05-16T16:30:50.5297492Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-16T16:30:50.5716150Z
2026-05-16T16:30:50.5716796Z [96mdependencies:[39m
2026-05-16T16:30:50.5717085Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-16T16:30:50.5717353Z
2026-05-16T16:30:50.5784240Z Done in 620ms
2026-05-16T16:30:50.6030351Z ::endgroup::
2026-05-16T16:30:50.6030808Z Installation Completed!
2026-05-16T16:30:51.0632169Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-16T16:30:51.0637940Z (node:3618368) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-16T16:30:51.0638295Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-16T16:30:51.0642411Z ::group::Environment details
2026-05-16T16:30:51.2372574Z node: v20.20.0
2026-05-16T16:30:51.2373132Z npm: 10.8.2
2026-05-16T16:30:51.2373275Z yarn:
2026-05-16T16:30:51.2373834Z ::endgroup::
2026-05-16T16:30:51.2396022Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-16T16:30:51.8994217Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-16T16:30:52.3656882Z Cache Size: ~144 MB (151295108 B)
2026-05-16T16:30:52.3679827Z [command]/usr/bin/tar -xf /root/.cache/act/cebe92d92aa062ea/tmp/54787821-27cc-428e-8657-0c682b59c3db/cache.tzst -P -C /root/.cache/act/cebe92d92aa062ea/hostexecutor --use-compress-program unzstd
2026-05-16T16:30:56.8892447Z Cache restored successfully
2026-05-16T16:30:56.9193936Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-16T16:30:56.9195002Z ##[add-matcher]/root/.cache/act/cebe92d92aa062ea/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-16T16:30:56.9195542Z ##[add-matcher]/root/.cache/act/cebe92d92aa062ea/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-16T16:30:56.9195936Z ##[add-matcher]/root/.cache/act/cebe92d92aa062ea/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-16T16:30:57.6425760Z Scope: all 6 workspace projects
2026-05-16T16:30:57.7596480Z Lockfile is up to date, resolution step is skipped
2026-05-16T16:30:57.8959425Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:30:58.1302802Z Packages: [32m+1308[39m
2026-05-16T16:30:58.1303478Z
2026-05-16T16:30:58.9509576Z Progress: resolved [96m1308[39m, reused [96m1213[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-16T16:30:59.9518462Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m390[39m
2026-05-16T16:31:00.9528430Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m843[39m
2026-05-16T16:31:01.9536036Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1269[39m
2026-05-16T16:31:02.9552151Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1306[39m
2026-05-16T16:31:05.7564143Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-16T16:31:07.7610560Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-16T16:31:07.7615005Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-16T16:31:08.5369367Z
2026-05-16T16:31:08.5369947Z [96mdevDependencies:[39m
2026-05-16T16:31:08.5370133Z [32m+[39m chalk [90m5.6.2[39m
2026-05-16T16:31:08.5370364Z [32m+[39m commander [90m11.1.0[39m
2026-05-16T16:31:08.5370498Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-16T16:31:08.5370628Z [32m+[39m glob [90m10.5.0[39m
2026-05-16T16:31:08.5370762Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-16T16:31:08.5370887Z [32m+[39m ora [90m8.2.0[39m
2026-05-16T16:31:08.5371025Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-16T16:31:08.5371155Z [32m+[39m tsx [90m4.21.0[39m
2026-05-16T16:31:08.5371263Z
2026-05-16T16:31:08.5388728Z Done in 11.5s
2026-05-16T16:31:10.4165816Z [2mPrisma schema loaded from prisma/schema[22m
...
|
Edit
Delete
|
|
28349
|
20
|
26938
|
0
|
0
|
2026-05-18T01:52:07.3093201Z iZ2zed3pt2nygf9dy1a9d 2026-05-18T01:52:07.3093201Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26952 of job frontend-typecheck, be triggered by event: push
2026-05-18T01:52:07.3099640Z workflow prepared
2026-05-18T01:52:07.3100548Z evaluating expression 'success()'
2026-05-18T01:52:07.3101478Z expression 'success()' evaluated to 'true'
2026-05-18T01:52:07.3106265Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-18T01:52:07.3107125Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T01:52:11.0884217Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-18T01:52:11.0884856Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T01:52:11.2402158Z Checked out v4
2026-05-18T01:52:11.2408024Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-18T01:52:11.2408243Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-18T01:52:12.6615057Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-18T01:52:12.6615729Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-18T01:52:12.7948606Z Checked out v4
2026-05-18T01:52:12.7952577Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-18T01:52:12.7952842Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-18T01:52:16.2625199Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-18T01:52:16.2625984Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-18T01:52:16.4020277Z Checked out v4
2026-05-18T01:52:16.4024923Z evaluating expression ''
2026-05-18T01:52:16.4025376Z expression '' evaluated to 'true'
2026-05-18T01:52:16.4025525Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-18T01:52:16.4029001Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-18T01:52:16.4029159Z evaluating expression 'format('{0}', github.repository)'
2026-05-18T01:52:16.4029679Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-18T01:52:16.4029935Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-18T01:52:16.4030049Z evaluating expression 'format('{0}', github.token)'
2026-05-18T01:52:16.4030276Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-18T01:52:16.4030710Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/0488db2ea3dbb23a/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T01:52:16.4030987Z /root/.cache/act/0488db2ea3dbb23a/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T01:52:16.4031194Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-18T01:52:16.4031738Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-18T01:52:16.5324590Z executing remote job container: [node /root/.cache/act/0488db2ea3dbb23a/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-18T01:52:17.1415789Z ::add-matcher::/root/.cache/act/0488db2ea3dbb23a/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-18T01:52:17.1416013Z ::add-matcher::/root/.cache/act/0488db2ea3dbb23a/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-18T01:52:17.1420606Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-18T01:52:17.1424803Z ::group::Getting Git version info
2026-05-18T01:52:17.1425081Z Working directory is '/root/.cache/act/0488db2ea3dbb23a/hostexecutor'
2026-05-18T01:52:17.1461547Z [command]/usr/bin/git version
2026-05-18T01:52:17.1518510Z git version 2.43.0
2026-05-18T01:52:17.1549791Z ::endgroup::
2026-05-18T01:52:17.1563992Z Copying '/root/.gitconfig' to '/root/.cache/act/0488db2ea3dbb23a/tmp/ffd92ae8-21bc-40a5-a801-935de74afa2d/.gitconfig'
2026-05-18T01:52:17.1577789Z Temporarily overriding HOME='/root/.cache/act/0488db2ea3dbb23a/tmp/ffd92ae8-21bc-40a5-a801-935de74afa2d' before making global git config changes
2026-05-18T01:52:17.1578191Z Adding repository directory to the temporary git global config as a safe directory
2026-05-18T01:52:17.1584436Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/0488db2ea3dbb23a/hostexecutor
2026-05-18T01:52:17.1641215Z Deleting the contents of '/root/.cache/act/0488db2ea3dbb23a/hostexecutor'
2026-05-18T01:52:17.1647040Z ::group::Initializing the repository
2026-05-18T01:52:17.1651590Z [command]/usr/bin/git init /root/.cache/act/0488db2ea3dbb23a/hostexecutor
2026-05-18T01:52:17.1885606Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-18T01:52:17.1886248Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-18T01:52:17.1886396Z hint: of your new repositories, which will suppress this warning, call:
2026-05-18T01:52:17.1886546Z hint:
2026-05-18T01:52:17.1886682Z hint: git config --global init.defaultBranch <name>
2026-05-18T01:52:17.1886815Z hint:
2026-05-18T01:52:17.1886930Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-18T01:52:17.1887062Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-18T01:52:17.1887187Z hint:
2026-05-18T01:52:17.1887300Z hint: git branch -m <name>
2026-05-18T01:52:17.1896720Z Initialized empty Git repository in /root/.cache/act/0488db2ea3dbb23a/hostexecutor/.git/
2026-05-18T01:52:17.1912683Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-18T01:52:17.1974041Z ::endgroup::
2026-05-18T01:52:17.1974515Z ::group::Disabling automatic garbage collection
2026-05-18T01:52:17.1980442Z [command]/usr/bin/git config --local gc.auto 0
2026-05-18T01:52:17.2037118Z ::endgroup::
2026-05-18T01:52:17.2037603Z ::group::Setting up auth
2026-05-18T01:52:17.2048719Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-18T01:52:17.2101244Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-18T01:52:17.2490749Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-18T01:52:17.2539449Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-18T01:52:17.2895110Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-18T01:52:17.2944214Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-18T01:52:17.3339405Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-18T01:52:17.3412511Z ::endgroup::
2026-05-18T01:52:17.3412863Z ::group::Fetching the repository
2026-05-18T01:52:17.3424288Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c2906127cd26d5d01ed3b2cc4b46812e085ec4b9:refs/remotes/origin/main
2026-05-18T01:52:32.0689179Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-18T01:52:32.0689718Z * [new ref] c2906127cd26d5d01ed3b2cc4b46812e085ec4b9 -> origin/main
2026-05-18T01:52:32.0731546Z ::endgroup::
2026-05-18T01:52:32.0732156Z ::group::Determining the checkout info
2026-05-18T01:52:32.0734965Z ::endgroup::
2026-05-18T01:52:32.0744051Z [command]/usr/bin/git sparse-checkout disable
2026-05-18T01:52:32.0812438Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-18T01:52:32.0867231Z ::group::Checking out the ref
2026-05-18T01:52:32.0873482Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-18T01:52:35.6906737Z Updating files: 2% (276/13763)
Updating files: 3% (413/13763)
Updating files: 4% (551/13763)
Updating files: 5% (689/13763)
Updating files: 6% (826/13763)
Updating files: 7% (964/13763)
Updating files: 8% (1102/13763)
Updating files: 9% (1239/13763)
Updating files: 10% (1377/13763)
Updating files: 11% (1514/13763)
Updating files: 12% (1652/13763)
Updating files: 13% (1790/13763)
Updating files: 14% (1927/13763)
Updating files: 15% (2065/13763)
Updating files: 16% (2203/13763)
Updating files: 17% (2340/13763)
Updating files: 18% (2478/13763)
Updating files: 19% (2615/13763)
Updating files: 20% (2753/13763)
Updating files: 21% (2891/13763)
Updating files: 22% (3028/13763)
Updating files: 23% (3166/13763)
Updating files: 24% (3304/13763)
Updating files: 25% (3441/13763)
Updating files: 26% (3579/13763)
Updating files: 27% (3717/13763)
Updating files: 28% (3854/13763)
Updating files: 29% (3992/13763)
Updating files: 30% (4129/13763)
Updating files: 31% (4267/13763)
Updating files: 32% (4405/13763)
Updating files: 33% (4542/13763)
Updating files: 34% (4680/13763)
Updating files: 35% (4818/13763)
Updating files: 36% (4955/13763)
Updating files: 37% (5093/13763)
Updating files: 38% (5230/13763)
Updating files: 39% (5368/13763)
Updating files: 40% (5506/13763)
Updating files: 41% (5643/13763)
Updating files: 42% (5781/13763)
Updating files: 43% (5919/13763)
Updating files: 44% (6056/13763)
Updating files: 45% (6194/13763)
Updating files: 46% (6331/13763)
Updating files: 47% (6469/13763)
Updating files: 48% (6607/13763)
Updating files: 49% (6744/13763)
Updating files: 50% (6882/13763)
Updating files: 51% (7020/13763)
Updating files: 52% (7157/13763)
Updating files: 53% (7295/13763)
Updating files: 54% (7433/13763)
Updating files: 55% (7570/13763)
Updating files: 55% (7695/13763)
Updating files: 56% (7708/13763)
Updating files: 57% (7845/13763)
Updating files: 58% (7983/13763)
Updating files: 59% (8121/13763)
Updating files: 60% (8258/13763)
Updating files: 61% (8396/13763)
Updating files: 62% (8534/13763)
Updating files: 63% (8671/13763)
Updating files: 64% (8809/13763)
Updating files: 65% (8946/13763)
Updating files: 66% (9084/13763)
Updating files: 67% (9222/13763)
Updating files: 68% (9359/13763)
Updating files: 69% (9497/13763)
Updating files: 70% (9635/13763)
Updating files: 71% (9772/13763)
Updating files: 72% (9910/13763)
Updating files: 73% (10047/13763)
Updating files: 74% (10185/13763)
Updating files: 75% (10323/13763)
Updating files: 76% (10460/13763)
Updating files: 77% (10598/13763)
Updating files: 78% (10736/13763)
Updating files: 79% (10873/13763)
Updating files: 80% (11011/13763)
Updating files: 81% (11149/13763)
Updating files: 82% (11286/13763)
Updating files: 83% (11424/13763)
Updating files: 84% (11561/13763)
Updating files: 85% (11699/13763)
Updating files: 86% (11837/13763)
Updating files: 86% (11878/13763)
Updating files: 87% (11974/13763)
Updating files: 88% (12112/13763)
Updating files: 89% (12250/13763)
Updating files: 90% (12387/13763)
Updating files: 91% (12525/13763)
Updating files: 92% (12662/13763)
Updating files: 93% (12800/13763)
Updating files: 94% (12938/13763)
Updating files: 95% (13075/13763)
Updating files: 96% (13213/13763)
Updating files: 97% (13351/13763)
Updating files: 98% (13488/13763)
Updating files: 99% (13626/13763)
Updating files: 100% (13763/13763)
Updating files: 100% (13763/13763), done.
2026-05-18T01:52:35.7234366Z Switched to a new branch 'main'
2026-05-18T01:52:35.7235158Z branch 'main' set up to track 'origin/main'.
2026-05-18T01:52:35.7430211Z ::endgroup::
2026-05-18T01:52:35.7500618Z [command]/usr/bin/git log -1 --format=%H
2026-05-18T01:52:35.7551210Z c2906127cd26d5d01ed3b2cc4b46812e085ec4b9
2026-05-18T01:52:35.7568911Z ::remove-matcher owner=checkout-git::
2026-05-18T01:52:36.0980757Z ::group::Running self-installer...
2026-05-18T01:52:39.6069258Z (node:1388287) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-18T01:52:39.6069927Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-18T01:52:39.6656281Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-18T01:52:39.6661239Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T01:52:39.6804117Z Packages: [32m+1[39m
2026-05-18T01:52:39.6804460Z
2026-05-18T01:52:40.6674706Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T01:52:40.6935748Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-18T01:52:40.7544407Z
2026-05-18T01:52:40.7544946Z [96mdependencies:[39m
2026-05-18T01:52:40.7545136Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-18T01:52:40.7545302Z
2026-05-18T01:52:40.7606798Z Done in 1.5s
2026-05-18T01:52:40.7898453Z ::endgroup::
2026-05-18T01:52:40.7898846Z Installation Completed!
2026-05-18T01:52:41.4344295Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-18T01:52:41.4350606Z (node:1388300) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-18T01:52:41.4350856Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-18T01:52:41.4356031Z ::group::Environment details
2026-05-18T01:52:41.8066008Z node: v20.20.0
2026-05-18T01:52:41.8098122Z npm: 10.8.2
2026-05-18T01:52:41.8098417Z yarn:
2026-05-18T01:52:41.8099265Z ::endgroup::
2026-05-18T01:52:41.8169799Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-18T01:52:42.4714079Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-18T01:52:43.7206000Z Cache Size: ~144 MB (151295108 B)
2026-05-18T01:52:43.7254904Z [command]/usr/bin/tar -xf /root/.cache/act/0488db2ea3dbb23a/tmp/150f3323-8553-4802-ba20-9cd72e19f3a2/cache.tzst -P -C /root/.cache/act/0488db2ea3dbb23a/hostexecutor --use-compress-program unzstd
2026-05-18T01:52:48.0830448Z Cache restored successfully
2026-05-18T01:52:48.1139022Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-18T01:52:48.1140231Z ##[add-matcher]/root/.cache/act/0488db2ea3dbb23a/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-18T01:52:48.1140691Z ##[add-matcher]/root/.cache/act/0488db2ea3dbb23a/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-18T01:52:48.1141314Z ##[add-matcher]/root/.cache/act/0488db2ea3dbb23a/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-18T01:52:48.9077527Z Scope: all 6 workspace projects
2026-05-18T01:52:49.0284934Z Lockfile is up to date, resolution step is skipped
2026-05-18T01:52:49.1727843Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T01:52:49.4178622Z Packages: [32m+1308[39m
2026-05-18T01:52:49.4179157Z
2026-05-18T01:52:50.2039610Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m2[39m
2026-05-18T01:52:51.2046525Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m790[39m
2026-05-18T01:52:52.2058004Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1133[39m
2026-05-18T01:52:53.2063807Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1306[39m
2026-05-18T01:52:56.3459544Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-18T01:52:59.1993022Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-18T01:52:59.1997545Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-18T01:53:00.0114333Z
2026-05-18T01:53:00.0114894Z [96mdevDependencies:[39m
2026-05-18T01:53:00.0115077Z [32m+[39m chalk [90m5.6.2[39m
2026-05-18T01:53:00.0115261Z [32m+[39m commander [90m11.1.0[39m
2026-05-18T01:53:00.0115611Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-18T01:53:00.0115744Z [32m+[39m glob [90m10.5.0[39m
2026-05-18T01:53:00.0115917Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-18T01:53:00.0116027Z [32m+[39m ora [90m8.2.0[39m
2026-05-18T01:53:00.0116195Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-18T01:53:00.0116325Z [32m+[39m tsx [90m4.21.0[39m
2026-05-18T01:53:00.0116427Z
2026-05-18T01:53:00.0135858Z Done in 11.8s
2026-05-18T01:53:00.8092804Z
2026-05-18T01:53:00.8093576Z > @juhi/shared@1.0.0 build /root/.cache/act/0488db2ea3dbb23a/hostexecutor/shared
2026-05-18T01:53:00.8093811Z > tsc
2026-05-18T01:53:00.8093934Z
2026-05-18T01:53:03.8512892Z
2026-05-18T01:53:03.8513753Z > juhi-frontend@1.0.0 type-check /root/.cache/act/0488db2ea3dbb23a/hostexecutor/frontend
2026-05-18T01:53:03.8513986Z > NODE_OPTIONS="--max-old-space-size=16384" vue-tsc --noEmit
2026-05-18T01:53:03.8514133Z
...
|
Edit
Delete
|
|
28487
|
17
|
26951
|
0
|
0
|
2026-05-18T16:07:54.0498353Z iZ2zed3pt2nygf9dy1a9d 2026-05-18T16:07:54.0498353Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 26965 of job lint-and-typecheck, be triggered by event: push
2026-05-18T16:07:54.0503629Z workflow prepared
2026-05-18T16:07:54.0504579Z evaluating expression 'success()'
2026-05-18T16:07:54.0505454Z expression 'success()' evaluated to 'true'
2026-05-18T16:07:54.0510894Z ☁ git clone 'https://gitea.com/actions/checkout' # ref=v4
2026-05-18T16:07:54.0511414Z cloning https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T16:07:57.9916569Z Unable to pull refs/heads/v4: non-fast-forward update
2026-05-18T16:07:57.9919184Z Cloned https://gitea.com/actions/checkout to /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T16:07:58.0382035Z Checked out v4
2026-05-18T16:07:58.0388176Z ☁ git clone 'https://gitea.com/pnpm/action-setup' # ref=v4
2026-05-18T16:07:58.0388402Z cloning https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-18T16:07:59.8974657Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-18T16:07:59.8975712Z Cloned https://gitea.com/pnpm/action-setup to /root/.cache/act/6d89db6a290b9ce9365f2dc5dbe06b4e2c7332298c845180a4051c59ed2e73b7
2026-05-18T16:08:00.0269892Z Checked out v4
2026-05-18T16:08:00.0273751Z ☁ git clone 'https://gitea.com/actions/setup-node' # ref=v4
2026-05-18T16:08:00.0273950Z cloning https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-18T16:08:06.0019103Z Unable to pull refs/heads/v4: worktree contains unstaged changes
2026-05-18T16:08:06.0020108Z Cloned https://gitea.com/actions/setup-node to /root/.cache/act/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7
2026-05-18T16:08:06.1337850Z Checked out v4
2026-05-18T16:08:06.1343045Z evaluating expression ''
2026-05-18T16:08:06.1343484Z expression '' evaluated to 'true'
2026-05-18T16:08:06.1343632Z ⭐ Run Main https://gitea.com/actions/checkout@v4
2026-05-18T16:08:06.1347413Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-05-18T16:08:06.1347580Z evaluating expression 'format('{0}', github.token)'
2026-05-18T16:08:06.1348012Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-05-18T16:08:06.1348341Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-05-18T16:08:06.1348459Z evaluating expression 'format('{0}', github.repository)'
2026-05-18T16:08:06.1348691Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/juhi-omni-knowledge-hub)'
2026-05-18T16:08:06.1349126Z type=remote-action actionDir=/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 actionPath= workdir=/workspace/luoanwu/juhi-omni-knowledge-hub actionCacheDir=/root/.cache/act actionName=4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2 containerActionDir=/root/.cache/act/ff33782e907327c1/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T16:08:06.1349329Z /root/.cache/act/ff33782e907327c1/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2
2026-05-18T16:08:06.1349527Z Removing /root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/.gitignore before docker cp
2026-05-18T16:08:06.1350081Z Stripping prefix:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/ src:/root/.cache/act/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/
2026-05-18T16:08:06.2615341Z executing remote job container: [node /root/.cache/act/ff33782e907327c1/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/index.js]
2026-05-18T16:08:06.3980657Z ::add-matcher::/root/.cache/act/ff33782e907327c1/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-18T16:08:06.3980921Z ::add-matcher::/root/.cache/act/ff33782e907327c1/act/actions/4b040b36e10cca4a0bee6b6af3fc4ccbea8b499681aa0f1ebffe8ad62e8b8ce2/dist/problem-matcher.json
2026-05-18T16:08:06.3987126Z Syncing repository: luoanwu/juhi-omni-knowledge-hub
2026-05-18T16:08:06.3991380Z ::group::Getting Git version info
2026-05-18T16:08:06.3992129Z Working directory is '/root/.cache/act/ff33782e907327c1/hostexecutor'
2026-05-18T16:08:06.4033300Z [command]/usr/bin/git version
2026-05-18T16:08:06.4099690Z git version 2.43.0
2026-05-18T16:08:06.4134578Z ::endgroup::
2026-05-18T16:08:06.4150712Z Copying '/root/.gitconfig' to '/root/.cache/act/ff33782e907327c1/tmp/76708ee8-59ae-44a6-ab5d-d3438f2d3522/.gitconfig'
2026-05-18T16:08:06.4171045Z Temporarily overriding HOME='/root/.cache/act/ff33782e907327c1/tmp/76708ee8-59ae-44a6-ab5d-d3438f2d3522' before making global git config changes
2026-05-18T16:08:06.4171686Z Adding repository directory to the temporary git global config as a safe directory
2026-05-18T16:08:06.4178219Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/ff33782e907327c1/hostexecutor
2026-05-18T16:08:06.4238682Z Deleting the contents of '/root/.cache/act/ff33782e907327c1/hostexecutor'
2026-05-18T16:08:06.4244592Z ::group::Initializing the repository
2026-05-18T16:08:06.4249662Z [command]/usr/bin/git init /root/.cache/act/ff33782e907327c1/hostexecutor
2026-05-18T16:08:06.4334267Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-18T16:08:06.4334961Z hint: is subject to change. To configure the initial branch name to use in all
2026-05-18T16:08:06.4335197Z hint: of your new repositories, which will suppress this warning, call:
2026-05-18T16:08:06.4335351Z hint:
2026-05-18T16:08:06.4335506Z hint: git config --global init.defaultBranch <name>
2026-05-18T16:08:06.4335649Z hint:
2026-05-18T16:08:06.4335807Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-18T16:08:06.4336007Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-18T16:08:06.4336214Z hint:
2026-05-18T16:08:06.4336350Z hint: git branch -m <name>
2026-05-18T16:08:06.4348693Z Initialized empty Git repository in /root/.cache/act/ff33782e907327c1/hostexecutor/.git/
2026-05-18T16:08:06.4363855Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-18T16:08:06.4460671Z ::endgroup::
2026-05-18T16:08:06.4461177Z ::group::Disabling automatic garbage collection
2026-05-18T16:08:06.4466403Z [command]/usr/bin/git config --local gc.auto 0
2026-05-18T16:08:06.4519167Z ::endgroup::
2026-05-18T16:08:06.4519455Z ::group::Setting up auth
2026-05-18T16:08:06.4528710Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-18T16:08:06.4582454Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-18T16:08:06.4989870Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-05-18T16:08:06.5045691Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-05-18T16:08:06.5426146Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-18T16:08:06.5479044Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-18T16:08:06.5859996Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-05-18T16:08:06.5927283Z ::endgroup::
2026-05-18T16:08:06.5927768Z ::group::Fetching the repository
2026-05-18T16:08:06.5938896Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +65a364c96c37bfde66bcbb2a6ef6a6bef1331d99:refs/remotes/origin/main
2026-05-18T16:08:19.1825075Z From https://gitea.g-hi.com/luoanwu/juhi-omni-knowledge-hub
2026-05-18T16:08:19.1825722Z * [new ref] 65a364c96c37bfde66bcbb2a6ef6a6bef1331d99 -> origin/main
2026-05-18T16:08:19.1865118Z ::endgroup::
2026-05-18T16:08:19.1865488Z ::group::Determining the checkout info
2026-05-18T16:08:19.1868731Z ::endgroup::
2026-05-18T16:08:19.1876088Z [command]/usr/bin/git sparse-checkout disable
2026-05-18T16:08:19.1948196Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-18T16:08:19.2001528Z ::group::Checking out the ref
2026-05-18T16:08:19.2008828Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-18T16:08:22.9547629Z Updating files: 2% (276/13798)
Updating files: 3% (414/13798)
Updating files: 4% (552/13798)
Updating files: 5% (690/13798)
Updating files: 6% (828/13798)
Updating files: 7% (966/13798)
Updating files: 8% (1104/13798)
Updating files: 9% (1242/13798)
Updating files: 10% (1380/13798)
Updating files: 11% (1518/13798)
Updating files: 12% (1656/13798)
Updating files: 13% (1794/13798)
Updating files: 14% (1932/13798)
Updating files: 15% (2070/13798)
Updating files: 16% (2208/13798)
Updating files: 17% (2346/13798)
Updating files: 18% (2484/13798)
Updating files: 19% (2622/13798)
Updating files: 20% (2760/13798)
Updating files: 21% (2898/13798)
Updating files: 22% (3036/13798)
Updating files: 23% (3174/13798)
Updating files: 24% (3312/13798)
Updating files: 25% (3450/13798)
Updating files: 26% (3588/13798)
Updating files: 27% (3726/13798)
Updating files: 28% (3864/13798)
Updating files: 29% (4002/13798)
Updating files: 30% (4140/13798)
Updating files: 31% (4278/13798)
Updating files: 32% (4416/13798)
Updating files: 33% (4554/13798)
Updating files: 34% (4692/13798)
Updating files: 35% (4830/13798)
Updating files: 36% (4968/13798)
Updating files: 37% (5106/13798)
Updating files: 38% (5244/13798)
Updating files: 39% (5382/13798)
Updating files: 40% (5520/13798)
Updating files: 41% (5658/13798)
Updating files: 42% (5796/13798)
Updating files: 43% (5934/13798)
Updating files: 44% (6072/13798)
Updating files: 45% (6210/13798)
Updating files: 46% (6348/13798)
Updating files: 47% (6486/13798)
Updating files: 48% (6624/13798)
Updating files: 49% (6762/13798)
Updating files: 50% (6899/13798)
Updating files: 51% (7037/13798)
Updating files: 52% (7175/13798)
Updating files: 53% (7313/13798)
Updating files: 54% (7451/13798)
Updating files: 55% (7589/13798)
Updating files: 55% (7708/13798)
Updating files: 56% (7727/13798)
Updating files: 57% (7865/13798)
Updating files: 58% (8003/13798)
Updating files: 59% (8141/13798)
Updating files: 60% (8279/13798)
Updating files: 61% (8417/13798)
Updating files: 62% (8555/13798)
Updating files: 63% (8693/13798)
Updating files: 64% (8831/13798)
Updating files: 65% (8969/13798)
Updating files: 66% (9107/13798)
Updating files: 67% (9245/13798)
Updating files: 68% (9383/13798)
Updating files: 69% (9521/13798)
Updating files: 70% (9659/13798)
Updating files: 71% (9797/13798)
Updating files: 72% (9935/13798)
Updating files: 73% (10073/13798)
Updating files: 74% (10211/13798)
Updating files: 75% (10349/13798)
Updating files: 76% (10487/13798)
Updating files: 76% (10621/13798)
Updating files: 77% (10625/13798)
Updating files: 78% (10763/13798)
Updating files: 79% (10901/13798)
Updating files: 80% (11039/13798)
Updating files: 81% (11177/13798)
Updating files: 82% (11315/13798)
Updating files: 83% (11453/13798)
Updating files: 84% (11591/13798)
Updating files: 85% (11729/13798)
Updating files: 86% (11867/13798)
Updating files: 87% (12005/13798)
Updating files: 88% (12143/13798)
Updating files: 89% (12281/13798)
Updating files: 90% (12419/13798)
Updating files: 91% (12557/13798)
Updating files: 92% (12695/13798)
Updating files: 93% (12833/13798)
Updating files: 94% (12971/13798)
Updating files: 95% (13109/13798)
Updating files: 96% (13247/13798)
Updating files: 97% (13385/13798)
Updating files: 98% (13523/13798)
Updating files: 99% (13661/13798)
Updating files: 100% (13798/13798)
Updating files: 100% (13798/13798), done.
2026-05-18T16:08:22.9858095Z Switched to a new branch 'main'
2026-05-18T16:08:22.9859261Z branch 'main' set up to track 'origin/main'.
2026-05-18T16:08:23.0041559Z ::endgroup::
2026-05-18T16:08:23.0114553Z [command]/usr/bin/git log -1 --format=%H
2026-05-18T16:08:23.0162012Z 65a364c96c37bfde66bcbb2a6ef6a6bef1331d99
2026-05-18T16:08:23.0179685Z ::remove-matcher owner=checkout-git::
2026-05-18T16:08:23.3308515Z ::group::Running self-installer...
2026-05-18T16:08:25.4111023Z (node:2280926) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
2026-05-18T16:08:25.4111701Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-18T16:08:25.4583508Z [43m[30m WARN [39m[49m [31mdeprecated[39m pnpm@8.15.0: This version switched to a hashing algorithm for side-effects cache keys that didn't solve the long string error it was supposed to fix. Upgrade to v8.15.1 or newer, which has the fix.
2026-05-18T16:08:25.4588354Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T16:08:25.4729279Z Packages: [32m+1[39m
2026-05-18T16:08:25.4729883Z
2026-05-18T16:08:26.2728151Z Progress: resolved [96m1[39m, reused [96m1[39m, downloaded [96m0[39m, added [96m1[39m, done
2026-05-18T16:08:26.3191378Z
2026-05-18T16:08:26.3192388Z [96mdependencies:[39m
2026-05-18T16:08:26.3192649Z [32m+[39m pnpm [90m8.15.0[39m [90m(11.1.1 is available)[39m [31mdeprecated[39m
2026-05-18T16:08:26.3192837Z
2026-05-18T16:08:26.3246520Z Done in 1.2s
2026-05-18T16:08:26.3485249Z ::endgroup::
2026-05-18T16:08:26.3485712Z Installation Completed!
2026-05-18T16:08:26.8030417Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-05-18T16:08:26.8037990Z (node:2280939) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-05-18T16:08:26.8038330Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-05-18T16:08:26.8044559Z ::group::Environment details
2026-05-18T16:08:26.9847372Z node: v20.20.0
2026-05-18T16:08:26.9848060Z npm: 10.8.2
2026-05-18T16:08:26.9848392Z yarn:
2026-05-18T16:08:26.9848742Z ::endgroup::
2026-05-18T16:08:26.9902560Z [command]/root/setup-pnpm/node_modules/.bin/pnpm store path --silent
2026-05-18T16:08:27.6676477Z /root/setup-pnpm/node_modules/.bin/store/v3
2026-05-18T16:08:28.1189807Z Cache Size: ~144 MB (151295108 B)
2026-05-18T16:08:28.1237235Z [command]/usr/bin/tar -xf /root/.cache/act/ff33782e907327c1/tmp/d0b45517-8bbe-4ae1-a610-ddd17f735070/cache.tzst -P -C /root/.cache/act/ff33782e907327c1/hostexecutor --use-compress-program unzstd
2026-05-18T16:08:32.7657934Z Cache restored successfully
2026-05-18T16:08:32.7987718Z Cache restored from key: node-cache-linux-x64-pnpm-30bdbc1f9e3b60e8402cc107103851cef9ea4c8c80bfa5f42c356328c5741f0a
2026-05-18T16:08:32.7989207Z ##[add-matcher]/root/.cache/act/ff33782e907327c1/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/tsc.json
2026-05-18T16:08:32.7989710Z ##[add-matcher]/root/.cache/act/ff33782e907327c1/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-stylish.json
2026-05-18T16:08:32.7990206Z ##[add-matcher]/root/.cache/act/ff33782e907327c1/act/actions/d91e47c25498fe9101987dbb4c57bca48f6efe7520b5a1eda44cf2e04c04f9f7/.github/eslint-compact.json
2026-05-18T16:08:33.5208582Z Scope: all 6 workspace projects
2026-05-18T16:08:33.6350390Z Lockfile is up to date, resolution step is skipped
2026-05-18T16:08:33.7637157Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T16:08:33.9937442Z Packages: [32m+1308[39m
2026-05-18T16:08:33.9938123Z
2026-05-18T16:08:34.7843662Z Progress: resolved [96m1308[39m, reused [96m1202[39m, downloaded [96m0[39m, added [96m0[39m
2026-05-18T16:08:35.7855702Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m540[39m
2026-05-18T16:08:36.7868370Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m935[39m
2026-05-18T16:08:37.7866068Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1250[39m
2026-05-18T16:08:38.7883464Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1306[39m
2026-05-18T16:08:41.2862571Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1307[39m
2026-05-18T16:08:43.4425835Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m
2026-05-18T16:08:43.4430421Z Progress: resolved [96m1308[39m, reused [96m1308[39m, downloaded [96m0[39m, added [96m1308[39m, done
2026-05-18T16:08:44.2141345Z
2026-05-18T16:08:44.2141989Z [96mdevDependencies:[39m
2026-05-18T16:08:44.2142198Z [32m+[39m chalk [90m5.6.2[39m
2026-05-18T16:08:44.2142328Z [32m+[39m commander [90m11.1.0[39m
2026-05-18T16:08:44.2142454Z [32m+[39m esbuild [90m0.27.5[39m
2026-05-18T16:08:44.2142609Z [32m+[39m glob [90m10.5.0[39m
2026-05-18T16:08:44.2142723Z [32m+[39m jscpd [90m4.0.8[39m
2026-05-18T16:08:44.2142852Z [32m+[39m ora [90m8.2.0[39m
2026-05-18T16:08:44.2142966Z [32m+[39m socket.io-client [90m4.8.3[39m
2026-05-18T16:08:44.2143111Z [32m+[39m tsx [90m4.21.0[39m
2026-05-18T16:08:44.2143244Z
2026-05-18T16:08:44.2159416Z Done in 11.3s
2026-05-18T16:08:46.1258961Z [2mPrisma schema loaded from prisma/schema[22m
...
|
Edit
Delete
|
|
28925
|
0
|
27050
|
0
|
0
|
2026-07-22T06:37:36.2205456Z iZ2zed3pt2nygf9dy1a9d 2026-07-22T06:37:36.2205456Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27064 of job static-governance, be triggered by event: push
2026-07-22T06:37:36.2210582Z workflow prepared
2026-07-22T06:37:36.2211568Z evaluating expression 'success()'
2026-07-22T06:37:36.2212763Z expression 'success()' evaluated to 'true'
2026-07-22T06:37:36.2217821Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-07-22T06:37:36.2218648Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
28956
|
0
|
27081
|
0
|
0
|
2026-07-28T06:20:18.8985639Z iZ2zed3pt2nygf9dy1a9d 2026-07-28T06:20:18.8985639Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27095 of job static-governance, be triggered by event: push
2026-07-28T06:20:18.8992664Z workflow prepared
2026-07-28T06:20:18.8993628Z evaluating expression 'success()'
2026-07-28T06:20:18.8994920Z expression 'success()' evaluated to 'true'
2026-07-28T06:20:18.9000023Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-07-28T06:20:18.9000526Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
28971
|
0
|
27093
|
0
|
0
|
2026-07-30T19:57:11.9136242Z iZ2zed3pt2nygf9dy1a9d 2026-07-30T19:57:11.9136242Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27107 of job static-governance, be triggered by event: push
2026-07-30T19:57:11.9141602Z workflow prepared
2026-07-30T19:57:11.9142683Z evaluating expression 'success()'
2026-07-30T19:57:11.9143968Z expression 'success()' evaluated to 'true'
2026-07-30T19:57:11.9148671Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-07-30T19:57:11.9149180Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
28973
|
0
|
27095
|
0
|
0
|
2026-07-30T19:59:21.6100658Z iZ2zed3pt2nygf9dy1a9d 2026-07-30T19:59:21.6100658Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27109 of job runtime-acceptance, be triggered by event: push
2026-07-30T19:59:21.6106235Z workflow prepared
2026-07-30T19:59:21.6106959Z evaluating expression 'success()'
2026-07-30T19:59:21.6107818Z expression 'success()' evaluated to 'true'
2026-07-30T19:59:21.6107954Z 'runs-on' key not defined in Governance/static-governance
2026-07-30T19:59:21.6108051Z No steps found
2026-07-30T19:59:21.6108912Z evaluating expression 'success()'
2026-07-30T19:59:21.6109291Z expression 'success()' evaluated to 'true'
2026-07-30T19:59:21.6113925Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-07-30T19:59:21.6114394Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
29030
|
0
|
27151
|
0
|
0
|
2026-08-17T23:42:37.2558698Z iZ2zed3pt2nygf9dy1a9d 2026-08-17T23:42:37.2558698Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27165 of job runtime-acceptance, be triggered by event: push
2026-08-17T23:42:37.2564744Z workflow prepared
2026-08-17T23:42:37.2565499Z evaluating expression 'success()'
2026-08-17T23:42:37.2566292Z expression 'success()' evaluated to 'true'
2026-08-17T23:42:37.2566418Z 'runs-on' key not defined in Governance/static-governance
2026-08-17T23:42:37.2566514Z No steps found
2026-08-17T23:42:37.2567474Z evaluating expression 'success()'
2026-08-17T23:42:37.2567785Z expression 'success()' evaluated to 'true'
2026-08-17T23:42:37.2572588Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-08-17T23:42:37.2573067Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
29037
|
0
|
27158
|
0
|
0
|
2026-08-18T00:35:28.0265932Z iZ2zed3pt2nygf9dy1a9d 2026-08-18T00:35:28.0265932Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27172 of job static-governance, be triggered by event: push
2026-08-18T00:35:28.0271128Z workflow prepared
2026-08-18T00:35:28.0272244Z evaluating expression 'success()'
2026-08-18T00:35:28.0273185Z expression 'success()' evaluated to 'true'
2026-08-18T00:35:28.0278003Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-08-18T00:35:28.0278514Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
...
|
Edit
Delete
|
|
29057
|
6
|
27178
|
0
|
0
|
2026-08-22T15:13:10.7585444Z iZ2zed3pt2nygf9dy1a9d 2026-08-22T15:13:10.7585444Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27192 of job static-governance, be triggered by event: push
2026-08-22T15:13:10.7595996Z workflow prepared
2026-08-22T15:13:10.7596923Z evaluating expression 'success()'
2026-08-22T15:13:10.7597895Z expression 'success()' evaluated to 'true'
2026-08-22T15:13:10.7603886Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-08-22T15:13:10.7604517Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:13:13.0748689Z Non-terminating error while running 'git clone': some refs were not updated
2026-08-22T15:13:13.0756794Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-08-22T15:13:13.0757092Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-08-22T15:13:14.7694787Z Non-terminating error while running 'git clone': some refs were not updated
2026-08-22T15:13:14.7699150Z evaluating expression ''
2026-08-22T15:13:14.7699536Z expression '' evaluated to 'true'
2026-08-22T15:13:14.7699670Z ⭐ Run Main Checkout
2026-08-22T15:13:14.7703306Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-08-22T15:13:14.7703454Z evaluating expression 'format('{0}', github.repository)'
2026-08-22T15:13:14.7703833Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/digital-employee-os)'
2026-08-22T15:13:14.7704042Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-08-22T15:13:14.7704145Z evaluating expression 'format('{0}', github.token)'
2026-08-22T15:13:14.7704366Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-08-22T15:13:14.7704918Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/digital-employee-os actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/f51da0603c8c6418/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:13:14.7705120Z /root/.cache/act/f51da0603c8c6418/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:13:14.7705316Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-08-22T15:13:14.9906334Z executing remote job container: [node /root/.cache/act/f51da0603c8c6418/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-08-22T15:13:15.1216346Z ::add-matcher::/root/.cache/act/f51da0603c8c6418/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-08-22T15:13:15.1216618Z ::add-matcher::/root/.cache/act/f51da0603c8c6418/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-08-22T15:13:15.1222212Z Syncing repository: luoanwu/digital-employee-os
2026-08-22T15:13:15.1226541Z ::group::Getting Git version info
2026-08-22T15:13:15.1227116Z Working directory is '/root/.cache/act/f51da0603c8c6418/hostexecutor'
2026-08-22T15:13:15.1267357Z [command]/usr/bin/git version
2026-08-22T15:13:15.1324452Z git version 2.43.0
2026-08-22T15:13:15.1354410Z ::endgroup::
2026-08-22T15:13:15.1368266Z Copying '/root/.gitconfig' to '/root/.cache/act/f51da0603c8c6418/tmp/f7ee3629-ec20-4e5e-aee9-83136213378c/.gitconfig'
2026-08-22T15:13:15.1381997Z Temporarily overriding HOME='/root/.cache/act/f51da0603c8c6418/tmp/f7ee3629-ec20-4e5e-aee9-83136213378c' before making global git config changes
2026-08-22T15:13:15.1382646Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T15:13:15.1388912Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/f51da0603c8c6418/hostexecutor
2026-08-22T15:13:15.1444975Z Deleting the contents of '/root/.cache/act/f51da0603c8c6418/hostexecutor'
2026-08-22T15:13:15.1451616Z ::group::Initializing the repository
2026-08-22T15:13:15.1457406Z [command]/usr/bin/git init /root/.cache/act/f51da0603c8c6418/hostexecutor
2026-08-22T15:13:15.1515249Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T15:13:15.1515478Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-22T15:13:15.1515610Z hint: of your new repositories, which will suppress this warning, call:
2026-08-22T15:13:15.1515767Z hint:
2026-08-22T15:13:15.1515903Z hint: git config --global init.defaultBranch <name>
2026-08-22T15:13:15.1516034Z hint:
2026-08-22T15:13:15.1516145Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T15:13:15.1516283Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T15:13:15.1516444Z hint:
2026-08-22T15:13:15.1516576Z hint: git branch -m <name>
2026-08-22T15:13:15.1528104Z Initialized empty Git repository in /root/.cache/act/f51da0603c8c6418/hostexecutor/.git/
2026-08-22T15:13:15.1542976Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-22T15:13:15.1604267Z ::endgroup::
2026-08-22T15:13:15.1604594Z ::group::Disabling automatic garbage collection
2026-08-22T15:13:15.1609839Z [command]/usr/bin/git config --local gc.auto 0
2026-08-22T15:13:15.1662324Z ::endgroup::
2026-08-22T15:13:15.1662705Z ::group::Setting up auth
2026-08-22T15:13:15.1673461Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-22T15:13:15.1737792Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-22T15:13:15.2137969Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-08-22T15:13:15.2194533Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-08-22T15:13:15.2577925Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-22T15:13:15.2629280Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-22T15:13:15.2993358Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-08-22T15:13:15.3058863Z ::endgroup::
2026-08-22T15:13:15.3059505Z ::group::Fetching the repository
2026-08-22T15:13:15.3072707Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-22T15:13:17.0826003Z From https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-22T15:13:17.0826526Z * [new branch] codex/publish-digital-employee-os -> origin/codex/publish-digital-employee-os
2026-08-22T15:13:17.0826934Z * [new branch] main -> origin/main
2026-08-22T15:13:17.0885723Z [command]/usr/bin/git branch --list --remote origin/main
2026-08-22T15:13:17.0929115Z origin/main
2026-08-22T15:13:17.0941880Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-08-22T15:13:17.0979743Z 55b9c2a0af78b6998bac3614dedc7187e37057ea
2026-08-22T15:13:17.0985477Z ::endgroup::
2026-08-22T15:13:17.0985814Z ::group::Determining the checkout info
2026-08-22T15:13:17.0988554Z ::endgroup::
2026-08-22T15:13:17.0996148Z [command]/usr/bin/git sparse-checkout disable
2026-08-22T15:13:17.1060033Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-22T15:13:17.1125551Z ::group::Checking out the ref
2026-08-22T15:13:17.1131090Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-22T15:13:17.9643408Z Switched to a new branch 'main'
2026-08-22T15:13:17.9644242Z branch 'main' set up to track 'origin/main'.
2026-08-22T15:13:17.9684160Z ::endgroup::
2026-08-22T15:13:17.9748310Z [command]/usr/bin/git log -1 --format=%H
2026-08-22T15:13:17.9799271Z 55b9c2a0af78b6998bac3614dedc7187e37057ea
2026-08-22T15:13:17.9815688Z ::remove-matcher owner=checkout-git::
2026-08-22T15:13:18.5081546Z Attempting to download 22...
2026-08-22T15:13:18.5673048Z (node:3863157) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-08-22T15:13:18.5673744Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-08-22T15:13:23.6034669Z Acquiring 22.23.2 - x64 from https://github.com/actions/node-versions/releases/download/22.23.2-30508424155/node-22.23.2-linux-x64.tar.gz
...
|
Edit
Delete
|
|
29058
|
5
|
27179
|
0
|
0
|
2026-08-22T15:19:48.9958585Z iZ2zed3pt2nygf9dy1a9d 2026-08-22T15:19:48.9958585Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27193 of job static-governance, be triggered by event: push
2026-08-22T15:19:48.9963595Z workflow prepared
2026-08-22T15:19:48.9964646Z evaluating expression 'success()'
2026-08-22T15:19:48.9965471Z expression 'success()' evaluated to 'true'
2026-08-22T15:19:48.9970073Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-08-22T15:19:48.9970610Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:19:51.8175867Z Non-terminating error while running 'git clone': some refs were not updated
2026-08-22T15:19:51.8181708Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-08-22T15:19:51.8182158Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-08-22T15:19:53.4361020Z Non-terminating error while running 'git clone': some refs were not updated
2026-08-22T15:19:53.4365629Z evaluating expression ''
2026-08-22T15:19:53.4366011Z expression '' evaluated to 'true'
2026-08-22T15:19:53.4366146Z ⭐ Run Main Checkout
2026-08-22T15:19:53.4369824Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-08-22T15:19:53.4369986Z evaluating expression 'format('{0}', github.token)'
2026-08-22T15:19:53.4370358Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-08-22T15:19:53.4370680Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-08-22T15:19:53.4370794Z evaluating expression 'format('{0}', github.repository)'
2026-08-22T15:19:53.4371038Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/digital-employee-os)'
2026-08-22T15:19:53.4371370Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/digital-employee-os actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/e4eaa46e6dbc673c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:19:53.4371598Z /root/.cache/act/e4eaa46e6dbc673c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-08-22T15:19:53.4371957Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-08-22T15:19:53.6457834Z executing remote job container: [node /root/.cache/act/e4eaa46e6dbc673c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-08-22T15:19:53.7820701Z ::add-matcher::/root/.cache/act/e4eaa46e6dbc673c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-08-22T15:19:53.7820934Z ::add-matcher::/root/.cache/act/e4eaa46e6dbc673c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-08-22T15:19:53.7825977Z Syncing repository: luoanwu/digital-employee-os
2026-08-22T15:19:53.7829644Z ::group::Getting Git version info
2026-08-22T15:19:53.7830448Z Working directory is '/root/.cache/act/e4eaa46e6dbc673c/hostexecutor'
2026-08-22T15:19:53.7867859Z [command]/usr/bin/git version
2026-08-22T15:19:53.7926445Z git version 2.43.0
2026-08-22T15:19:53.7954702Z ::endgroup::
2026-08-22T15:19:53.7967483Z Copying '/root/.gitconfig' to '/root/.cache/act/e4eaa46e6dbc673c/tmp/84122be8-aa09-4ad3-b51b-a8a56ec906d5/.gitconfig'
2026-08-22T15:19:53.7981897Z Temporarily overriding HOME='/root/.cache/act/e4eaa46e6dbc673c/tmp/84122be8-aa09-4ad3-b51b-a8a56ec906d5' before making global git config changes
2026-08-22T15:19:53.7982257Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T15:19:53.7988236Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/e4eaa46e6dbc673c/hostexecutor
2026-08-22T15:19:53.8047520Z Deleting the contents of '/root/.cache/act/e4eaa46e6dbc673c/hostexecutor'
2026-08-22T15:19:53.8053758Z ::group::Initializing the repository
2026-08-22T15:19:53.8057712Z [command]/usr/bin/git init /root/.cache/act/e4eaa46e6dbc673c/hostexecutor
2026-08-22T15:19:53.8110243Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T15:19:53.8110919Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-22T15:19:53.8111199Z hint: of your new repositories, which will suppress this warning, call:
2026-08-22T15:19:53.8111539Z hint:
2026-08-22T15:19:53.8111989Z hint: git config --global init.defaultBranch <name>
2026-08-22T15:19:53.8112225Z hint:
2026-08-22T15:19:53.8112480Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T15:19:53.8113055Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T15:19:53.8113406Z hint:
2026-08-22T15:19:53.8113686Z hint: git branch -m <name>
2026-08-22T15:19:53.8123935Z Initialized empty Git repository in /root/.cache/act/e4eaa46e6dbc673c/hostexecutor/.git/
2026-08-22T15:19:53.8139579Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-22T15:19:53.8200119Z ::endgroup::
2026-08-22T15:19:53.8200446Z ::group::Disabling automatic garbage collection
2026-08-22T15:19:53.8205702Z [command]/usr/bin/git config --local gc.auto 0
2026-08-22T15:19:53.8256287Z ::endgroup::
2026-08-22T15:19:53.8256569Z ::group::Setting up auth
2026-08-22T15:19:53.8266271Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-22T15:19:53.8319224Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-22T15:19:53.8713616Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-08-22T15:19:53.8766775Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-08-22T15:19:53.9135359Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-22T15:19:53.9186261Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-22T15:19:53.9576940Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-08-22T15:19:53.9644133Z ::endgroup::
2026-08-22T15:19:53.9644468Z ::group::Fetching the repository
2026-08-22T15:19:53.9655964Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-22T15:19:55.7561104Z From https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-22T15:19:55.7562129Z * [new branch] codex/publish-digital-employee-os -> origin/codex/publish-digital-employee-os
2026-08-22T15:19:55.7562576Z * [new branch] main -> origin/main
2026-08-22T15:19:55.7619442Z [command]/usr/bin/git branch --list --remote origin/main
2026-08-22T15:19:55.7664051Z origin/main
2026-08-22T15:19:55.7676868Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-08-22T15:19:55.7722283Z 28ea42cca5364bd425358f803436ae5c8f9bc687
2026-08-22T15:19:55.7727565Z ::endgroup::
2026-08-22T15:19:55.7727870Z ::group::Determining the checkout info
2026-08-22T15:19:55.7730732Z ::endgroup::
2026-08-22T15:19:55.7736885Z [command]/usr/bin/git sparse-checkout disable
2026-08-22T15:19:55.7796190Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-22T15:19:55.7838510Z ::group::Checking out the ref
2026-08-22T15:19:55.7843222Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-22T15:19:56.5209428Z Switched to a new branch 'main'
2026-08-22T15:19:56.5210715Z branch 'main' set up to track 'origin/main'.
2026-08-22T15:19:56.5249173Z ::endgroup::
2026-08-22T15:19:56.5320475Z [command]/usr/bin/git log -1 --format=%H
2026-08-22T15:19:56.5374614Z 28ea42cca5364bd425358f803436ae5c8f9bc687
2026-08-22T15:19:56.5390804Z ::remove-matcher owner=checkout-git::
2026-08-22T15:19:57.0699831Z Attempting to download 22...
2026-08-22T15:19:57.0947574Z (node:3869539) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-08-22T15:19:57.0948240Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-08-22T15:20:09.1535150Z Acquiring 22.23.2 - x64 from https://github.com/actions/node-versions/releases/download/22.23.2-30508424155/node-22.23.2-linux-x64.tar.gz
...
|
Edit
Delete
|
|
29090
|
0
|
27201
|
0
|
0
|
2026-08-26T01:31:11.2335182Z iZ2zed3pt2nygf9dy1a9d 2026-08-26T01:31:11.2335182Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27215 of job application-image-vulnerability-scan, be triggered by event: push
2026-08-26T01:31:11.2343586Z workflow prepared
2026-08-26T01:31:11.2344592Z evaluating expression 'success()'
2026-08-26T01:31:11.2345573Z expression 'success()' evaluated to 'true'
2026-08-26T01:31:11.2345780Z 'runs-on' key not defined in Governance/static-governance
2026-08-26T01:31:11.2345923Z No steps found
2026-08-26T01:31:11.2347780Z evaluating expression 'success()'
2026-08-26T01:31:11.2348438Z expression 'success()' evaluated to 'true'
2026-08-26T01:31:11.2354711Z ☁ git clone 'https://github.com/actions/checkout' # ref=11bd71901bbe5b1630ceea73d27597364c9af683
2026-08-26T01:31:11.2355421Z cloning https://github.com/actions/checkout to /root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579
...
|
Edit
Delete
|
|
29178
|
10
|
27245
|
0
|
0
|
2026-08-30T03:14:53.7899212Z iZ2zed3pt2nygf9dy1a9d 2026-08-30T03:14:53.7899212Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27259 of job static-governance, be triggered by event: push
2026-08-30T03:14:53.7923096Z workflow prepared
2026-08-30T03:14:53.7924727Z evaluating expression 'success()'
2026-08-30T03:14:53.7925568Z expression 'success()' evaluated to 'true'
2026-08-30T03:14:53.7931567Z ☁ git clone 'https://github.com/actions/checkout' # ref=11bd71901bbe5b1630ceea73d27597364c9af683
2026-08-30T03:14:53.7932042Z cloning https://github.com/actions/checkout to /root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579
2026-08-30T03:14:57.1734766Z Unable to pull refs/heads/11bd71901bbe5b1630ceea73d27597364c9af683: worktree contains unstaged changes
2026-08-30T03:14:57.1736004Z Cloned https://github.com/actions/checkout to /root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579
2026-08-30T03:14:57.2213497Z Checked out 11bd71901bbe5b1630ceea73d27597364c9af683
2026-08-30T03:14:57.2219211Z ☁ git clone 'https://github.com/actions/setup-node' # ref=49933ea5288caeca8642d1e84afbd3f7d6820020
2026-08-30T03:14:57.2219419Z cloning https://github.com/actions/setup-node to /root/.cache/act/f666a58d8596f6b1c1b73ccec17c436d041391b231d0e7e50b79b8ef44eac147
2026-08-30T03:15:00.7930637Z Non-terminating error while running 'git clone': some refs were not updated
2026-08-30T03:15:00.7993488Z evaluating expression ''
2026-08-30T03:15:00.7994123Z expression '' evaluated to 'true'
2026-08-30T03:15:00.7994285Z ⭐ Run Main Checkout
2026-08-30T03:15:00.7997799Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-08-30T03:15:00.7997952Z evaluating expression 'format('{0}', github.repository)'
2026-08-30T03:15:00.7998304Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/digital-employee-os)'
2026-08-30T03:15:00.7999006Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-08-30T03:15:00.7999119Z evaluating expression 'format('{0}', github.token)'
2026-08-30T03:15:00.7999378Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-08-30T03:15:00.7999607Z type=remote-action actionDir=/root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579 actionPath= workdir=/workspace/luoanwu/digital-employee-os actionCacheDir=/root/.cache/act actionName=23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579 containerActionDir=/root/.cache/act/6ffe444e4c752792/act/actions/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579
2026-08-30T03:15:00.7999810Z /root/.cache/act/6ffe444e4c752792/act/actions/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579
2026-08-30T03:15:00.8000033Z Removing /root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/.gitignore before docker cp
2026-08-30T03:15:00.8000664Z Stripping prefix:/root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/ src:/root/.cache/act/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/
2026-08-30T03:15:00.9994080Z executing remote job container: [node /root/.cache/act/6ffe444e4c752792/act/actions/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/dist/index.js]
2026-08-30T03:15:01.1436730Z ::add-matcher::/root/.cache/act/6ffe444e4c752792/act/actions/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/dist/problem-matcher.json
2026-08-30T03:15:01.1436946Z ::add-matcher::/root/.cache/act/6ffe444e4c752792/act/actions/23c1776852fd734155aa00c96464fd1f906cde2ea99c9f4938404e89c4512579/dist/problem-matcher.json
2026-08-30T03:15:01.1442036Z Syncing repository: luoanwu/digital-employee-os
2026-08-30T03:15:01.1445697Z ::group::Getting Git version info
2026-08-30T03:15:01.1445964Z Working directory is '/root/.cache/act/6ffe444e4c752792/hostexecutor'
2026-08-30T03:15:01.1480576Z [command]/usr/bin/git version
2026-08-30T03:15:01.1539105Z git version 2.43.0
2026-08-30T03:15:01.1566897Z ::endgroup::
2026-08-30T03:15:01.1580202Z Copying '/root/.gitconfig' to '/root/.cache/act/6ffe444e4c752792/tmp/91f89df7-9e6a-40f9-9455-a6d75bcace77/.gitconfig'
2026-08-30T03:15:01.1594262Z Temporarily overriding HOME='/root/.cache/act/6ffe444e4c752792/tmp/91f89df7-9e6a-40f9-9455-a6d75bcace77' before making global git config changes
2026-08-30T03:15:01.1594671Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T03:15:01.1600755Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/6ffe444e4c752792/hostexecutor
2026-08-30T03:15:01.1658425Z Deleting the contents of '/root/.cache/act/6ffe444e4c752792/hostexecutor'
2026-08-30T03:15:01.1663729Z ::group::Initializing the repository
2026-08-30T03:15:01.1668580Z [command]/usr/bin/git init /root/.cache/act/6ffe444e4c752792/hostexecutor
2026-08-30T03:15:01.1721142Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-30T03:15:01.1721628Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-30T03:15:01.1721909Z hint: of your new repositories, which will suppress this warning, call:
2026-08-30T03:15:01.1722246Z hint:
2026-08-30T03:15:01.1722375Z hint: git config --global init.defaultBranch <name>
2026-08-30T03:15:01.1722519Z hint:
2026-08-30T03:15:01.1722650Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-30T03:15:01.1722836Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-30T03:15:01.1722965Z hint:
2026-08-30T03:15:01.1723096Z hint: git branch -m <name>
2026-08-30T03:15:01.1733259Z Initialized empty Git repository in /root/.cache/act/6ffe444e4c752792/hostexecutor/.git/
2026-08-30T03:15:01.1746028Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-30T03:15:01.1816115Z ::endgroup::
2026-08-30T03:15:01.1816621Z ::group::Disabling automatic garbage collection
2026-08-30T03:15:01.1821926Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T03:15:01.1877859Z ::endgroup::
2026-08-30T03:15:01.1879630Z ::group::Setting up auth
2026-08-30T03:15:01.1891327Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T03:15:01.1948712Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-30T03:15:01.2366460Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-08-30T03:15:01.2435023Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-08-30T03:15:01.2845153Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T03:15:01.2910526Z ::endgroup::
2026-08-30T03:15:01.2910865Z ::group::Fetching the repository
2026-08-30T03:15:01.2922741Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-30T03:15:04.2479637Z From https://gitea.g-hi.com/luoanwu/digital-employee-os
2026-08-30T03:15:04.2480354Z * [new branch] codex/publish-digital-employee-os -> origin/codex/publish-digital-employee-os
2026-08-30T03:15:04.2481263Z * [new branch] main -> origin/main
2026-08-30T03:15:04.2534796Z [command]/usr/bin/git branch --list --remote origin/main
2026-08-30T03:15:04.2581129Z origin/main
2026-08-30T03:15:04.2593764Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-08-30T03:15:04.2634186Z d433548ec7561644062b04334161019919ea233d
2026-08-30T03:15:04.2642094Z ::endgroup::
2026-08-30T03:15:04.2642403Z ::group::Determining the checkout info
2026-08-30T03:15:04.2645122Z ::endgroup::
2026-08-30T03:15:04.2652508Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T03:15:04.2716333Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T03:15:04.2767253Z ::group::Checking out the ref
2026-08-30T03:15:04.2773454Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-30T03:15:05.0938890Z Switched to a new branch 'main'
2026-08-30T03:15:05.0939983Z branch 'main' set up to track 'origin/main'.
2026-08-30T03:15:05.0995954Z ::endgroup::
2026-08-30T03:15:05.1076854Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T03:15:05.1119664Z d433548ec7561644062b04334161019919ea233d
2026-08-30T03:15:05.1138297Z ::remove-matcher owner=checkout-git::
2026-08-30T03:15:06.3592057Z Found in cache @ /root/.cache/act/tool_cache/node/22.23.2/x64
2026-08-30T03:15:06.3596957Z (node:2267836) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-08-30T03:15:06.3597151Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-08-30T03:15:06.3601250Z ::group::Environment details
2026-08-30T03:15:07.1899438Z [warning]This project is configured to use pnpm because /root/.cache/act/6ffe444e4c752792/hostexecutor/package.json has a "packageManager" field
2026-08-30T03:15:07.1900120Z
2026-08-30T03:15:07.5326483Z node: v22.23.2
2026-08-30T03:15:07.5327189Z npm: 10.9.8
2026-08-30T03:15:07.5327332Z yarn:
2026-08-30T03:15:07.5327727Z ::endgroup::
2026-08-30T03:15:07.5329052Z ##[add-matcher]/root/.cache/act/6ffe444e4c752792/act/actions/f666a58d8596f6b1c1b73ccec17c436d041391b231d0e7e50b79b8ef44eac147/.github/tsc.json
2026-08-30T03:15:07.5329826Z ##[add-matcher]/root/.cache/act/6ffe444e4c752792/act/actions/f666a58d8596f6b1c1b73ccec17c436d041391b231d0e7e50b79b8ef44eac147/.github/eslint-stylish.json
2026-08-30T03:15:07.5330241Z ##[add-matcher]/root/.cache/act/6ffe444e4c752792/act/actions/f666a58d8596f6b1c1b73ccec17c436d041391b231d0e7e50b79b8ef44eac147/.github/eslint-compact.json
2026-08-30T03:15:07.7413057Z Preparing pnpm@9.15.9 for immediate activation...
2026-08-30T03:15:08.3864809Z Scope: all 11 workspace projects
2026-08-30T03:15:08.4771031Z Lockfile is up to date, resolution step is skipped
2026-08-30T03:15:08.5886848Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-08-30T03:15:08.7584711Z Packages: [32m+942[39m
2026-08-30T03:15:08.7585205Z
2026-08-30T03:15:09.5898648Z Progress: resolved [96m942[39m, reused [96m934[39m, downloaded [96m0[39m, added [96m294[39m
2026-08-30T03:15:10.5904747Z Progress: resolved [96m942[39m, reused [96m934[39m, downloaded [96m0[39m, added [96m937[39m
2026-08-30T03:15:11.3712118Z Progress: resolved [96m942[39m, reused [96m934[39m, downloaded [96m0[39m, added [96m942[39m, done
...
|
Edit
Delete
|
|
29473
|
20
|
27358
|
0
|
0
|
2026-09-01T14:01:55.0586767Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T14:01:55.0586767Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27372 of job static-governance, be triggered by event: push
2026-09-01T14:01:55.0592226Z workflow prepared
2026-09-01T14:01:55.0593118Z evaluating expression 'success()'
2026-09-01T14:01:55.0594082Z expression 'success()' evaluated to 'true'
2026-09-01T14:01:55.0598451Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T14:01:55.0598893Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:01:56.9607755Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:01:56.9614581Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T14:01:56.9614921Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T14:01:58.5760151Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:01:58.5764663Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T14:01:58.5764873Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T14:01:59.4127841Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:01:59.4132241Z evaluating expression ''
2026-09-01T14:01:59.4132697Z expression '' evaluated to 'true'
2026-09-01T14:01:59.4132833Z ⭐ Run Main Checkout
2026-09-01T14:01:59.4136497Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T14:01:59.4136718Z evaluating expression 'format('{0}', github.token)'
2026-09-01T14:01:59.4137126Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T14:01:59.4137453Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T14:01:59.4137582Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T14:01:59.4137820Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/enterprise-idp)'
2026-09-01T14:01:59.4138498Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/enterprise-idp actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/80e6fb4c126541b7/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:01:59.4138699Z /root/.cache/act/80e6fb4c126541b7/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:01:59.4138908Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T14:01:59.6557920Z executing remote job container: [node /root/.cache/act/80e6fb4c126541b7/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T14:01:59.7916288Z ::add-matcher::/root/.cache/act/80e6fb4c126541b7/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T14:01:59.7916513Z ::add-matcher::/root/.cache/act/80e6fb4c126541b7/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T14:01:59.7921943Z Syncing repository: luoanwu/enterprise-idp
2026-09-01T14:01:59.7925815Z ::group::Getting Git version info
2026-09-01T14:01:59.7926522Z Working directory is '/root/.cache/act/80e6fb4c126541b7/hostexecutor'
2026-09-01T14:01:59.7960494Z [command]/usr/bin/git version
2026-09-01T14:01:59.8017671Z git version 2.43.0
2026-09-01T14:01:59.8045320Z ::endgroup::
2026-09-01T14:01:59.8058001Z Copying '/root/.gitconfig' to '/root/.cache/act/80e6fb4c126541b7/tmp/8867a927-7d8c-476c-9035-6f790b39e984/.gitconfig'
2026-09-01T14:01:59.8071340Z Temporarily overriding HOME='/root/.cache/act/80e6fb4c126541b7/tmp/8867a927-7d8c-476c-9035-6f790b39e984' before making global git config changes
2026-09-01T14:01:59.8071740Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T14:01:59.8078478Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:01:59.8135654Z Deleting the contents of '/root/.cache/act/80e6fb4c126541b7/hostexecutor'
2026-09-01T14:01:59.8141231Z ::group::Initializing the repository
2026-09-01T14:01:59.8146294Z [command]/usr/bin/git init /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:01:59.8199938Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T14:01:59.8200468Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T14:01:59.8200723Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T14:01:59.8200933Z hint:
2026-09-01T14:01:59.8201182Z hint: git config --global init.defaultBranch <name>
2026-09-01T14:01:59.8201386Z hint:
2026-09-01T14:01:59.8201564Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T14:01:59.8202009Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T14:01:59.8202244Z hint:
2026-09-01T14:01:59.8202431Z hint: git branch -m <name>
2026-09-01T14:01:59.8212158Z Initialized empty Git repository in /root/.cache/act/80e6fb4c126541b7/hostexecutor/.git/
2026-09-01T14:01:59.8225124Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/enterprise-idp
2026-09-01T14:01:59.8284927Z ::endgroup::
2026-09-01T14:01:59.8285216Z ::group::Disabling automatic garbage collection
2026-09-01T14:01:59.8289631Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T14:01:59.8338224Z ::endgroup::
2026-09-01T14:01:59.8338639Z ::group::Setting up auth
2026-09-01T14:01:59.8347210Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T14:01:59.8399151Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T14:01:59.8776336Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T14:01:59.8825997Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T14:01:59.9197995Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T14:01:59.9249031Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T14:01:59.9633763Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T14:01:59.9693103Z ::endgroup::
2026-09-01T14:01:59.9693771Z ::group::Fetching the repository
2026-09-01T14:01:59.9703198Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +456d79abd599208f2a7d6fe388f4f71b56e7ee89:refs/remotes/origin/main
2026-09-01T14:02:00.1557622Z From https://gitea.g-hi.com/luoanwu/enterprise-idp
2026-09-01T14:02:00.1558208Z * [new ref] 456d79abd599208f2a7d6fe388f4f71b56e7ee89 -> origin/main
2026-09-01T14:02:00.1599547Z ::endgroup::
2026-09-01T14:02:00.1599858Z ::group::Determining the checkout info
2026-09-01T14:02:00.1603576Z ::endgroup::
2026-09-01T14:02:00.1611067Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T14:02:00.1682845Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T14:02:00.1733746Z ::group::Checking out the ref
2026-09-01T14:02:00.1739238Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T14:02:00.2104140Z Switched to a new branch 'main'
2026-09-01T14:02:00.2105048Z branch 'main' set up to track 'origin/main'.
2026-09-01T14:02:00.2112508Z ::endgroup::
2026-09-01T14:02:00.2176045Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T14:02:00.2217064Z 456d79abd599208f2a7d6fe388f4f71b56e7ee89
2026-09-01T14:02:00.2234579Z ::remove-matcher owner=checkout-git::
2026-09-01T14:02:00.4323021Z Preparing pnpm@9.15.9 for immediate activation...
2026-09-01T14:02:00.9754558Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-09-01T14:02:00.9760293Z (node:1892816) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-09-01T14:02:00.9760630Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-09-01T14:02:00.9764738Z ::group::Environment details
2026-09-01T14:02:01.1051483Z [warning]This project is configured to use pnpm because /root/.cache/act/80e6fb4c126541b7/hostexecutor/package.json has a "packageManager" field
2026-09-01T14:02:01.1052180Z
2026-09-01T14:02:01.1602512Z node: v20.20.0
2026-09-01T14:02:01.1603334Z npm: 10.8.2
2026-09-01T14:02:01.1603721Z yarn:
2026-09-01T14:02:01.1604092Z ::endgroup::
2026-09-01T14:02:01.1624713Z [command]/root/.cache/act/tool_cache/node/20.20.0/x64/bin/pnpm store path --silent
2026-09-01T14:02:01.6940530Z /root/.local/share/pnpm/store/v3
2026-09-01T14:02:01.7543194Z pnpm cache is not found
2026-09-01T14:02:01.7544195Z ##[add-matcher]/root/.cache/act/80e6fb4c126541b7/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/tsc.json
2026-09-01T14:02:01.7544662Z ##[add-matcher]/root/.cache/act/80e6fb4c126541b7/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-stylish.json
2026-09-01T14:02:01.7545184Z ##[add-matcher]/root/.cache/act/80e6fb4c126541b7/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-compact.json
2026-09-01T14:02:02.3915449Z Scope: all 6 workspace projects
2026-09-01T14:02:02.4927499Z Lockfile is up to date, resolution step is skipped
2026-09-01T14:02:02.6331751Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T14:02:02.8046564Z Packages: [32m+873[39m
2026-09-01T14:02:02.8047043Z
2026-09-01T14:02:03.6402675Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m72[39m
2026-09-01T14:02:04.6369702Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m872[39m
2026-09-01T14:02:04.7446649Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m873[39m, done
2026-09-01T14:02:05.8537240Z
2026-09-01T14:02:05.8537753Z [96mdevDependencies:[39m
2026-09-01T14:02:05.8538105Z [32m+[39m turbo [90m2.9.16[39m
2026-09-01T14:02:05.8538257Z [32m+[39m typescript [90m5.9.3[39m
2026-09-01T14:02:05.8538378Z
2026-09-01T14:02:05.9754953Z Done in 4.1s using pnpm v9.15.9
2026-09-01T14:02:06.6149738Z
2026-09-01T14:02:06.6150589Z > enterprise-idp@0.1.0 prisma:generate /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:06.6150827Z > turbo run prisma:generate
2026-09-01T14:02:06.6151063Z
2026-09-01T14:02:06.7726198Z
2026-09-01T14:02:06.7726790Z • Packages in scope: @repo/config, @repo/contracts, api-fastify, api-nestjs, web
2026-09-01T14:02:06.7727136Z • Running prisma:generate in 5 packages
2026-09-01T14:02:06.7727302Z • Remote caching disabled
2026-09-01T14:02:06.7727467Z
2026-09-01T14:02:09.6041276Z ::group::api-fastify:prisma:generate
2026-09-01T14:02:09.6041680Z cache bypass, force executing [2m5c795d4ea7371c6f[0m
2026-09-01T14:02:09.6042130Z
2026-09-01T14:02:09.6042257Z > api-fastify@1.0.0 prisma:generate /root/.cache/act/80e6fb4c126541b7/hostexecutor/apps/api-fastify
2026-09-01T14:02:09.6042466Z > prisma generate
2026-09-01T14:02:09.6042910Z
2026-09-01T14:02:09.6043085Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T14:02:09.6043208Z
2026-09-01T14:02:09.6043339Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 114ms
2026-09-01T14:02:09.6043663Z
2026-09-01T14:02:09.6043777Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T14:02:09.6044000Z
2026-09-01T14:02:09.6044112Z Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
2026-09-01T14:02:09.6044295Z
2026-09-01T14:02:09.6044527Z ::endgroup::
2026-09-01T14:02:09.6785858Z ::group::api-nestjs:prisma:generate
2026-09-01T14:02:09.6786353Z cache bypass, force executing [2m99ed2fec46bb88db[0m
2026-09-01T14:02:09.6786523Z
2026-09-01T14:02:09.6786713Z > api-nestjs@0.1.0 prisma:generate /root/.cache/act/80e6fb4c126541b7/hostexecutor/apps/api-nestjs
2026-09-01T14:02:09.6787055Z > prisma generate
2026-09-01T14:02:09.6787231Z
2026-09-01T14:02:09.6787374Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T14:02:09.6787487Z
2026-09-01T14:02:09.6787657Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 388ms
2026-09-01T14:02:09.6787819Z
2026-09-01T14:02:09.6787989Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T14:02:09.6788113Z
2026-09-01T14:02:09.6788275Z Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
2026-09-01T14:02:09.6788438Z
2026-09-01T14:02:09.6788720Z ::endgroup::
2026-09-01T14:02:09.6790758Z
2026-09-01T14:02:09.6790974Z [1m Tasks: [32m[1m2 successful[0m, 2 total[0m
2026-09-01T14:02:09.6791159Z [1mCached: [1m0 cached[0m, 2 total[0m
2026-09-01T14:02:09.6791384Z [1m Time: [1m2.994s[0m [0m
2026-09-01T14:02:09.6791667Z
2026-09-01T14:02:09.7128988Z ...Finishing writing to cache...
[2K> ...Finishing writing to cache...
[2K
2026-09-01T14:02:10.2994113Z
2026-09-01T14:02:10.2994984Z > enterprise-idp@0.1.0 check /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:10.2995220Z > pnpm check:naming && pnpm check:schema && pnpm check:validation && pnpm check:contract-consumers && pnpm check:conformance-matrix && pnpm check:dual-backend && pnpm check:write-guard && pnpm check:fork-readiness && pnpm check:migrations && pnpm check:governance-docs && pnpm check:docs-truth && pnpm check:governance-rules && pnpm check:governance && pnpm lint && pnpm typecheck
2026-09-01T14:02:10.2995634Z
2026-09-01T14:02:10.9002706Z
2026-09-01T14:02:10.9003278Z > enterprise-idp@0.1.0 check:naming /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:10.9003692Z > node scripts/check-naming.mjs
2026-09-01T14:02:10.9003851Z
2026-09-01T14:02:11.0342664Z ✓ 命名检查通过:未发现业务词典禁用词。
2026-09-01T14:02:11.6752926Z
2026-09-01T14:02:11.6753575Z > enterprise-idp@0.1.0 check:schema /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:11.6753940Z > node scripts/check-schema-sync.mjs
2026-09-01T14:02:11.6754075Z
2026-09-01T14:02:11.7526902Z ✓ 状态枚举单源校验通过:1 个实体(Order)三处一致,状态机覆盖完整。
2026-09-01T14:02:12.3510330Z
2026-09-01T14:02:12.3511165Z > enterprise-idp@0.1.0 check:validation /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:12.3511498Z > node scripts/check-validation-source.mjs
2026-09-01T14:02:12.3512079Z
2026-09-01T14:02:12.4406334Z ✓ 入参校验单源通过:NestJS/Fastify 运行时 body schema 均来自 @repo/contracts。
2026-09-01T14:02:13.0417125Z
2026-09-01T14:02:13.0417786Z > enterprise-idp@0.1.0 check:contract-consumers /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:13.0418217Z > node scripts/check-contract-consumers.mjs
2026-09-01T14:02:13.0418351Z
2026-09-01T14:02:13.1195188Z ✓ 跨层契约消费通过:job 响应与订单金额口径均命中 contracts 真源。
2026-09-01T14:02:13.7670768Z
2026-09-01T14:02:13.7671266Z > enterprise-idp@0.1.0 check:conformance-matrix /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:13.7671600Z > node scripts/check-conformance-matrix.mjs
2026-09-01T14:02:13.7671741Z
2026-09-01T14:02:13.8382012Z ✓ conformance 矩阵通过:8 cases × 2 backends。
2026-09-01T14:02:14.4037488Z
2026-09-01T14:02:14.4038142Z > enterprise-idp@0.1.0 check:dual-backend /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:14.4038351Z > node scripts/check-dual-backend-parity.mjs
2026-09-01T14:02:14.4038615Z
2026-09-01T14:02:14.4968922Z ✓ 双后端维护红线通过:NestJS/Fastify 仍是同一 contracts 的完整独立消费者。
2026-09-01T14:02:15.0883065Z
2026-09-01T14:02:15.0883723Z > enterprise-idp@0.1.0 check:write-guard /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:15.0883957Z > node scripts/check-statemachine-write-guard.mjs
2026-09-01T14:02:15.0884197Z
2026-09-01T14:02:15.1818269Z ✓ 写链守护通过:后端无裸 update/delete(租户绑定写链完好);1 个登记状态实体的迁移均用 updateMany + state 前置条件做乐观锁。
2026-09-01T14:02:15.7943080Z
2026-09-01T14:02:15.7943798Z > enterprise-idp@0.1.0 check:fork-readiness /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:15.7944017Z > node scripts/check-fork-readiness.mjs
2026-09-01T14:02:15.7944263Z
2026-09-01T14:02:15.8844433Z ✓ 可迁移性通过:门禁无业务硬编码(1 个业务域、1 个状态实体全部走注册表),基座前缀派生自 "enterprise-idp",禁用词表来自词典,验收证据绑定本仓,迁移手册、经验目录、可执行技能与派生项目凭证门禁已接线。
2026-09-01T14:02:16.4905870Z
2026-09-01T14:02:16.4906808Z > enterprise-idp@0.1.0 check:migrations /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:16.4907223Z > node scripts/check-migrations.mjs
2026-09-01T14:02:16.4907464Z
2026-09-01T14:02:16.6013390Z ✓ 迁移治理通过:版本化迁移历史在位、无未豁免高危 DDL、schema 表/映射列均已落迁移。
2026-09-01T14:02:17.1576709Z
2026-09-01T14:02:17.1577264Z > enterprise-idp@0.1.0 check:governance-docs /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:17.1577531Z > node scripts/check-governance-docs.mjs
2026-09-01T14:02:17.1577665Z
2026-09-01T14:02:17.2368159Z ✓ 治理文档单源校验通过:AGENTS.md 与 CLAUDE.md 一致(符号链接)。
2026-09-01T14:02:17.8661433Z
2026-09-01T14:02:17.8662114Z > enterprise-idp@0.1.0 check:docs-truth /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:17.8662418Z > node scripts/check-docs-truth.mjs
2026-09-01T14:02:17.8662551Z
2026-09-01T14:02:17.9584571Z ✓ 文档真相检查通过:README/docs/ADR 与运行真相一致(信封/双后端定位/引擎/幽灵资产/ADR 索引均无漂移)。
2026-09-01T14:02:18.6003906Z
2026-09-01T14:02:18.6004498Z > enterprise-idp@0.1.0 check:governance-rules /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:18.6004767Z > node scripts/check-governance-rules.mjs
2026-09-01T14:02:18.6004896Z
2026-09-01T14:02:18.6772183Z ✓ 治理规则注册表通过:16 条规则,registryVersion=3,mode=observe。
2026-09-01T14:02:19.2932291Z
2026-09-01T14:02:19.2933133Z > enterprise-idp@0.1.0 check:governance /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:19.2933471Z > node scripts/governance-report.mjs
2026-09-01T14:02:19.2933601Z
2026-09-01T14:02:20.6737860Z ✓ 治理棘轮通过(指标未回退): {
2026-09-01T14:02:20.6738431Z namingViolations: [33m0[39m,
2026-09-01T14:02:20.6738650Z schemaSyncViolations: [33m0[39m,
2026-09-01T14:02:20.6738856Z validationSourceViolations: [33m0[39m,
2026-09-01T14:02:20.6738988Z contractConsumerViolations: [33m0[39m,
2026-09-01T14:02:20.6739111Z conformanceMatrixViolations: [33m0[39m,
2026-09-01T14:02:20.6739235Z conformanceMatrixCases: [33m8[39m,
2026-09-01T14:02:20.6739346Z conformanceMatrixBackends: [33m2[39m,
2026-09-01T14:02:20.6739499Z dualBackendParityViolations: [33m0[39m,
2026-09-01T14:02:20.6739605Z statemachineWriteGuardViolations: [33m0[39m,
2026-09-01T14:02:20.6739713Z forkReadinessViolations: [33m0[39m,
2026-09-01T14:02:20.6739823Z tenantSchemaViolations: [33m0[39m,
2026-09-01T14:02:20.6739958Z outboxSchemaViolations: [33m0[39m,
2026-09-01T14:02:20.6740342Z missingTenantEntryPoints: [33m0[39m,
2026-09-01T14:02:20.6740465Z missingOutboxWrites: [33m0[39m,
2026-09-01T14:02:20.6740583Z directWritePublishes: [33m0[39m,
2026-09-01T14:02:20.6740691Z appsWithoutMigrations: [33m0[39m,
2026-09-01T14:02:20.6740809Z dangerousMigrationSql: [33m0[39m,
2026-09-01T14:02:20.6740918Z schemaTablesMissingMigration: [33m0[39m,
2026-09-01T14:02:20.6741023Z schemaEnumsMissingMigration: [33m0[39m,
2026-09-01T14:02:20.6741130Z schemaColumnsMissingMigration: [33m0[39m,
2026-09-01T14:02:20.6741233Z unmappedCamelCasePrismaFields: [33m0[39m,
2026-09-01T14:02:20.6741355Z migrationDirsWithoutSql: [33m0[39m,
2026-09-01T14:02:20.6741458Z governanceDocsDrift: [33m0[39m,
2026-09-01T14:02:20.6741594Z docsTruthViolations: [33m0[39m,
2026-09-01T14:02:20.6741705Z governanceRuleViolations: [33m0[39m,
2026-09-01T14:02:20.6742025Z reportProvenanceViolations: [33m0[39m,
2026-09-01T14:02:20.6742155Z metricSchemaViolations: [33m0[39m,
2026-09-01T14:02:20.6742261Z missingAcceptanceReports: [33m2[39m,
2026-09-01T14:02:20.6742368Z ownTests: [33m29[39m,
2026-09-01T14:02:20.6742491Z ownTestCases: [33m200[39m
2026-09-01T14:02:20.6742616Z }
2026-09-01T14:02:21.2903456Z
2026-09-01T14:02:21.2904037Z > enterprise-idp@0.1.0 lint /root/.cache/act/80e6fb4c126541b7/hostexecutor
2026-09-01T14:02:21.2904245Z > turbo run lint
2026-09-01T14:02:21.2904368Z
2026-09-01T14:02:21.4735581Z
2026-09-01T14:02:21.4736114Z • Packages in scope: @repo/config, @repo/contracts, api-fastify, api-nestjs, web
2026-09-01T14:02:21.4736335Z • Running lint in 5 packages
2026-09-01T14:02:21.4736611Z • Remote caching disabled
2026-09-01T14:02:21.4736805Z
...
|
Edit
Delete
|
|
29474
|
4
|
27359
|
0
|
0
|
2026-09-01T14:03:28.6226727Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T14:03:28.6226727Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27373 of job static-governance, be triggered by event: push
2026-09-01T14:03:28.6232288Z workflow prepared
2026-09-01T14:03:28.6233280Z evaluating expression 'success()'
2026-09-01T14:03:28.6234179Z expression 'success()' evaluated to 'true'
2026-09-01T14:03:28.6238545Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T14:03:28.6238994Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:03:31.0369695Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:03:31.0374965Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T14:03:31.0375177Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T14:03:32.7137821Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:03:32.7142381Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T14:03:32.7142584Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T14:03:33.5547479Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T14:03:33.5551302Z evaluating expression ''
2026-09-01T14:03:33.5551738Z expression '' evaluated to 'true'
2026-09-01T14:03:33.5552018Z ⭐ Run Main Checkout
2026-09-01T14:03:33.5555610Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T14:03:33.5555765Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T14:03:33.5556114Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/file-platform)'
2026-09-01T14:03:33.5556467Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T14:03:33.5556575Z evaluating expression 'format('{0}', github.token)'
2026-09-01T14:03:33.5556811Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T14:03:33.5557131Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/file-platform actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/916742283ac2441f/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:03:33.5557320Z /root/.cache/act/916742283ac2441f/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T14:03:33.5557521Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T14:03:33.7629621Z executing remote job container: [node /root/.cache/act/916742283ac2441f/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T14:03:33.8862963Z ::add-matcher::/root/.cache/act/916742283ac2441f/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T14:03:33.8863330Z ::add-matcher::/root/.cache/act/916742283ac2441f/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T14:03:33.8869338Z Syncing repository: luoanwu/file-platform
2026-09-01T14:03:33.8873171Z ::group::Getting Git version info
2026-09-01T14:03:33.8873515Z Working directory is '/root/.cache/act/916742283ac2441f/hostexecutor'
2026-09-01T14:03:33.8906163Z [command]/usr/bin/git version
2026-09-01T14:03:33.8960224Z git version 2.43.0
2026-09-01T14:03:33.8991479Z ::endgroup::
2026-09-01T14:03:33.9000927Z Copying '/root/.gitconfig' to '/root/.cache/act/916742283ac2441f/tmp/8842d93f-9bf3-4e33-8bea-410cae8009da/.gitconfig'
2026-09-01T14:03:33.9014179Z Temporarily overriding HOME='/root/.cache/act/916742283ac2441f/tmp/8842d93f-9bf3-4e33-8bea-410cae8009da' before making global git config changes
2026-09-01T14:03:33.9014792Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T14:03:33.9020856Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/916742283ac2441f/hostexecutor
2026-09-01T14:03:33.9084329Z Deleting the contents of '/root/.cache/act/916742283ac2441f/hostexecutor'
2026-09-01T14:03:33.9088420Z ::group::Initializing the repository
2026-09-01T14:03:33.9092601Z [command]/usr/bin/git init /root/.cache/act/916742283ac2441f/hostexecutor
2026-09-01T14:03:33.9142899Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T14:03:33.9143388Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T14:03:33.9143550Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T14:03:33.9143713Z hint:
2026-09-01T14:03:33.9143840Z hint: git config --global init.defaultBranch <name>
2026-09-01T14:03:33.9143986Z hint:
2026-09-01T14:03:33.9144103Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T14:03:33.9144256Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T14:03:33.9144379Z hint:
2026-09-01T14:03:33.9144483Z hint: git branch -m <name>
2026-09-01T14:03:33.9165875Z Initialized empty Git repository in /root/.cache/act/916742283ac2441f/hostexecutor/.git/
2026-09-01T14:03:33.9180751Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/file-platform
2026-09-01T14:03:33.9246170Z ::endgroup::
2026-09-01T14:03:33.9246534Z ::group::Disabling automatic garbage collection
2026-09-01T14:03:33.9251556Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T14:03:33.9304916Z ::endgroup::
2026-09-01T14:03:33.9305207Z ::group::Setting up auth
2026-09-01T14:03:33.9315014Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T14:03:33.9373474Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T14:03:33.9750609Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T14:03:33.9808601Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T14:03:34.0191073Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T14:03:34.0249567Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T14:03:34.0651645Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T14:03:34.0722039Z ::endgroup::
2026-09-01T14:03:34.0722548Z ::group::Fetching the repository
2026-09-01T14:03:34.0734138Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2387e931f0ea23c2d6e540ae2a62fe923e35f5d6:refs/remotes/origin/main
2026-09-01T14:03:34.2580715Z From https://gitea.g-hi.com/luoanwu/file-platform
2026-09-01T14:03:34.2581343Z * [new ref] 2387e931f0ea23c2d6e540ae2a62fe923e35f5d6 -> origin/main
2026-09-01T14:03:34.2626680Z ::endgroup::
2026-09-01T14:03:34.2627061Z ::group::Determining the checkout info
2026-09-01T14:03:34.2631098Z ::endgroup::
2026-09-01T14:03:34.2642610Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T14:03:34.2737756Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T14:03:34.2792022Z ::group::Checking out the ref
2026-09-01T14:03:34.2798968Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T14:03:34.3295267Z Switched to a new branch 'main'
2026-09-01T14:03:34.3297126Z branch 'main' set up to track 'origin/main'.
2026-09-01T14:03:34.3306922Z ::endgroup::
2026-09-01T14:03:34.3375640Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T14:03:34.3425115Z 2387e931f0ea23c2d6e540ae2a62fe923e35f5d6
2026-09-01T14:03:34.3448397Z ::remove-matcher owner=checkout-git::
2026-09-01T14:03:34.5777276Z Preparing pnpm@9.15.9 for immediate activation...
...
|
Edit
Delete
|
|
29475
|
10
|
27360
|
0
|
0
|
2026-09-01T16:00:00.2489862Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:00:00.2489862Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27374 of job static-governance, be triggered by event: push
2026-09-01T16:00:00.2499985Z workflow prepared
2026-09-01T16:00:00.2501519Z evaluating expression 'success()'
2026-09-01T16:00:00.2503727Z expression 'success()' evaluated to 'true'
2026-09-01T16:00:00.2510576Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:00:00.2511318Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:01:30.4687472Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
2026-09-01T16:01:30.4688790Z skipping post step for 'Upload immutable static governance evidence'; step was not executed
2026-09-01T16:01:30.4689258Z skipping post step for 'Setup Node.js'; step was not executed
2026-09-01T16:01:30.4689645Z skipping post step for 'Checkout'; step was not executed
2026-09-01T16:01:30.4689885Z Cleaning up container for job Static governance
2026-09-01T16:01:30.4703643Z 🏁 Job failed
2026-09-01T16:01:30.4704340Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
...
|
Edit
Delete
|
|
29476
|
10
|
27361
|
0
|
0
|
2026-09-01T16:02:22.5175257Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:02:22.5175257Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27375 of job static-governance, be triggered by event: push
2026-09-01T16:02:22.5180584Z workflow prepared
2026-09-01T16:02:22.5182510Z evaluating expression 'success()'
2026-09-01T16:02:22.5183616Z expression 'success()' evaluated to 'true'
2026-09-01T16:02:22.5188526Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:02:22.5188975Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:03:52.7906108Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
2026-09-01T16:03:52.7906855Z skipping post step for 'Upload immutable static governance evidence'; step was not executed
2026-09-01T16:03:52.7907399Z skipping post step for 'Setup Node.js'; step was not executed
2026-09-01T16:03:52.7907730Z skipping post step for 'Checkout'; step was not executed
2026-09-01T16:03:52.7908010Z Cleaning up container for job Static governance
2026-09-01T16:03:52.7922412Z 🏁 Job failed
2026-09-01T16:03:52.7923285Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
...
|
Edit
Delete
|
|
29477
|
26
|
27362
|
0
|
0
|
2026-09-01T16:04:44.5061006Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:04:44.5061006Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27376 of job static-governance, be triggered by event: push
2026-09-01T16:04:44.5066778Z workflow prepared
2026-09-01T16:04:44.5067740Z evaluating expression 'success()'
2026-09-01T16:04:44.5069467Z expression 'success()' evaluated to 'true'
2026-09-01T16:04:44.5074339Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:04:44.5074821Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:04:46.9495036Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:04:46.9500578Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T16:04:46.9500765Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T16:04:48.6779968Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:04:48.6784865Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T16:04:48.6785090Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T16:04:49.5428653Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:04:49.5433561Z evaluating expression ''
2026-09-01T16:04:49.5434495Z expression '' evaluated to 'true'
2026-09-01T16:04:49.5434762Z ⭐ Run Main Checkout
2026-09-01T16:04:49.5439196Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T16:04:49.5439347Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T16:04:49.5439760Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/cost-capacity)'
2026-09-01T16:04:49.5440059Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T16:04:49.5440165Z evaluating expression 'format('{0}', github.token)'
2026-09-01T16:04:49.5440420Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T16:04:49.5440680Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/cost-capacity actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:04:49.5440881Z /root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:04:49.5441263Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T16:04:49.7740659Z executing remote job container: [node /root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:04:49.9343727Z ::add-matcher::/root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:04:49.9343972Z ::add-matcher::/root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:04:49.9348933Z Syncing repository: luoanwu/cost-capacity
2026-09-01T16:04:49.9353122Z ::group::Getting Git version info
2026-09-01T16:04:49.9356826Z Working directory is '/root/.cache/act/51eacb4252102cdc/hostexecutor'
2026-09-01T16:04:49.9387876Z [command]/usr/bin/git version
2026-09-01T16:04:49.9452665Z git version 2.43.0
2026-09-01T16:04:49.9492026Z ::endgroup::
2026-09-01T16:04:49.9509023Z Copying '/root/.gitconfig' to '/root/.cache/act/51eacb4252102cdc/tmp/1d8814b9-9025-403b-b06a-c3f348ba68d8/.gitconfig'
2026-09-01T16:04:49.9523046Z Temporarily overriding HOME='/root/.cache/act/51eacb4252102cdc/tmp/1d8814b9-9025-403b-b06a-c3f348ba68d8' before making global git config changes
2026-09-01T16:04:49.9524210Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:04:49.9531454Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:04:49.9604575Z Deleting the contents of '/root/.cache/act/51eacb4252102cdc/hostexecutor'
2026-09-01T16:04:49.9610245Z ::group::Initializing the repository
2026-09-01T16:04:49.9615072Z [command]/usr/bin/git init /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:04:49.9682600Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T16:04:49.9683100Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T16:04:49.9683259Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T16:04:49.9683435Z hint:
2026-09-01T16:04:49.9683558Z hint: git config --global init.defaultBranch <name>
2026-09-01T16:04:49.9683696Z hint:
2026-09-01T16:04:49.9683811Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T16:04:49.9683936Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T16:04:49.9684066Z hint:
2026-09-01T16:04:49.9684188Z hint: git branch -m <name>
2026-09-01T16:04:49.9732918Z Initialized empty Git repository in /root/.cache/act/51eacb4252102cdc/hostexecutor/.git/
2026-09-01T16:04:49.9748422Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/cost-capacity
2026-09-01T16:04:49.9820549Z ::endgroup::
2026-09-01T16:04:49.9820892Z ::group::Disabling automatic garbage collection
2026-09-01T16:04:49.9826087Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T16:04:49.9876031Z ::endgroup::
2026-09-01T16:04:49.9876376Z ::group::Setting up auth
2026-09-01T16:04:49.9884498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:04:49.9956639Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:04:50.0426525Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:04:50.0495705Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:04:50.0938882Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:04:50.0994196Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:04:50.1409805Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T16:04:50.1502201Z ::endgroup::
2026-09-01T16:04:50.1502561Z ::group::Fetching the repository
2026-09-01T16:04:50.1515691Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ea8167e33e2b6db49a9c694db5fbb4b6b84ad4b7:refs/remotes/origin/main
2026-09-01T16:04:50.3845187Z From https://gitea.g-hi.com/luoanwu/cost-capacity
2026-09-01T16:04:50.3846076Z * [new ref] ea8167e33e2b6db49a9c694db5fbb4b6b84ad4b7 -> origin/main
2026-09-01T16:04:50.3881254Z ::endgroup::
2026-09-01T16:04:50.3881581Z ::group::Determining the checkout info
2026-09-01T16:04:50.3885947Z ::endgroup::
2026-09-01T16:04:50.3893923Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T16:04:50.3986929Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T16:04:50.4039218Z ::group::Checking out the ref
2026-09-01T16:04:50.4045366Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T16:04:50.4538933Z Switched to a new branch 'main'
2026-09-01T16:04:50.4545800Z branch 'main' set up to track 'origin/main'.
2026-09-01T16:04:50.4553814Z ::endgroup::
2026-09-01T16:04:50.4635131Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T16:04:50.4684875Z ea8167e33e2b6db49a9c694db5fbb4b6b84ad4b7
2026-09-01T16:04:50.4714522Z ::remove-matcher owner=checkout-git::
2026-09-01T16:04:50.7025984Z Preparing pnpm@9.15.9 for immediate activation...
2026-09-01T16:04:51.3199668Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-09-01T16:04:51.3205079Z (node:2013207) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-09-01T16:04:51.3205264Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-09-01T16:04:51.3211377Z ::group::Environment details
2026-09-01T16:04:51.4515260Z [warning]This project is configured to use pnpm because /root/.cache/act/51eacb4252102cdc/hostexecutor/package.json has a "packageManager" field
2026-09-01T16:04:51.4515962Z
2026-09-01T16:04:51.5006564Z node: v20.20.0
2026-09-01T16:04:51.5007046Z npm: 10.8.2
2026-09-01T16:04:51.5007396Z yarn:
2026-09-01T16:04:51.5007722Z ::endgroup::
2026-09-01T16:04:51.5041014Z [command]/root/.cache/act/tool_cache/node/20.20.0/x64/bin/pnpm store path --silent
2026-09-01T16:04:52.0803020Z /root/.local/share/pnpm/store/v3
2026-09-01T16:04:52.1354172Z pnpm cache is not found
2026-09-01T16:04:52.1355422Z ##[add-matcher]/root/.cache/act/51eacb4252102cdc/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/tsc.json
2026-09-01T16:04:52.1355860Z ##[add-matcher]/root/.cache/act/51eacb4252102cdc/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-stylish.json
2026-09-01T16:04:52.1356362Z ##[add-matcher]/root/.cache/act/51eacb4252102cdc/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-compact.json
2026-09-01T16:04:52.8555407Z Scope: all 6 workspace projects
2026-09-01T16:04:52.9408527Z Lockfile is up to date, resolution step is skipped
2026-09-01T16:04:53.0889572Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:04:53.3136244Z Packages: [32m+873[39m
2026-09-01T16:04:53.3136786Z
2026-09-01T16:04:54.0962708Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m101[39m
2026-09-01T16:04:55.0454129Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m873[39m, done
2026-09-01T16:04:56.1456294Z
2026-09-01T16:04:56.1456871Z [96mdevDependencies:[39m
2026-09-01T16:04:56.1457038Z [32m+[39m turbo [90m2.9.16[39m
2026-09-01T16:04:56.1457282Z [32m+[39m typescript [90m5.9.3[39m
2026-09-01T16:04:56.1457404Z
2026-09-01T16:04:56.3068090Z Done in 4s using pnpm v9.15.9
2026-09-01T16:04:56.8986502Z
2026-09-01T16:04:56.8987302Z > cost-capacity@0.1.0 prisma:generate /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:04:56.8987492Z > turbo run prisma:generate
2026-09-01T16:04:56.8987632Z
2026-09-01T16:04:57.0838748Z
2026-09-01T16:04:57.0839788Z • Packages in scope: @repo/config, @repo/contracts, api-fastify, api-nestjs, web
2026-09-01T16:04:57.0840095Z • Running prisma:generate in 5 packages
2026-09-01T16:04:57.0840314Z • Remote caching disabled
2026-09-01T16:04:57.0840509Z
2026-09-01T16:04:59.9877665Z ::group::api-fastify:prisma:generate
2026-09-01T16:04:59.9878027Z cache bypass, force executing [2m5c795d4ea7371c6f[0m
2026-09-01T16:04:59.9878474Z
2026-09-01T16:04:59.9878676Z > api-fastify@1.0.0 prisma:generate /root/.cache/act/51eacb4252102cdc/hostexecutor/apps/api-fastify
2026-09-01T16:04:59.9878912Z > prisma generate
2026-09-01T16:04:59.9879027Z
2026-09-01T16:04:59.9879148Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:04:59.9879269Z
2026-09-01T16:04:59.9879406Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 306ms
2026-09-01T16:04:59.9879581Z
2026-09-01T16:04:59.9879697Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:04:59.9879831Z
2026-09-01T16:04:59.9879944Z Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
2026-09-01T16:04:59.9880098Z
2026-09-01T16:04:59.9880363Z ::endgroup::
2026-09-01T16:05:00.1687828Z ::group::api-nestjs:prisma:generate
2026-09-01T16:05:00.1688129Z cache bypass, force executing [2m99ed2fec46bb88db[0m
2026-09-01T16:05:00.1688276Z
2026-09-01T16:05:00.1688445Z > api-nestjs@0.1.0 prisma:generate /root/.cache/act/51eacb4252102cdc/hostexecutor/apps/api-nestjs
2026-09-01T16:05:00.1688673Z > prisma generate
2026-09-01T16:05:00.1688814Z
2026-09-01T16:05:00.1688930Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:05:00.1689046Z
2026-09-01T16:05:00.1689187Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 346ms
2026-09-01T16:05:00.1689357Z
2026-09-01T16:05:00.1689612Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:05:00.1689771Z
2026-09-01T16:05:00.1689889Z Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
2026-09-01T16:05:00.1690011Z
2026-09-01T16:05:00.1690269Z ::endgroup::
2026-09-01T16:05:00.1692453Z
2026-09-01T16:05:00.1692618Z [1m Tasks: [32m[1m2 successful[0m, 2 total[0m
2026-09-01T16:05:00.1692769Z [1mCached: [1m0 cached[0m, 2 total[0m
2026-09-01T16:05:00.1693004Z [1m Time: [1m3.178s[0m [0m
2026-09-01T16:05:00.1693122Z
2026-09-01T16:05:00.2167205Z ...Finishing writing to cache...
[2K> ...Finishing writing to cache...
[2K
2026-09-01T16:05:00.8728599Z
2026-09-01T16:05:00.8729472Z > cost-capacity@0.1.0 check /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:00.8729724Z > pnpm check:naming && pnpm check:schema && pnpm check:validation && pnpm check:contract-consumers && pnpm check:conformance-matrix && pnpm check:dual-backend && pnpm check:write-guard && pnpm check:fork-readiness && pnpm check:migrations && pnpm check:governance-docs && pnpm check:docs-truth && pnpm check:governance-rules && pnpm check:governance && pnpm lint && pnpm typecheck
2026-09-01T16:05:00.8730124Z
2026-09-01T16:05:01.5156427Z
2026-09-01T16:05:01.5157287Z > cost-capacity@0.1.0 check:naming /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:01.5157516Z > node scripts/check-naming.mjs
2026-09-01T16:05:01.5157649Z
2026-09-01T16:05:01.6642816Z ✓ 命名检查通过:未发现业务词典禁用词。
2026-09-01T16:05:02.2780160Z
2026-09-01T16:05:02.2780840Z > cost-capacity@0.1.0 check:schema /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:02.2781077Z > node scripts/check-schema-sync.mjs
2026-09-01T16:05:02.2781335Z
2026-09-01T16:05:02.3585989Z ✓ 状态枚举单源校验通过:1 个实体(Order)三处一致,状态机覆盖完整。
2026-09-01T16:05:02.9807808Z
2026-09-01T16:05:02.9808566Z > cost-capacity@0.1.0 check:validation /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:02.9808860Z > node scripts/check-validation-source.mjs
2026-09-01T16:05:02.9809043Z
2026-09-01T16:05:03.0625870Z ✓ 入参校验单源通过:NestJS/Fastify 运行时 body schema 均来自 @repo/contracts。
2026-09-01T16:05:03.7006269Z
2026-09-01T16:05:03.7007107Z > cost-capacity@0.1.0 check:contract-consumers /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:03.7007336Z > node scripts/check-contract-consumers.mjs
2026-09-01T16:05:03.7007623Z
2026-09-01T16:05:03.7777411Z ✓ 跨层契约消费通过:job 响应与订单金额口径均命中 contracts 真源。
2026-09-01T16:05:04.3842913Z
2026-09-01T16:05:04.3843436Z > cost-capacity@0.1.0 check:conformance-matrix /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:04.3843691Z > node scripts/check-conformance-matrix.mjs
2026-09-01T16:05:04.3843872Z
2026-09-01T16:05:04.4613614Z ✓ conformance 矩阵通过:8 cases × 2 backends。
2026-09-01T16:05:05.0680157Z
2026-09-01T16:05:05.0680662Z > cost-capacity@0.1.0 check:dual-backend /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:05.0680941Z > node scripts/check-dual-backend-parity.mjs
2026-09-01T16:05:05.0681073Z
2026-09-01T16:05:05.1603678Z ✓ 双后端维护红线通过:NestJS/Fastify 仍是同一 contracts 的完整独立消费者。
2026-09-01T16:05:05.8005624Z
2026-09-01T16:05:05.8007081Z > cost-capacity@0.1.0 check:write-guard /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:05.8007370Z > node scripts/check-statemachine-write-guard.mjs
2026-09-01T16:05:05.8007551Z
2026-09-01T16:05:05.8905894Z ✓ 写链守护通过:后端无裸 update/delete(租户绑定写链完好);1 个登记状态实体的迁移均用 updateMany + state 前置条件做乐观锁。
2026-09-01T16:05:06.4970186Z
2026-09-01T16:05:06.4970786Z > cost-capacity@0.1.0 check:fork-readiness /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:06.4971518Z > node scripts/check-fork-readiness.mjs
2026-09-01T16:05:06.4971659Z
2026-09-01T16:05:06.6096788Z ✗ [F5] reports/runtime-acceptance.latest.json: provenance.gitSha=e6c88cfc485e250d564fcae637c22bf6453268a4 不存在于本仓 git 历史——该证据来自**另一个仓库**。移植时照搬 reports/*-acceptance.latest.json 会让新仓凭空拥有"测试跑过了"的假证据;正确做法是删除它们,在本仓真实跑一次 check:runtime / check:ui。
2026-09-01T16:05:06.6102166Z
2026-09-01T16:05:06.6102717Z 可迁移性检查未通过:共 1 处违规。
2026-09-01T16:05:06.6102962Z 本门禁保证「移植 = 清空注册表 + 改名 + 重跑验收」,而不是逐脚本考古。详见 docs/migration-playbook.md。
2026-09-01T16:05:06.6177631Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:05:06.6622390Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:05:06.7012824Z ❌ Failure - Main Run static governance gate
2026-09-01T16:05:06.7016099Z exit status 1
2026-09-01T16:05:07.1980966Z With the provided path, there will be 17 files uploaded
2026-09-01T16:05:07.1989135Z ::warning::Artifact upload failed with error: GHESNotSupportedError: @actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES..%0A%0AErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.%0A%0AIf the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).
2026-09-01T16:05:07.1994440Z ::error::@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES.
2026-09-01T16:05:07.2114573Z ❌ Failure - Main Upload immutable static governance evidence
2026-09-01T16:05:07.2117757Z exit status 1
2026-09-01T16:05:07.2119104Z evaluating expression 'success()'
2026-09-01T16:05:07.2119461Z expression 'success()' evaluated to 'false'
2026-09-01T16:05:07.2119624Z Skipping step 'Setup Node.js' due to 'success()'
2026-09-01T16:05:07.2120360Z evaluating expression 'always()'
2026-09-01T16:05:07.2120554Z expression 'always()' evaluated to 'true'
2026-09-01T16:05:07.2120665Z ⭐ Run Post Checkout
2026-09-01T16:05:07.2123323Z run post step for 'Checkout'
2026-09-01T16:05:07.2124818Z executing remote job container: [node /root/.cache/act/51eacb4252102cdc/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:05:07.3695117Z [command]/usr/bin/git version
2026-09-01T16:05:07.3764752Z git version 2.43.0
2026-09-01T16:05:07.3802290Z ***
2026-09-01T16:05:07.3815880Z Copying '/root/.gitconfig' to '/root/.cache/act/51eacb4252102cdc/tmp/64bf4381-2f2f-447d-9b19-78e7cba0e777/.gitconfig'
2026-09-01T16:05:07.3840601Z Temporarily overriding HOME='/root/.cache/act/51eacb4252102cdc/tmp/64bf4381-2f2f-447d-9b19-78e7cba0e777' before making global git config changes
2026-09-01T16:05:07.3841607Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:05:07.3853705Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/51eacb4252102cdc/hostexecutor
2026-09-01T16:05:07.3915925Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:05:07.3986962Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:05:07.4434954Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:05:07.4475946Z http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:05:07.4501639Z [command]/usr/bin/git config --local --unset-all http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:05:07.4564147Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:05:07.4988284Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:05:07.5055792Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:05:07.5629840Z ✅ Success - Post Checkout
2026-09-01T16:05:07.5634688Z Cleaning up container for job Static governance
2026-09-01T16:05:10.8267260Z 🏁 Job failed
2026-09-01T16:05:10.8268673Z Job 'Static governance' failed
...
|
Edit
Delete
|
|
29478
|
27
|
27363
|
0
|
0
|
2026-09-01T16:06:02.7207209Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:06:02.7207209Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27377 of job static-governance, be triggered by event: push
2026-09-01T16:06:02.7214157Z workflow prepared
2026-09-01T16:06:02.7215402Z evaluating expression 'success()'
2026-09-01T16:06:02.7216600Z expression 'success()' evaluated to 'true'
2026-09-01T16:06:02.7221248Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:06:02.7221759Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:06:05.3193194Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:06:05.3199128Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T16:06:05.3199354Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T16:06:06.9849213Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:06:06.9853965Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T16:06:06.9854202Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T16:06:07.8070022Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:06:07.8074391Z evaluating expression ''
2026-09-01T16:06:07.8074859Z expression '' evaluated to 'true'
2026-09-01T16:06:07.8074990Z ⭐ Run Main Checkout
2026-09-01T16:06:07.8078297Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T16:06:07.8078454Z evaluating expression 'format('{0}', github.token)'
2026-09-01T16:06:07.8078824Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T16:06:07.8079216Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T16:06:07.8079342Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T16:06:07.8079570Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/app-registry)'
2026-09-01T16:06:07.8080008Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/app-registry actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:06:07.8080208Z /root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:06:07.8080424Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T16:06:08.0355480Z executing remote job container: [node /root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:06:08.1919901Z ::add-matcher::/root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:06:08.1920389Z ::add-matcher::/root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:06:08.1927704Z Syncing repository: luoanwu/app-registry
2026-09-01T16:06:08.1933577Z ::group::Getting Git version info
2026-09-01T16:06:08.1933925Z Working directory is '/root/.cache/act/5eb21208918fcc47/hostexecutor'
2026-09-01T16:06:08.1986979Z [command]/usr/bin/git version
2026-09-01T16:06:08.2049169Z git version 2.43.0
2026-09-01T16:06:08.2081518Z ::endgroup::
2026-09-01T16:06:08.2098191Z Copying '/root/.gitconfig' to '/root/.cache/act/5eb21208918fcc47/tmp/bcb0d262-9642-4183-ac26-2b5bbc15ffc2/.gitconfig'
2026-09-01T16:06:08.2112734Z Temporarily overriding HOME='/root/.cache/act/5eb21208918fcc47/tmp/bcb0d262-9642-4183-ac26-2b5bbc15ffc2' before making global git config changes
2026-09-01T16:06:08.2113198Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:06:08.2119223Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:08.2180317Z Deleting the contents of '/root/.cache/act/5eb21208918fcc47/hostexecutor'
2026-09-01T16:06:08.2186074Z ::group::Initializing the repository
2026-09-01T16:06:08.2190978Z [command]/usr/bin/git init /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:08.2251242Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T16:06:08.2251646Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T16:06:08.2252091Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T16:06:08.2252258Z hint:
2026-09-01T16:06:08.2252383Z hint: git config --global init.defaultBranch <name>
2026-09-01T16:06:08.2252533Z hint:
2026-09-01T16:06:08.2252651Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T16:06:08.2252785Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T16:06:08.2252908Z hint:
2026-09-01T16:06:08.2253040Z hint: git branch -m <name>
2026-09-01T16:06:08.2277181Z Initialized empty Git repository in /root/.cache/act/5eb21208918fcc47/hostexecutor/.git/
2026-09-01T16:06:08.2295625Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/app-registry
2026-09-01T16:06:08.2366373Z ::endgroup::
2026-09-01T16:06:08.2366793Z ::group::Disabling automatic garbage collection
2026-09-01T16:06:08.2375657Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T16:06:08.2430976Z ::endgroup::
2026-09-01T16:06:08.2431334Z ::group::Setting up auth
2026-09-01T16:06:08.2441268Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:06:08.2496912Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:06:08.2937431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:06:08.2994681Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:06:08.3408602Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:06:08.3467924Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:06:08.3914021Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T16:06:08.3998671Z ::endgroup::
2026-09-01T16:06:08.3999077Z ::group::Fetching the repository
2026-09-01T16:06:08.4016817Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +84ddb30d145311a96f500560acdcf6b3b7d6a910:refs/remotes/origin/main
2026-09-01T16:06:08.6252134Z From https://gitea.g-hi.com/luoanwu/app-registry
2026-09-01T16:06:08.6252977Z * [new ref] 84ddb30d145311a96f500560acdcf6b3b7d6a910 -> origin/main
2026-09-01T16:06:08.6289447Z ::endgroup::
2026-09-01T16:06:08.6289965Z ::group::Determining the checkout info
2026-09-01T16:06:08.6293545Z ::endgroup::
2026-09-01T16:06:08.6300073Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T16:06:08.6380132Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T16:06:08.6427854Z ::group::Checking out the ref
2026-09-01T16:06:08.6434022Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T16:06:08.6865447Z Switched to a new branch 'main'
2026-09-01T16:06:08.6866031Z branch 'main' set up to track 'origin/main'.
2026-09-01T16:06:08.6874926Z ::endgroup::
2026-09-01T16:06:08.6942122Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T16:06:08.6988486Z 84ddb30d145311a96f500560acdcf6b3b7d6a910
2026-09-01T16:06:08.7007237Z ::remove-matcher owner=checkout-git::
2026-09-01T16:06:08.9067345Z Preparing pnpm@9.15.9 for immediate activation...
2026-09-01T16:06:09.4997400Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-09-01T16:06:09.5004562Z (node:2014949) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-09-01T16:06:09.5004867Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-09-01T16:06:09.5009454Z ::group::Environment details
2026-09-01T16:06:09.6205737Z [warning]This project is configured to use pnpm because /root/.cache/act/5eb21208918fcc47/hostexecutor/package.json has a "packageManager" field
2026-09-01T16:06:09.6206374Z
2026-09-01T16:06:09.6666405Z node: v20.20.0
2026-09-01T16:06:09.6667106Z npm: 10.8.2
2026-09-01T16:06:09.6667242Z yarn:
2026-09-01T16:06:09.6667629Z ::endgroup::
2026-09-01T16:06:09.6693036Z [command]/root/.cache/act/tool_cache/node/20.20.0/x64/bin/pnpm store path --silent
2026-09-01T16:06:10.2388471Z /root/.local/share/pnpm/store/v3
2026-09-01T16:06:10.2902158Z pnpm cache is not found
2026-09-01T16:06:10.2903741Z ##[add-matcher]/root/.cache/act/5eb21208918fcc47/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/tsc.json
2026-09-01T16:06:10.2904223Z ##[add-matcher]/root/.cache/act/5eb21208918fcc47/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-stylish.json
2026-09-01T16:06:10.2904845Z ##[add-matcher]/root/.cache/act/5eb21208918fcc47/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-compact.json
2026-09-01T16:06:10.9558870Z Scope: all 6 workspace projects
2026-09-01T16:06:11.0577327Z Lockfile is up to date, resolution step is skipped
2026-09-01T16:06:11.2077764Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:06:11.4139468Z Packages: [32m+873[39m
2026-09-01T16:06:11.4139981Z
2026-09-01T16:06:12.2195238Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m188[39m
2026-09-01T16:06:13.0043228Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m873[39m, done
2026-09-01T16:06:14.1770638Z
2026-09-01T16:06:14.1771239Z [96mdevDependencies:[39m
2026-09-01T16:06:14.1771414Z [32m+[39m turbo [90m2.9.16[39m
2026-09-01T16:06:14.1771610Z [32m+[39m typescript [90m5.9.3[39m
2026-09-01T16:06:14.1771739Z
2026-09-01T16:06:14.3065314Z Done in 3.8s using pnpm v9.15.9
2026-09-01T16:06:14.9128527Z
2026-09-01T16:06:14.9129404Z > app-registry@0.1.0 prisma:generate /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:14.9129856Z > turbo run prisma:generate
2026-09-01T16:06:14.9130053Z
2026-09-01T16:06:15.0804410Z
2026-09-01T16:06:15.0805057Z • Packages in scope: @repo/config, @repo/contracts, api-fastify, api-nestjs, web
2026-09-01T16:06:15.0805364Z • Running prisma:generate in 5 packages
2026-09-01T16:06:15.0805537Z • Remote caching disabled
2026-09-01T16:06:15.0805686Z
2026-09-01T16:06:17.9298679Z ::group::api-fastify:prisma:generate
2026-09-01T16:06:17.9298973Z cache bypass, force executing [2me4cc8a96399a0a20[0m
2026-09-01T16:06:17.9299326Z
2026-09-01T16:06:17.9299479Z > api-fastify@1.0.0 prisma:generate /root/.cache/act/5eb21208918fcc47/hostexecutor/apps/api-fastify
2026-09-01T16:06:17.9299683Z > prisma generate
2026-09-01T16:06:17.9300150Z
2026-09-01T16:06:17.9300275Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:06:17.9300468Z
2026-09-01T16:06:17.9300607Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 328ms
2026-09-01T16:06:17.9300835Z
2026-09-01T16:06:17.9300938Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:06:17.9301201Z
2026-09-01T16:06:17.9301316Z Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
2026-09-01T16:06:17.9301442Z
2026-09-01T16:06:17.9301760Z ::endgroup::
2026-09-01T16:06:17.9627280Z ::group::api-nestjs:prisma:generate
2026-09-01T16:06:17.9627547Z cache bypass, force executing [2m74ca8749fe4ac66e[0m
2026-09-01T16:06:17.9627880Z
2026-09-01T16:06:17.9628013Z > api-nestjs@0.1.0 prisma:generate /root/.cache/act/5eb21208918fcc47/hostexecutor/apps/api-nestjs
2026-09-01T16:06:17.9628268Z > prisma generate
2026-09-01T16:06:17.9628405Z
2026-09-01T16:06:17.9628547Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:06:17.9628664Z
2026-09-01T16:06:17.9628783Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 353ms
2026-09-01T16:06:17.9628974Z
2026-09-01T16:06:17.9629086Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:06:17.9629217Z
2026-09-01T16:06:17.9629318Z Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
2026-09-01T16:06:17.9629482Z
2026-09-01T16:06:17.9629744Z ::endgroup::
2026-09-01T16:06:17.9632004Z
2026-09-01T16:06:17.9632224Z [1m Tasks: [32m[1m2 successful[0m, 2 total[0m
2026-09-01T16:06:17.9632362Z [1mCached: [1m0 cached[0m, 2 total[0m
2026-09-01T16:06:17.9632569Z [1m Time: [1m2.973s[0m [0m
2026-09-01T16:06:17.9632685Z
2026-09-01T16:06:17.9983973Z ...Finishing writing to cache...
[2K> ...Finishing writing to cache...
[2K
2026-09-01T16:06:18.6104300Z
2026-09-01T16:06:18.6105368Z > app-registry@0.1.0 check /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:18.6105571Z > pnpm check:naming && pnpm check:schema && pnpm check:validation && pnpm check:contract-consumers && pnpm check:conformance-matrix && pnpm check:dual-backend && pnpm check:write-guard && pnpm check:fork-readiness && pnpm check:migrations && pnpm check:governance-docs && pnpm check:docs-truth && pnpm check:governance-rules && pnpm check:governance && pnpm lint && pnpm typecheck
2026-09-01T16:06:18.6105903Z
2026-09-01T16:06:19.2023490Z
2026-09-01T16:06:19.2024174Z > app-registry@0.1.0 check:naming /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:19.2024478Z > node scripts/check-naming.mjs
2026-09-01T16:06:19.2024766Z
2026-09-01T16:06:19.3498834Z ✓ 命名检查通过:未发现业务词典禁用词。
2026-09-01T16:06:19.9535278Z
2026-09-01T16:06:19.9535921Z > app-registry@0.1.0 check:schema /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:19.9536129Z > node scripts/check-schema-sync.mjs
2026-09-01T16:06:19.9536272Z
2026-09-01T16:06:20.0309600Z ✓ 状态枚举单源校验通过:1 个实体(Order)三处一致,状态机覆盖完整。
2026-09-01T16:06:20.6944459Z
2026-09-01T16:06:20.6944961Z > app-registry@0.1.0 check:validation /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:20.6945370Z > node scripts/check-validation-source.mjs
2026-09-01T16:06:20.6945499Z
2026-09-01T16:06:20.7800040Z ✓ 入参校验单源通过:NestJS/Fastify 运行时 body schema 均来自 @repo/contracts。
2026-09-01T16:06:21.3880482Z
2026-09-01T16:06:21.3881082Z > app-registry@0.1.0 check:contract-consumers /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:21.3881577Z > node scripts/check-contract-consumers.mjs
2026-09-01T16:06:21.3881725Z
2026-09-01T16:06:21.4772595Z ✓ 跨层契约消费通过:job 响应与订单金额口径均命中 contracts 真源。
2026-09-01T16:06:22.0723874Z
2026-09-01T16:06:22.0724386Z > app-registry@0.1.0 check:conformance-matrix /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:22.0724582Z > node scripts/check-conformance-matrix.mjs
2026-09-01T16:06:22.0724785Z
2026-09-01T16:06:22.1623826Z ✓ conformance 矩阵通过:8 cases × 2 backends。
2026-09-01T16:06:22.7889004Z
2026-09-01T16:06:22.7889651Z > app-registry@0.1.0 check:dual-backend /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:22.7889857Z > node scripts/check-dual-backend-parity.mjs
2026-09-01T16:06:22.7890055Z
2026-09-01T16:06:22.8709733Z ✓ 双后端维护红线通过:NestJS/Fastify 仍是同一 contracts 的完整独立消费者。
2026-09-01T16:06:23.4516068Z
2026-09-01T16:06:23.4517010Z > app-registry@0.1.0 check:write-guard /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:23.4517219Z > node scripts/check-statemachine-write-guard.mjs
2026-09-01T16:06:23.4517467Z
2026-09-01T16:06:23.5489519Z ✓ 写链守护通过:后端无裸 update/delete(租户绑定写链完好);1 个登记状态实体的迁移均用 updateMany + state 前置条件做乐观锁。
2026-09-01T16:06:24.2254656Z
2026-09-01T16:06:24.2255188Z > app-registry@0.1.0 check:fork-readiness /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:24.2255485Z > node scripts/check-fork-readiness.mjs
2026-09-01T16:06:24.2255700Z
2026-09-01T16:06:24.3399678Z ✗ [F5] reports/runtime-acceptance.latest.json: provenance.gitSha=4b7fa15f1cb4502edae19204a2fea5645dc09301 不存在于本仓 git 历史——该证据来自**另一个仓库**。移植时照搬 reports/*-acceptance.latest.json 会让新仓凭空拥有"测试跑过了"的假证据;正确做法是删除它们,在本仓真实跑一次 check:runtime / check:ui。
2026-09-01T16:06:24.3405138Z
2026-09-01T16:06:24.3405645Z 可迁移性检查未通过:共 1 处违规。
2026-09-01T16:06:24.3405919Z 本门禁保证「移植 = 清空注册表 + 改名 + 重跑验收」,而不是逐脚本考古。详见 docs/migration-playbook.md。
2026-09-01T16:06:24.3494880Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:06:24.4029647Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:06:24.4769865Z ❌ Failure - Main Run static governance gate
2026-09-01T16:06:24.4790655Z exit status 1
2026-09-01T16:06:24.9773724Z With the provided path, there will be 17 files uploaded
2026-09-01T16:06:24.9779369Z ::warning::Artifact upload failed with error: GHESNotSupportedError: @actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES..%0A%0AErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.%0A%0AIf the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).
2026-09-01T16:06:24.9783051Z ::error::@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES.
2026-09-01T16:06:24.9874986Z ❌ Failure - Main Upload immutable static governance evidence
2026-09-01T16:06:24.9878801Z exit status 1
2026-09-01T16:06:24.9880231Z evaluating expression 'success()'
2026-09-01T16:06:24.9880617Z expression 'success()' evaluated to 'false'
2026-09-01T16:06:24.9880782Z Skipping step 'Setup Node.js' due to 'success()'
2026-09-01T16:06:24.9881655Z evaluating expression 'always()'
2026-09-01T16:06:24.9882045Z expression 'always()' evaluated to 'true'
2026-09-01T16:06:24.9882161Z ⭐ Run Post Checkout
2026-09-01T16:06:24.9884053Z run post step for 'Checkout'
2026-09-01T16:06:24.9884675Z executing remote job container: [node /root/.cache/act/5eb21208918fcc47/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:06:25.1517267Z [command]/usr/bin/git version
2026-09-01T16:06:25.1588414Z git version 2.43.0
2026-09-01T16:06:25.1644613Z ***
2026-09-01T16:06:25.1661526Z Copying '/root/.gitconfig' to '/root/.cache/act/5eb21208918fcc47/tmp/1373b29b-21be-4693-8246-140a6986c2d6/.gitconfig'
2026-09-01T16:06:25.1678698Z Temporarily overriding HOME='/root/.cache/act/5eb21208918fcc47/tmp/1373b29b-21be-4693-8246-140a6986c2d6' before making global git config changes
2026-09-01T16:06:25.1679300Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:06:25.1687350Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/5eb21208918fcc47/hostexecutor
2026-09-01T16:06:25.1755846Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:06:25.1823806Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:06:25.2270633Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:06:25.2314152Z http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:06:25.2337951Z [command]/usr/bin/git config --local --unset-all http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:06:25.2399119Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:06:25.2882868Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:06:25.2951058Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:06:25.3531662Z ✅ Success - Post Checkout
2026-09-01T16:06:25.3535562Z Cleaning up container for job Static governance
2026-09-01T16:06:28.6198039Z 🏁 Job failed
2026-09-01T16:06:28.6199274Z Job 'Static governance' failed
...
|
Edit
Delete
|
|
29479
|
10
|
27364
|
0
|
0
|
2026-09-01T16:07:20.4519758Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:07:20.4519758Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27378 of job static-governance, be triggered by event: push
2026-09-01T16:07:20.4526145Z workflow prepared
2026-09-01T16:07:20.4527077Z evaluating expression 'success()'
2026-09-01T16:07:20.4529074Z expression 'success()' evaluated to 'true'
2026-09-01T16:07:20.4534142Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:07:20.4534665Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:07:50.4546220Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": dial tcp 20.205.243.166:443: i/o timeout
2026-09-01T16:07:50.4547463Z skipping post step for 'Upload immutable static governance evidence'; step was not executed
2026-09-01T16:07:50.4547875Z skipping post step for 'Setup Node.js'; step was not executed
2026-09-01T16:07:50.4548115Z skipping post step for 'Checkout'; step was not executed
2026-09-01T16:07:50.4548283Z Cleaning up container for job Static governance
2026-09-01T16:07:50.4562698Z 🏁 Job failed
2026-09-01T16:07:50.4563592Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": dial tcp 20.205.243.166:443: i/o timeout
...
|
Edit
Delete
|
|
29480
|
10
|
27365
|
0
|
0
|
2026-09-01T16:08:42.4193329Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:08:42.4193329Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27379 of job static-governance, be triggered by event: push
2026-09-01T16:08:42.4203894Z workflow prepared
2026-09-01T16:08:42.4205816Z evaluating expression 'success()'
2026-09-01T16:08:42.4208937Z expression 'success()' evaluated to 'true'
2026-09-01T16:08:42.4214504Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:08:42.4215129Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:10:12.6557036Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
2026-09-01T16:10:12.6601505Z skipping post step for 'Upload immutable static governance evidence'; step was not executed
2026-09-01T16:10:12.6602404Z skipping post step for 'Setup Node.js'; step was not executed
2026-09-01T16:10:12.6602949Z skipping post step for 'Checkout'; step was not executed
2026-09-01T16:10:12.6603223Z Cleaning up container for job Static governance
2026-09-01T16:10:12.6618222Z 🏁 Job failed
2026-09-01T16:10:12.6619385Z Get "https://github.com/actions/checkout/info/refs?service=git-upload-pack": unexpected EOF
...
|
Edit
Delete
|
|
29481
|
27
|
27366
|
0
|
0
|
2026-09-01T16:11:04.6837292Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:11:04.6837292Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27380 of job static-governance, be triggered by event: push
2026-09-01T16:11:04.6842987Z workflow prepared
2026-09-01T16:11:04.6843934Z evaluating expression 'success()'
2026-09-01T16:11:04.6844703Z expression 'success()' evaluated to 'true'
2026-09-01T16:11:04.6848881Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:11:04.6849319Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:11:07.4175524Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:11:07.4180764Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T16:11:07.4180950Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T16:11:09.1336058Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:11:09.1348178Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T16:11:09.1351613Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T16:11:10.0221613Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:11:10.0226724Z evaluating expression ''
2026-09-01T16:11:10.0227227Z expression '' evaluated to 'true'
2026-09-01T16:11:10.0227425Z ⭐ Run Main Checkout
2026-09-01T16:11:10.0231042Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T16:11:10.0231293Z evaluating expression 'format('{0}', github.token)'
2026-09-01T16:11:10.0231672Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T16:11:10.0232253Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T16:11:10.0232389Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T16:11:10.0232642Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/delivery-platform)'
2026-09-01T16:11:10.0232936Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/delivery-platform actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:11:10.0233141Z /root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:11:10.0233358Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T16:11:10.2697609Z executing remote job container: [node /root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:11:10.4117324Z ::add-matcher::/root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:11:10.4117799Z ::add-matcher::/root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:11:10.4122905Z Syncing repository: luoanwu/delivery-platform
2026-09-01T16:11:10.4127040Z ::group::Getting Git version info
2026-09-01T16:11:10.4127380Z Working directory is '/root/.cache/act/a9cec875284df57a/hostexecutor'
2026-09-01T16:11:10.4174278Z [command]/usr/bin/git version
2026-09-01T16:11:10.4244734Z git version 2.43.0
2026-09-01T16:11:10.4279283Z ::endgroup::
2026-09-01T16:11:10.4292413Z Copying '/root/.gitconfig' to '/root/.cache/act/a9cec875284df57a/tmp/cce9a362-e8f9-4c1a-8ac4-f06324ce1003/.gitconfig'
2026-09-01T16:11:10.4746738Z Temporarily overriding HOME='/root/.cache/act/a9cec875284df57a/tmp/cce9a362-e8f9-4c1a-8ac4-f06324ce1003' before making global git config changes
2026-09-01T16:11:10.4747585Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:11:10.4758607Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:10.5224233Z Deleting the contents of '/root/.cache/act/a9cec875284df57a/hostexecutor'
2026-09-01T16:11:10.5230684Z ::group::Initializing the repository
2026-09-01T16:11:10.5238498Z [command]/usr/bin/git init /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:10.5300542Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T16:11:10.5300889Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T16:11:10.5301047Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T16:11:10.5301273Z hint:
2026-09-01T16:11:10.5301479Z hint: git config --global init.defaultBranch <name>
2026-09-01T16:11:10.5301608Z hint:
2026-09-01T16:11:10.5301713Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T16:11:10.5301952Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T16:11:10.5302083Z hint:
2026-09-01T16:11:10.5302208Z hint: git branch -m <name>
2026-09-01T16:11:10.6145360Z Initialized empty Git repository in /root/.cache/act/a9cec875284df57a/hostexecutor/.git/
2026-09-01T16:11:10.6161532Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/delivery-platform
2026-09-01T16:11:10.6939859Z ::endgroup::
2026-09-01T16:11:10.6940196Z ::group::Disabling automatic garbage collection
2026-09-01T16:11:10.6946303Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T16:11:10.7010122Z ::endgroup::
2026-09-01T16:11:10.7010461Z ::group::Setting up auth
2026-09-01T16:11:10.7021273Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:11:10.7077496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:11:10.7489813Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:11:10.7538418Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:11:10.7937911Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:11:10.7996020Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:11:10.8424200Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T16:11:10.8499671Z ::endgroup::
2026-09-01T16:11:10.8500082Z ::group::Fetching the repository
2026-09-01T16:11:10.8508098Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3652661600d592fcb613bfa9c99558f81faec118:refs/remotes/origin/main
2026-09-01T16:11:11.0312466Z From https://gitea.g-hi.com/luoanwu/delivery-platform
2026-09-01T16:11:11.0313082Z * [new ref] 3652661600d592fcb613bfa9c99558f81faec118 -> origin/main
2026-09-01T16:11:11.0357069Z ::endgroup::
2026-09-01T16:11:11.0357357Z ::group::Determining the checkout info
2026-09-01T16:11:11.0359143Z ::endgroup::
2026-09-01T16:11:11.0366627Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T16:11:11.0442724Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T16:11:11.0493222Z ::group::Checking out the ref
2026-09-01T16:11:11.0498207Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T16:11:11.0988736Z Switched to a new branch 'main'
2026-09-01T16:11:11.0989638Z branch 'main' set up to track 'origin/main'.
2026-09-01T16:11:11.0999779Z ::endgroup::
2026-09-01T16:11:11.1060874Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T16:11:11.1103929Z 3652661600d592fcb613bfa9c99558f81faec118
2026-09-01T16:11:11.1126711Z ::remove-matcher owner=checkout-git::
2026-09-01T16:11:11.3472917Z Preparing pnpm@9.15.9 for immediate activation...
2026-09-01T16:11:11.9294455Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-09-01T16:11:11.9299710Z (node:2047443) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-09-01T16:11:11.9299920Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-09-01T16:11:11.9305257Z ::group::Environment details
2026-09-01T16:11:12.0698436Z [warning]This project is configured to use pnpm because /root/.cache/act/a9cec875284df57a/hostexecutor/package.json has a "packageManager" field
2026-09-01T16:11:12.0700751Z
2026-09-01T16:11:12.1217413Z node: v20.20.0
2026-09-01T16:11:12.1218060Z npm: 10.8.2
2026-09-01T16:11:12.1218197Z yarn:
2026-09-01T16:11:12.1218558Z ::endgroup::
2026-09-01T16:11:12.1242238Z [command]/root/.cache/act/tool_cache/node/20.20.0/x64/bin/pnpm store path --silent
2026-09-01T16:11:12.7306441Z /root/.local/share/pnpm/store/v3
2026-09-01T16:11:12.7824518Z pnpm cache is not found
2026-09-01T16:11:12.7825316Z ##[add-matcher]/root/.cache/act/a9cec875284df57a/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/tsc.json
2026-09-01T16:11:12.7826336Z ##[add-matcher]/root/.cache/act/a9cec875284df57a/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-stylish.json
2026-09-01T16:11:12.7826971Z ##[add-matcher]/root/.cache/act/a9cec875284df57a/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-compact.json
2026-09-01T16:11:13.4344571Z Scope: all 7 workspace projects
2026-09-01T16:11:13.5423601Z Lockfile is up to date, resolution step is skipped
2026-09-01T16:11:13.7199423Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:11:13.9624508Z Packages: [32m+873[39m
2026-09-01T16:11:13.9625032Z
2026-09-01T16:11:14.7317870Z Progress: resolved [96m873[39m, reused [96m666[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:11:15.7318917Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m872[39m
2026-09-01T16:11:15.8336979Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m873[39m, done
2026-09-01T16:11:17.0727246Z
2026-09-01T16:11:17.0728287Z [96mdevDependencies:[39m
2026-09-01T16:11:17.0728788Z [32m+[39m turbo [90m2.9.16[39m
2026-09-01T16:11:17.0728966Z [32m+[39m typescript [90m5.9.3[39m
2026-09-01T16:11:17.0729113Z
2026-09-01T16:11:17.2268896Z Done in 4.3s using pnpm v9.15.9
2026-09-01T16:11:17.8469348Z
2026-09-01T16:11:17.8470262Z > delivery-platform@0.1.0 prisma:generate /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:17.8470580Z > turbo run prisma:generate
2026-09-01T16:11:17.8470750Z
2026-09-01T16:11:18.0294200Z
2026-09-01T16:11:18.0294722Z • Packages in scope: @repo/config, @repo/contracts, @repo/delivery-control, api-fastify, api-nestjs, web
2026-09-01T16:11:18.0295297Z • Running prisma:generate in 6 packages
2026-09-01T16:11:18.0295498Z • Remote caching disabled
2026-09-01T16:11:18.0295620Z
2026-09-01T16:11:20.8027827Z ::group::api-nestjs:prisma:generate
2026-09-01T16:11:20.8028141Z cache bypass, force executing [2m7cb8bfb2cfa0d6eb[0m
2026-09-01T16:11:20.8028363Z
2026-09-01T16:11:20.8028676Z > api-nestjs@0.1.0 prisma:generate /root/.cache/act/a9cec875284df57a/hostexecutor/apps/api-nestjs
2026-09-01T16:11:20.8028844Z > prisma generate
2026-09-01T16:11:20.8028959Z
2026-09-01T16:11:20.8029064Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:11:20.8029254Z
2026-09-01T16:11:20.8029434Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 197ms
2026-09-01T16:11:20.8029661Z
2026-09-01T16:11:20.8029801Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:11:20.8029925Z
2026-09-01T16:11:20.8030049Z Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
2026-09-01T16:11:20.8030163Z
2026-09-01T16:11:20.8030393Z ::endgroup::
2026-09-01T16:11:20.8697735Z ::group::api-fastify:prisma:generate
2026-09-01T16:11:20.8698050Z cache bypass, force executing [2md4444cb87930cdf0[0m
2026-09-01T16:11:20.8698262Z
2026-09-01T16:11:20.8698402Z > api-fastify@1.0.0 prisma:generate /root/.cache/act/a9cec875284df57a/hostexecutor/apps/api-fastify
2026-09-01T16:11:20.8698829Z > prisma generate
2026-09-01T16:11:20.8698963Z
2026-09-01T16:11:20.8699218Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:11:20.8699356Z
2026-09-01T16:11:20.8699517Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 288ms
2026-09-01T16:11:20.8699708Z
2026-09-01T16:11:20.8699828Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:11:20.8699965Z
2026-09-01T16:11:20.8700133Z Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
2026-09-01T16:11:20.8700288Z
2026-09-01T16:11:20.8700587Z ::endgroup::
2026-09-01T16:11:20.8703522Z
2026-09-01T16:11:20.8703693Z [1m Tasks: [32m[1m2 successful[0m, 2 total[0m
2026-09-01T16:11:20.8703952Z [1mCached: [1m0 cached[0m, 2 total[0m
2026-09-01T16:11:20.8704098Z [1m Time: [1m2.948s[0m [0m
2026-09-01T16:11:20.8704234Z
2026-09-01T16:11:20.9027585Z ...Finishing writing to cache...
[2K> ...Finishing writing to cache...
[2K
2026-09-01T16:11:21.5228322Z
2026-09-01T16:11:21.5229617Z > delivery-platform@0.1.0 check /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:21.5229977Z > pnpm test:delivery-control && pnpm check:naming && pnpm check:schema && pnpm check:validation && pnpm check:contract-consumers && pnpm check:conformance-matrix && pnpm check:dual-backend && pnpm check:write-guard && pnpm check:fork-readiness && pnpm check:migrations && pnpm check:governance-docs && pnpm check:docs-truth && pnpm check:governance-rules && pnpm check:governance && pnpm lint && pnpm typecheck
2026-09-01T16:11:21.5230498Z
2026-09-01T16:11:22.1097409Z
2026-09-01T16:11:22.1098078Z > delivery-platform@0.1.0 test:delivery-control /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:22.1098424Z > node --test packages/delivery-control/test/*.test.mjs
2026-09-01T16:11:22.1098692Z
2026-09-01T16:11:22.2651983Z ▶ LocalArtifactAdvancementPlanner
2026-09-01T16:11:22.2652821Z [32m✔ creates a deterministic review plan without deploying, mutating an environment or rebuilding [90m(5.579398ms)[39m[39m
2026-09-01T16:11:22.2660610Z [32m✔ blocks review while deployment, registry/KMS or preview decisions remain unresolved [90m(0.657641ms)[39m[39m
2026-09-01T16:11:22.2660951Z [32m✔ rejects dirty, rebuilt, mutable or source-mismatched artifacts [90m(0.642695ms)[39m[39m
2026-09-01T16:11:22.2661207Z [32m✔ requires every configured evidence kind to pass against the same source and artifact [90m(0.72688ms)[39m[39m
2026-09-01T16:11:22.2670779Z [32m✔ rejects duplicate evidence identities and invalid report digests [90m(0.845986ms)[39m[39m
2026-09-01T16:11:22.2676142Z [32m✔ prevents environment skipping, repository drift, snapshot drift and unknown requesters [90m(0.580034ms)[39m[39m
2026-09-01T16:11:22.2683364Z [32m✔ requires migration compatibility, an immutable plan and rollback evidence [90m(2.293182ms)[39m[39m
2026-09-01T16:11:22.2692283Z [32m✔ accepts a reviewable expand-migrate-contract plan but never runs it [90m(0.675573ms)[39m[39m
2026-09-01T16:11:22.2700108Z [32m✔ requires a tested rollback artifact before a production review [90m(0.737996ms)[39m[39m
2026-09-01T16:11:22.2703824Z [32m✔ requires service identity and AI delegation attribution [90m(0.909938ms)[39m[39m
2026-09-01T16:11:22.2709422Z [32m✔ forbids deployment commands, registry endpoints, secrets and manifest/SBOM content [90m(1.53837ms)[39m[39m
2026-09-01T16:11:22.2712578Z [32m✔ validates decisions, applications, evidence kinds and wildcard-free local metadata [90m(0.571906ms)[39m[39m
2026-09-01T16:11:22.2720547Z [32m✔ uses healthy deny-all when absent and unhealthy deny-all when malformed [90m(0.532255ms)[39m[39m
2026-09-01T16:11:22.2727271Z [32m✔ keeps last-known-good on malformed or non-forward refresh [90m(0.610927ms)[39m[39m
2026-09-01T16:11:22.2730373Z [32m✔ LocalArtifactAdvancementPlanner [90m(19.99303ms)[39m[39m
2026-09-01T16:11:22.2936700Z [32m✔ derives an isolated CI database name from the platform package identity [90m(2.557253ms)[39m[39m
2026-09-01T16:11:22.2937332Z [32m✔ audits a complete platform set and exposes the five evidence gates [90m(50.195994ms)[39m[39m
2026-09-01T16:11:22.2938455Z [32m✔ fails closed when a workflow loses runtime evidence or reuses the wrong database [90m(2.270872ms)[39m[39m
2026-09-01T16:11:22.2950854Z [32m✔ accepts one immutable artifact with evidence bound to the same source commit [90m(1.031749ms)[39m[39m
2026-09-01T16:11:22.2953676Z [32m✔ rejects rebuilt, dirty, stale-evidence or migration-blocked deployment eligibility input [90m(0.690044ms)[39m[39m
2026-09-01T16:11:22.3076014Z [34mℹ tests 19[39m
2026-09-01T16:11:22.3076456Z [34mℹ suites 1[39m
2026-09-01T16:11:22.3076592Z [34mℹ pass 19[39m
2026-09-01T16:11:22.3076747Z [34mℹ fail 0[39m
2026-09-01T16:11:22.3076921Z [34mℹ cancelled 0[39m
2026-09-01T16:11:22.3077210Z [34mℹ skipped 0[39m
2026-09-01T16:11:22.3077338Z [34mℹ todo 0[39m
2026-09-01T16:11:22.3077459Z [34mℹ duration_ms 152.494082[39m
2026-09-01T16:11:22.9842895Z
2026-09-01T16:11:22.9843628Z > delivery-platform@0.1.0 check:naming /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:22.9843824Z > node scripts/check-naming.mjs
2026-09-01T16:11:22.9844020Z
2026-09-01T16:11:23.1202563Z ✓ 命名检查通过:未发现业务词典禁用词。
2026-09-01T16:11:23.7298373Z
2026-09-01T16:11:23.7298991Z > delivery-platform@0.1.0 check:schema /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:23.7299193Z > node scripts/check-schema-sync.mjs
2026-09-01T16:11:23.7299316Z
2026-09-01T16:11:23.8054469Z ✓ 状态枚举单源校验通过:1 个实体(Order)三处一致,状态机覆盖完整。
2026-09-01T16:11:24.4403590Z
2026-09-01T16:11:24.4404164Z > delivery-platform@0.1.0 check:validation /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:24.4404391Z > node scripts/check-validation-source.mjs
2026-09-01T16:11:24.4404524Z
2026-09-01T16:11:24.5324785Z ✓ 入参校验单源通过:NestJS/Fastify 运行时 body schema 均来自 @repo/contracts。
2026-09-01T16:11:25.1204779Z
2026-09-01T16:11:25.1205342Z > delivery-platform@0.1.0 check:contract-consumers /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:25.1205568Z > node scripts/check-contract-consumers.mjs
2026-09-01T16:11:25.1205697Z
2026-09-01T16:11:25.2059969Z ✓ 跨层契约消费通过:job 响应与订单金额口径均命中 contracts 真源。
2026-09-01T16:11:25.8942171Z
2026-09-01T16:11:25.8955303Z > delivery-platform@0.1.0 check:conformance-matrix /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:25.8955664Z > node scripts/check-conformance-matrix.mjs
2026-09-01T16:11:25.8955824Z
2026-09-01T16:11:25.9770447Z ✓ conformance 矩阵通过:8 cases × 2 backends。
2026-09-01T16:11:26.6573784Z
2026-09-01T16:11:26.6574662Z > delivery-platform@0.1.0 check:dual-backend /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:26.6574874Z > node scripts/check-dual-backend-parity.mjs
2026-09-01T16:11:26.6575004Z
2026-09-01T16:11:26.7458478Z ✓ 双后端维护红线通过:NestJS/Fastify 仍是同一 contracts 的完整独立消费者。
2026-09-01T16:11:27.3826953Z
2026-09-01T16:11:27.3827548Z > delivery-platform@0.1.0 check:write-guard /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:27.3827833Z > node scripts/check-statemachine-write-guard.mjs
2026-09-01T16:11:27.3827966Z
2026-09-01T16:11:27.4788738Z ✓ 写链守护通过:后端无裸 update/delete(租户绑定写链完好);1 个登记状态实体的迁移均用 updateMany + state 前置条件做乐观锁。
2026-09-01T16:11:28.0926630Z
2026-09-01T16:11:28.0927228Z > delivery-platform@0.1.0 check:fork-readiness /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:28.0927446Z > node scripts/check-fork-readiness.mjs
2026-09-01T16:11:28.0927580Z
2026-09-01T16:11:28.2031680Z ✗ [F5] reports/runtime-acceptance.latest.json: provenance.gitSha=d61db0e94f32ca06bd104ef261cb25b270fa958a 不存在于本仓 git 历史——该证据来自**另一个仓库**。移植时照搬 reports/*-acceptance.latest.json 会让新仓凭空拥有"测试跑过了"的假证据;正确做法是删除它们,在本仓真实跑一次 check:runtime / check:ui。
2026-09-01T16:11:28.2037234Z
2026-09-01T16:11:28.2037409Z 可迁移性检查未通过:共 1 处违规。
2026-09-01T16:11:28.2037573Z 本门禁保证「移植 = 清空注册表 + 改名 + 重跑验收」,而不是逐脚本考古。详见 docs/migration-playbook.md。
2026-09-01T16:11:28.2122781Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:11:28.2545117Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:11:28.2912810Z ❌ Failure - Main Run static governance gate
2026-09-01T16:11:28.2916738Z exit status 1
2026-09-01T16:11:28.8240305Z With the provided path, there will be 17 files uploaded
2026-09-01T16:11:28.8241922Z ::warning::Artifact upload failed with error: GHESNotSupportedError: @actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES..%0A%0AErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.%0A%0AIf the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).
2026-09-01T16:11:28.8247708Z ::error::@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES.
2026-09-01T16:11:28.8345953Z ❌ Failure - Main Upload immutable static governance evidence
2026-09-01T16:11:28.8349582Z exit status 1
2026-09-01T16:11:28.8351222Z evaluating expression 'success()'
2026-09-01T16:11:28.8351601Z expression 'success()' evaluated to 'false'
2026-09-01T16:11:28.8351755Z Skipping step 'Setup Node.js' due to 'success()'
2026-09-01T16:11:28.8352703Z evaluating expression 'always()'
2026-09-01T16:11:28.8352896Z expression 'always()' evaluated to 'true'
2026-09-01T16:11:28.8353006Z ⭐ Run Post Checkout
2026-09-01T16:11:28.8354850Z run post step for 'Checkout'
2026-09-01T16:11:28.8355456Z executing remote job container: [node /root/.cache/act/a9cec875284df57a/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:11:29.0046377Z [command]/usr/bin/git version
2026-09-01T16:11:29.0130783Z git version 2.43.0
2026-09-01T16:11:29.0181007Z ***
2026-09-01T16:11:29.0195877Z Copying '/root/.gitconfig' to '/root/.cache/act/a9cec875284df57a/tmp/b12b0903-b4d0-4273-8f4b-d10e94b8426f/.gitconfig'
2026-09-01T16:11:29.0217852Z Temporarily overriding HOME='/root/.cache/act/a9cec875284df57a/tmp/b12b0903-b4d0-4273-8f4b-d10e94b8426f' before making global git config changes
2026-09-01T16:11:29.0224593Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:11:29.0226202Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/a9cec875284df57a/hostexecutor
2026-09-01T16:11:29.0305547Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:11:29.0400458Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:11:29.0887394Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:11:29.0932656Z http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:11:29.0950599Z [command]/usr/bin/git config --local --unset-all http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:11:29.1011317Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:11:29.1625903Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:11:29.1697285Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:11:29.2293769Z ✅ Success - Post Checkout
2026-09-01T16:11:29.2297130Z Cleaning up container for job Static governance
2026-09-01T16:11:31.9831701Z 🏁 Job failed
2026-09-01T16:11:31.9833049Z Job 'Static governance' failed
...
|
Edit
Delete
|
|
29482
|
28
|
27367
|
0
|
0
|
2026-09-01T16:12:23.6680697Z iZ2zed3pt2nygf9dy1a9d 2026-09-01T16:12:23.6680697Z iZ2zed3pt2nygf9dy1a9d2Z(version:v0.2.13) received task 27381 of job static-governance, be triggered by event: push
2026-09-01T16:12:23.6686270Z workflow prepared
2026-09-01T16:12:23.6687071Z evaluating expression 'success()'
2026-09-01T16:12:23.6687893Z expression 'success()' evaluated to 'true'
2026-09-01T16:12:23.6692549Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
2026-09-01T16:12:23.6693002Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:12:26.2088069Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:12:26.2093669Z ☁ git clone 'https://github.com/actions/setup-node' # ref=v4
2026-09-01T16:12:26.2093884Z cloning https://github.com/actions/setup-node to /root/.cache/act/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc
2026-09-01T16:12:27.9393242Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:12:27.9397864Z ☁ git clone 'https://github.com/actions/upload-artifact' # ref=v4
2026-09-01T16:12:27.9398080Z cloning https://github.com/actions/upload-artifact to /root/.cache/act/9c943d99c36d602f7bcb8e14e590de380912714a613a71acc8a79818a96a9ed5
2026-09-01T16:12:28.8497904Z Non-terminating error while running 'git clone': some refs were not updated
2026-09-01T16:12:28.8504237Z evaluating expression ''
2026-09-01T16:12:28.8505234Z expression '' evaluated to 'true'
2026-09-01T16:12:28.8505478Z ⭐ Run Main Checkout
2026-09-01T16:12:28.8510735Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)'
2026-09-01T16:12:28.8510992Z evaluating expression 'format('{0}', github.repository)'
2026-09-01T16:12:28.8511636Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=luoanwu/permission-platform)'
2026-09-01T16:12:28.8512157Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)'
2026-09-01T16:12:28.8512362Z evaluating expression 'format('{0}', github.token)'
2026-09-01T16:12:28.8513140Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)'
2026-09-01T16:12:28.8513461Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/luoanwu/permission-platform actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:12:28.8513907Z /root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
2026-09-01T16:12:28.8514233Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/
2026-09-01T16:12:29.0922153Z executing remote job container: [node /root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:12:29.2434404Z ::add-matcher::/root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:12:29.2434809Z ::add-matcher::/root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
2026-09-01T16:12:29.2442679Z Syncing repository: luoanwu/permission-platform
2026-09-01T16:12:29.2448378Z ::group::Getting Git version info
2026-09-01T16:12:29.2448725Z Working directory is '/root/.cache/act/d7969daca4ded00c/hostexecutor'
2026-09-01T16:12:29.2495963Z [command]/usr/bin/git version
2026-09-01T16:12:29.2597311Z git version 2.43.0
2026-09-01T16:12:29.2637266Z ::endgroup::
2026-09-01T16:12:29.2653414Z Copying '/root/.gitconfig' to '/root/.cache/act/d7969daca4ded00c/tmp/074830bf-f9a0-4975-895d-94a0054fd505/.gitconfig'
2026-09-01T16:12:29.2666774Z Temporarily overriding HOME='/root/.cache/act/d7969daca4ded00c/tmp/074830bf-f9a0-4975-895d-94a0054fd505' before making global git config changes
2026-09-01T16:12:29.2667206Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:12:29.2672789Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:29.2867241Z Deleting the contents of '/root/.cache/act/d7969daca4ded00c/hostexecutor'
2026-09-01T16:12:29.2875284Z ::group::Initializing the repository
2026-09-01T16:12:29.2882425Z [command]/usr/bin/git init /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:29.2944485Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-01T16:12:29.2944942Z hint: is subject to change. To configure the initial branch name to use in all
2026-09-01T16:12:29.2945109Z hint: of your new repositories, which will suppress this warning, call:
2026-09-01T16:12:29.2945244Z hint:
2026-09-01T16:12:29.2945596Z hint: git config --global init.defaultBranch <name>
2026-09-01T16:12:29.2945722Z hint:
2026-09-01T16:12:29.2945851Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-01T16:12:29.2945981Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-01T16:12:29.2946112Z hint:
2026-09-01T16:12:29.2946220Z hint: git branch -m <name>
2026-09-01T16:12:29.2967707Z Initialized empty Git repository in /root/.cache/act/d7969daca4ded00c/hostexecutor/.git/
2026-09-01T16:12:29.2982559Z [command]/usr/bin/git remote add origin https://gitea.g-hi.com/luoanwu/permission-platform
2026-09-01T16:12:29.3054334Z ::endgroup::
2026-09-01T16:12:29.3054645Z ::group::Disabling automatic garbage collection
2026-09-01T16:12:29.3064236Z [command]/usr/bin/git config --local gc.auto 0
2026-09-01T16:12:29.3131221Z ::endgroup::
2026-09-01T16:12:29.3131501Z ::group::Setting up auth
2026-09-01T16:12:29.3141739Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:12:29.3200083Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:12:29.3625879Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:12:29.3684117Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:12:29.4126610Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:12:29.4186831Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:12:29.4675246Z [command]/usr/bin/git config --local http.https://gitea.g-hi.com/.extraheader AUTHORIZATION: basic ***
2026-09-01T16:12:29.4753873Z ::endgroup::
2026-09-01T16:12:29.4754358Z ::group::Fetching the repository
2026-09-01T16:12:29.4767269Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d63bc91b99a4ea62c35d0cd2368045ce54e4385c:refs/remotes/origin/main
2026-09-01T16:12:29.6494432Z From https://gitea.g-hi.com/luoanwu/permission-platform
2026-09-01T16:12:29.6494925Z * [new ref] d63bc91b99a4ea62c35d0cd2368045ce54e4385c -> origin/main
2026-09-01T16:12:29.6532474Z ::endgroup::
2026-09-01T16:12:29.6532796Z ::group::Determining the checkout info
2026-09-01T16:12:29.6535669Z ::endgroup::
2026-09-01T16:12:29.6543697Z [command]/usr/bin/git sparse-checkout disable
2026-09-01T16:12:29.6623494Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-01T16:12:29.6679040Z ::group::Checking out the ref
2026-09-01T16:12:29.6686366Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-01T16:12:29.7103792Z Switched to a new branch 'main'
2026-09-01T16:12:29.7104395Z branch 'main' set up to track 'origin/main'.
2026-09-01T16:12:29.7114153Z ::endgroup::
2026-09-01T16:12:29.7179736Z [command]/usr/bin/git log -1 --format=%H
2026-09-01T16:12:29.7224956Z d63bc91b99a4ea62c35d0cd2368045ce54e4385c
2026-09-01T16:12:29.7243500Z ::remove-matcher owner=checkout-git::
2026-09-01T16:12:29.9670056Z Preparing pnpm@9.15.9 for immediate activation...
2026-09-01T16:12:30.5694251Z Found in cache @ /root/.cache/act/tool_cache/node/20.20.0/x64
2026-09-01T16:12:30.5703232Z (node:2058484) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-09-01T16:12:30.5703636Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-09-01T16:12:30.5710486Z ::group::Environment details
2026-09-01T16:12:30.6942800Z [warning]This project is configured to use pnpm because /root/.cache/act/d7969daca4ded00c/hostexecutor/package.json has a "packageManager" field
2026-09-01T16:12:30.6943361Z
2026-09-01T16:12:30.7406620Z node: v20.20.0
2026-09-01T16:12:30.7407287Z npm: 10.8.2
2026-09-01T16:12:30.7407587Z yarn:
2026-09-01T16:12:30.7407945Z ::endgroup::
2026-09-01T16:12:30.7442375Z [command]/root/.cache/act/tool_cache/node/20.20.0/x64/bin/pnpm store path --silent
2026-09-01T16:12:31.3788775Z /root/.local/share/pnpm/store/v3
2026-09-01T16:12:31.4424885Z pnpm cache is not found
2026-09-01T16:12:31.4425345Z ##[add-matcher]/root/.cache/act/d7969daca4ded00c/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/tsc.json
2026-09-01T16:12:31.4425750Z ##[add-matcher]/root/.cache/act/d7969daca4ded00c/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-stylish.json
2026-09-01T16:12:31.4426119Z ##[add-matcher]/root/.cache/act/d7969daca4ded00c/act/actions/e5877e7fc2f7e5000a2f22526584a2565cc2ae38cd26a9b1938dbca653b056cc/.github/eslint-compact.json
2026-09-01T16:12:32.1246959Z Scope: all 6 workspace projects
2026-09-01T16:12:32.2201525Z Lockfile is up to date, resolution step is skipped
2026-09-01T16:12:32.3868501Z Progress: resolved [96m1[39m, reused [96m0[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:12:32.6312995Z Packages: [32m+873[39m
2026-09-01T16:12:32.6313497Z
2026-09-01T16:12:33.3912997Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m0[39m
2026-09-01T16:12:34.3912149Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m872[39m
2026-09-01T16:12:34.5313448Z Progress: resolved [96m873[39m, reused [96m865[39m, downloaded [96m0[39m, added [96m873[39m, done
2026-09-01T16:12:35.7884322Z
2026-09-01T16:12:35.7884832Z [96mdevDependencies:[39m
2026-09-01T16:12:35.7885087Z [32m+[39m turbo [90m2.9.16[39m
2026-09-01T16:12:35.7885227Z [32m+[39m typescript [90m5.9.3[39m
2026-09-01T16:12:35.7885353Z
2026-09-01T16:12:35.9122922Z Done in 4.3s using pnpm v9.15.9
2026-09-01T16:12:36.7496845Z
2026-09-01T16:12:36.7497635Z > permission-platform@0.1.0 prisma:generate /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:36.7497838Z > turbo run prisma:generate
2026-09-01T16:12:36.7497970Z
2026-09-01T16:12:36.9089099Z
2026-09-01T16:12:36.9089598Z • Packages in scope: @repo/config, @repo/contracts, api-fastify, api-nestjs, web
2026-09-01T16:12:36.9090077Z • Running prisma:generate in 5 packages
2026-09-01T16:12:36.9090226Z • Remote caching disabled
2026-09-01T16:12:36.9090382Z
2026-09-01T16:12:39.9070807Z ::group::api-fastify:prisma:generate
2026-09-01T16:12:39.9071088Z cache bypass, force executing [2m567820770074c484[0m
2026-09-01T16:12:39.9071336Z
2026-09-01T16:12:39.9071633Z > api-fastify@1.0.0 prisma:generate /root/.cache/act/d7969daca4ded00c/hostexecutor/apps/api-fastify
2026-09-01T16:12:39.9071989Z > prisma generate
2026-09-01T16:12:39.9072302Z
2026-09-01T16:12:39.9072427Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:12:39.9072551Z
2026-09-01T16:12:39.9072683Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 232ms
2026-09-01T16:12:39.9072844Z
2026-09-01T16:12:39.9072959Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:12:39.9073079Z
2026-09-01T16:12:39.9073183Z Tip: Want to turn off tips and other hints? https://pris.ly/tip-4-nohints
2026-09-01T16:12:39.9073312Z
2026-09-01T16:12:39.9073563Z ::endgroup::
2026-09-01T16:12:40.0220944Z ::group::api-nestjs:prisma:generate
2026-09-01T16:12:40.0221307Z cache bypass, force executing [2m7822f1bb543d559c[0m
2026-09-01T16:12:40.0221510Z
2026-09-01T16:12:40.0221999Z > api-nestjs@0.1.0 prisma:generate /root/.cache/act/d7969daca4ded00c/hostexecutor/apps/api-nestjs
2026-09-01T16:12:40.0222174Z > prisma generate
2026-09-01T16:12:40.0222292Z
2026-09-01T16:12:40.0222492Z Prisma schema loaded from prisma/schema.prisma
2026-09-01T16:12:40.0222630Z
2026-09-01T16:12:40.0222756Z ✔ Generated Prisma Client (v6.19.3) to ./../../node_modules/.pnpm/@prisma+client@6.19.3_prisma@6.19.3_typescript@5.9.3__typescript@5.9.3/node_modules/@prisma/client in 292ms
2026-09-01T16:12:40.0222944Z
2026-09-01T16:12:40.0223059Z Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
2026-09-01T16:12:40.0223239Z
2026-09-01T16:12:40.0223362Z Tip: Need your database queries to be 1000x faster? Accelerate offers you that and more: https://pris.ly/tip-2-accelerate
2026-09-01T16:12:40.0223530Z
2026-09-01T16:12:40.0223766Z ::endgroup::
2026-09-01T16:12:40.0226550Z
2026-09-01T16:12:40.0226901Z [1m Tasks: [32m[1m2 successful[0m, 2 total[0m
2026-09-01T16:12:40.0227185Z [1mCached: [1m0 cached[0m, 2 total[0m
2026-09-01T16:12:40.0227343Z [1m Time: [1m3.202s[0m [0m
2026-09-01T16:12:40.0227458Z
2026-09-01T16:12:40.0554521Z ...Finishing writing to cache...
[2K> ...Finishing writing to cache...
[2K
2026-09-01T16:12:40.6362651Z
2026-09-01T16:12:40.6363413Z > permission-platform@0.1.0 check /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:40.6363666Z > pnpm check:naming && pnpm check:schema && pnpm check:validation && pnpm check:contract-consumers && pnpm check:conformance-matrix && pnpm check:dual-backend && pnpm check:write-guard && pnpm check:fork-readiness && pnpm check:migrations && pnpm check:governance-docs && pnpm check:docs-truth && pnpm check:governance-rules && pnpm check:governance && pnpm lint && pnpm typecheck
2026-09-01T16:12:40.6364031Z
2026-09-01T16:12:41.2517872Z
2026-09-01T16:12:41.2518380Z > permission-platform@0.1.0 check:naming /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:41.2518584Z > node scripts/check-naming.mjs
2026-09-01T16:12:41.2518709Z
2026-09-01T16:12:41.4152951Z ✓ 命名检查通过:未发现业务词典禁用词。
2026-09-01T16:12:42.0527730Z
2026-09-01T16:12:42.0528311Z > permission-platform@0.1.0 check:schema /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:42.0528535Z > node scripts/check-schema-sync.mjs
2026-09-01T16:12:42.0528778Z
2026-09-01T16:12:42.1413912Z ✓ 状态枚举单源校验通过:1 个实体(Order)三处一致,状态机覆盖完整。
2026-09-01T16:12:42.8085126Z
2026-09-01T16:12:42.8085679Z > permission-platform@0.1.0 check:validation /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:42.8085932Z > node scripts/check-validation-source.mjs
2026-09-01T16:12:42.8086065Z
2026-09-01T16:12:42.8907851Z ✓ 入参校验单源通过:NestJS/Fastify 运行时 body schema 均来自 @repo/contracts。
2026-09-01T16:12:43.5727945Z
2026-09-01T16:12:43.5728630Z > permission-platform@0.1.0 check:contract-consumers /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:43.5728920Z > node scripts/check-contract-consumers.mjs
2026-09-01T16:12:43.5729092Z
2026-09-01T16:12:43.6622733Z ✓ 跨层契约消费通过:job 响应与订单金额口径均命中 contracts 真源。
2026-09-01T16:12:44.3458003Z
2026-09-01T16:12:44.3458683Z > permission-platform@0.1.0 check:conformance-matrix /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:44.3459001Z > node scripts/check-conformance-matrix.mjs
2026-09-01T16:12:44.3459206Z
2026-09-01T16:12:44.4334395Z ✓ conformance 矩阵通过:8 cases × 2 backends。
2026-09-01T16:12:45.1511644Z
2026-09-01T16:12:45.1512714Z > permission-platform@0.1.0 check:dual-backend /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:45.1512934Z > node scripts/check-dual-backend-parity.mjs
2026-09-01T16:12:45.1513134Z
2026-09-01T16:12:45.2451964Z ✓ 双后端维护红线通过:NestJS/Fastify 仍是同一 contracts 的完整独立消费者。
2026-09-01T16:12:45.9094669Z
2026-09-01T16:12:45.9095344Z > permission-platform@0.1.0 check:write-guard /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:45.9095610Z > node scripts/check-statemachine-write-guard.mjs
2026-09-01T16:12:45.9095737Z
2026-09-01T16:12:46.0025332Z ✓ 写链守护通过:后端无裸 update/delete(租户绑定写链完好);1 个登记状态实体的迁移均用 updateMany + state 前置条件做乐观锁。
2026-09-01T16:12:46.6783003Z
2026-09-01T16:12:46.6783575Z > permission-platform@0.1.0 check:fork-readiness /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:46.6783800Z > node scripts/check-fork-readiness.mjs
2026-09-01T16:12:46.6783944Z
2026-09-01T16:12:46.7814528Z ✗ [F5] reports/runtime-acceptance.latest.json: provenance.gitSha=a58f9c47304f1983aca6ba7072f58ff5c0969f55 不存在于本仓 git 历史——该证据来自**另一个仓库**。移植时照搬 reports/*-acceptance.latest.json 会让新仓凭空拥有"测试跑过了"的假证据;正确做法是删除它们,在本仓真实跑一次 check:runtime / check:ui。
2026-09-01T16:12:46.7819091Z
2026-09-01T16:12:46.7819341Z 可迁移性检查未通过:共 1 处违规。
2026-09-01T16:12:46.7819528Z 本门禁保证「移植 = 清空注册表 + 改名 + 重跑验收」,而不是逐脚本考古。详见 docs/migration-playbook.md。
2026-09-01T16:12:46.7896653Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:12:46.8278947Z [41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
2026-09-01T16:12:46.8624602Z ❌ Failure - Main Run static governance gate
2026-09-01T16:12:46.8629281Z exit status 1
2026-09-01T16:12:47.3450693Z With the provided path, there will be 17 files uploaded
2026-09-01T16:12:47.3457189Z ::warning::Artifact upload failed with error: GHESNotSupportedError: @actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES..%0A%0AErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.%0A%0AIf the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).
2026-09-01T16:12:47.3462946Z ::error::@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES.
2026-09-01T16:12:47.3567445Z ❌ Failure - Main Upload immutable static governance evidence
2026-09-01T16:12:47.3574318Z exit status 1
2026-09-01T16:12:47.3576507Z evaluating expression 'success()'
2026-09-01T16:12:47.3577118Z expression 'success()' evaluated to 'false'
2026-09-01T16:12:47.3577327Z Skipping step 'Setup Node.js' due to 'success()'
2026-09-01T16:12:47.3583489Z evaluating expression 'always()'
2026-09-01T16:12:47.3591624Z expression 'always()' evaluated to 'true'
2026-09-01T16:12:47.3593011Z ⭐ Run Post Checkout
2026-09-01T16:12:47.3598618Z run post step for 'Checkout'
2026-09-01T16:12:47.3605841Z executing remote job container: [node /root/.cache/act/d7969daca4ded00c/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
2026-09-01T16:12:47.5352867Z [command]/usr/bin/git version
2026-09-01T16:12:47.5422550Z git version 2.43.0
2026-09-01T16:12:47.5469488Z ***
2026-09-01T16:12:47.5482562Z Copying '/root/.gitconfig' to '/root/.cache/act/d7969daca4ded00c/tmp/dd3b865c-0b03-45a8-8f6a-941c2384333b/.gitconfig'
2026-09-01T16:12:47.5503994Z Temporarily overriding HOME='/root/.cache/act/d7969daca4ded00c/tmp/dd3b865c-0b03-45a8-8f6a-941c2384333b' before making global git config changes
2026-09-01T16:12:47.5504606Z Adding repository directory to the temporary git global config as a safe directory
2026-09-01T16:12:47.5514828Z [command]/usr/bin/git config --global --add safe.directory /root/.cache/act/d7969daca4ded00c/hostexecutor
2026-09-01T16:12:47.5584380Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-01T16:12:47.5645829Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-01T16:12:47.6038031Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader
2026-09-01T16:12:47.6076030Z http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:12:47.6093355Z [command]/usr/bin/git config --local --unset-all http.https://gitea.g-hi.com/.extraheader
2026-09-01T16:12:47.6154307Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/gitea\.g\-hi\.com\/\.extraheader' && git config --local --unset-all 'http.https://gitea.g-hi.com/.extraheader' || :"
2026-09-01T16:12:47.6533195Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-01T16:12:47.6604139Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-01T16:12:47.7079316Z ✅ Success - Post Checkout
2026-09-01T16:12:47.7082909Z Cleaning up container for job Static governance
2026-09-01T16:12:50.3128912Z 🏁 Job failed
2026-09-01T16:12:50.3130114Z Job 'Static governance' failed
...
|
Edit
Delete
|