﻿2025-11-28T10:55:04.0443364Z Current runner version: '2.329.0'
2025-11-28T10:55:04.0477587Z ##[group]Runner Image Provisioner
2025-11-28T10:55:04.0478925Z Hosted Compute Agent
2025-11-28T10:55:04.0479787Z Version: 20251016.436
2025-11-28T10:55:04.0480876Z Commit: 8ab8ac8bfd662a3739dab9fe09456aba92132568
2025-11-28T10:55:04.0482144Z Build Date: 2025-10-15T20:44:12Z
2025-11-28T10:55:04.0483366Z ##[endgroup]
2025-11-28T10:55:04.0484462Z ##[group]Operating System
2025-11-28T10:55:04.0485476Z Ubuntu
2025-11-28T10:55:04.0486285Z 24.04.3
2025-11-28T10:55:04.0487010Z LTS
2025-11-28T10:55:04.0487985Z ##[endgroup]
2025-11-28T10:55:04.0488801Z ##[group]Runner Image
2025-11-28T10:55:04.0489780Z Image: ubuntu-24.04
2025-11-28T10:55:04.0490827Z Version: 20251112.124.1
2025-11-28T10:55:04.0492630Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md
2025-11-28T10:55:04.0496249Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124
2025-11-28T10:55:04.0498032Z ##[endgroup]
2025-11-28T10:55:04.0499998Z ##[group]GITHUB_TOKEN Permissions
2025-11-28T10:55:04.0502720Z Contents: read
2025-11-28T10:55:04.0503860Z Issues: write
2025-11-28T10:55:04.0504823Z Metadata: read
2025-11-28T10:55:04.0505644Z ##[endgroup]
2025-11-28T10:55:04.0508658Z Secret source: Actions
2025-11-28T10:55:04.0510102Z Prepare workflow directory
2025-11-28T10:55:04.1126070Z Prepare all required actions
2025-11-28T10:55:04.1184661Z Getting action download info
2025-11-28T10:55:04.7074241Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
2025-11-28T10:55:05.3239912Z Download action repository 'actions/setup-node@v4' (SHA:49933ea5288caeca8642d1e84afbd3f7d6820020)
2025-11-28T10:55:05.4778902Z Download action repository 'actions/github-script@v7' (SHA:f28e40c7f34bde8b3046d885e986cb6290c5673b)
2025-11-28T10:55:06.0697629Z Complete job name: validate-issue
2025-11-28T10:55:06.1487674Z ##[group]Run actions/checkout@v4
2025-11-28T10:55:06.1488994Z with:
2025-11-28T10:55:06.1489884Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:55:06.1491244Z   token: ***
2025-11-28T10:55:06.1492000Z   ssh-strict: true
2025-11-28T10:55:06.1492793Z   ssh-user: git
2025-11-28T10:55:06.1493785Z   persist-credentials: true
2025-11-28T10:55:06.1494691Z   clean: true
2025-11-28T10:55:06.1495494Z   sparse-checkout-cone-mode: true
2025-11-28T10:55:06.1496482Z   fetch-depth: 1
2025-11-28T10:55:06.1497269Z   fetch-tags: false
2025-11-28T10:55:06.1498087Z   show-progress: true
2025-11-28T10:55:06.1498915Z   lfs: false
2025-11-28T10:55:06.1499664Z   submodules: false
2025-11-28T10:55:06.1500488Z   set-safe-directory: true
2025-11-28T10:55:06.1501641Z ##[endgroup]
2025-11-28T10:55:06.2678128Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:55:06.2681062Z ##[group]Getting Git version info
2025-11-28T10:55:06.2682730Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:55:06.2685703Z [command]/usr/bin/git version
2025-11-28T10:55:06.2759389Z git version 2.51.2
2025-11-28T10:55:06.2792314Z ##[endgroup]
2025-11-28T10:55:06.2826405Z Temporarily overriding HOME='/home/runner/work/_temp/96e02fbf-f2ef-4a80-9085-26f0fe89769c' before making global git config changes
2025-11-28T10:55:06.2834910Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T10:55:06.2840035Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:55:06.2889777Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:55:06.2895861Z ##[group]Initializing the repository
2025-11-28T10:55:06.2902646Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:55:06.3037010Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T10:55:06.3040562Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T10:55:06.3044389Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T10:55:06.3050166Z hint:
2025-11-28T10:55:06.3078277Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T10:55:06.3080201Z hint:
2025-11-28T10:55:06.3082000Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T10:55:06.3085486Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T10:55:06.3088008Z hint:
2025-11-28T10:55:06.3088821Z hint: 	git branch -m <name>
2025-11-28T10:55:06.3089697Z hint:
2025-11-28T10:55:06.3091730Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T10:55:06.3096099Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T10:55:06.3102166Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:55:06.3107859Z ##[endgroup]
2025-11-28T10:55:06.3110406Z ##[group]Disabling automatic garbage collection
2025-11-28T10:55:06.3116206Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T10:55:06.3151841Z ##[endgroup]
2025-11-28T10:55:06.3155481Z ##[group]Setting up auth
2025-11-28T10:55:06.3160229Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T10:55:06.3195024Z [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' || :"
2025-11-28T10:55:06.3558354Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T10:55:06.3597255Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T10:55:06.3830003Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T10:55:06.3865164Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T10:55:06.4147546Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T10:55:06.4215815Z ##[endgroup]
2025-11-28T10:55:06.4219336Z ##[group]Fetching the repository
2025-11-28T10:55:06.4228721Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9619f767380f1db8f43ae946dabbbd15352b5cd9:refs/remotes/origin/develop
2025-11-28T10:55:07.0556849Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:55:07.0557762Z  * [new ref]         9619f767380f1db8f43ae946dabbbd15352b5cd9 -> origin/develop
2025-11-28T10:55:07.0592717Z ##[endgroup]
2025-11-28T10:55:07.0594993Z ##[group]Determining the checkout info
2025-11-28T10:55:07.0597567Z ##[endgroup]
2025-11-28T10:55:07.0602899Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T10:55:07.0645455Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T10:55:07.0674310Z ##[group]Checking out the ref
2025-11-28T10:55:07.0678157Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2025-11-28T10:55:07.1099890Z Switched to a new branch 'develop'
2025-11-28T10:55:07.1100906Z branch 'develop' set up to track 'origin/develop'.
2025-11-28T10:55:07.1104704Z ##[endgroup]
2025-11-28T10:55:07.1195837Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T10:55:07.1197744Z 9619f767380f1db8f43ae946dabbbd15352b5cd9
2025-11-28T10:55:07.1538679Z ##[group]Run actions/setup-node@v4
2025-11-28T10:55:07.1539286Z with:
2025-11-28T10:55:07.1539673Z   node-version: 20
2025-11-28T10:55:07.1540065Z   cache: npm
2025-11-28T10:55:07.1540448Z   always-auth: false
2025-11-28T10:55:07.1540852Z   check-latest: false
2025-11-28T10:55:07.1541446Z   token: ***
2025-11-28T10:55:07.1541831Z ##[endgroup]
2025-11-28T10:55:07.4037223Z Found in cache @ /opt/hostedtoolcache/node/20.19.5/x64
2025-11-28T10:55:07.4038722Z ##[group]Environment details
2025-11-28T10:55:09.5882656Z node: v20.19.5
2025-11-28T10:55:09.5884563Z npm: 10.8.2
2025-11-28T10:55:09.5884924Z yarn: 1.22.22
2025-11-28T10:55:09.5885761Z ##[endgroup]
2025-11-28T10:55:09.5910074Z [command]/opt/hostedtoolcache/node/20.19.5/x64/bin/npm config get cache
2025-11-28T10:55:09.8858207Z /home/runner/.npm
2025-11-28T10:55:09.8956011Z ##[error]Dependencies lock file is not found in /home/runner/work/archie-platform-v3/archie-platform-v3. Supported file patterns: package-lock.json,npm-shrinkwrap.json,yarn.lock
2025-11-28T10:55:09.9193858Z ##[group]Run actions/github-script@v7
2025-11-28T10:55:09.9194146Z with:
2025-11-28T10:55:09.9195669Z   script: const validationPassed = 'skipped' === 'success';
const issueType = '';

if (validationPassed) {
  await github.rest.issues.createComment({
    owner: context.repo.owner,
    repo: context.repo.repo,
    issue_number: context.issue.number,
    body: `✅ **Issue Validation Passed**

    - Template format: ✓
    - Title convention: ✓
    - Required sections: ✓
    - Type detected: \`${issueType}\`

    This issue has been automatically validated and labeled.`
  });
}

2025-11-28T10:55:09.9197237Z   github-token: ***
2025-11-28T10:55:09.9197433Z   debug: false
2025-11-28T10:55:09.9197625Z   user-agent: actions/github-script
2025-11-28T10:55:09.9197862Z   result-encoding: json
2025-11-28T10:55:09.9198073Z   retries: 0
2025-11-28T10:55:09.9198300Z   retry-exempt-status-codes: 400,401,403,404,422
2025-11-28T10:55:09.9198565Z ##[endgroup]
2025-11-28T10:55:10.0179836Z Post job cleanup.
2025-11-28T10:55:10.1246804Z [command]/usr/bin/git version
2025-11-28T10:55:10.1316348Z git version 2.51.2
2025-11-28T10:55:10.1383561Z Temporarily overriding HOME='/home/runner/work/_temp/57c04892-00cd-4288-a6ab-47a578b1a83b' before making global git config changes
2025-11-28T10:55:10.1393708Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T10:55:10.1395285Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:55:10.1461078Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T10:55:10.1531374Z [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' || :"
2025-11-28T10:55:10.1877361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T10:55:10.1924005Z http.https://github.com/.extraheader
2025-11-28T10:55:10.1938415Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-11-28T10:55:10.1991950Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T10:55:10.2332244Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T10:55:10.2385737Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T10:55:10.2884089Z Cleaning up orphan processes
