﻿2025-11-28T10:52:12.7173736Z Current runner version: '2.329.0'
2025-11-28T10:52:12.7198494Z ##[group]Runner Image Provisioner
2025-11-28T10:52:12.7199330Z Hosted Compute Agent
2025-11-28T10:52:12.7199853Z Version: 20251016.436
2025-11-28T10:52:12.7200516Z Commit: 8ab8ac8bfd662a3739dab9fe09456aba92132568
2025-11-28T10:52:12.7201202Z Build Date: 2025-10-15T20:44:12Z
2025-11-28T10:52:12.7201811Z ##[endgroup]
2025-11-28T10:52:12.7202335Z ##[group]Operating System
2025-11-28T10:52:12.7202979Z Ubuntu
2025-11-28T10:52:12.7203446Z 24.04.3
2025-11-28T10:52:12.7203915Z LTS
2025-11-28T10:52:12.7204440Z ##[endgroup]
2025-11-28T10:52:12.7204909Z ##[group]Runner Image
2025-11-28T10:52:12.7205800Z Image: ubuntu-24.04
2025-11-28T10:52:12.7206411Z Version: 20251112.124.1
2025-11-28T10:52:12.7207475Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251112.124/images/ubuntu/Ubuntu2404-Readme.md
2025-11-28T10:52:12.7209396Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251112.124
2025-11-28T10:52:12.7210398Z ##[endgroup]
2025-11-28T10:52:12.7211518Z ##[group]GITHUB_TOKEN Permissions
2025-11-28T10:52:12.7213623Z Contents: read
2025-11-28T10:52:12.7214171Z Issues: write
2025-11-28T10:52:12.7214750Z Metadata: read
2025-11-28T10:52:12.7215262Z ##[endgroup]
2025-11-28T10:52:12.7217665Z Secret source: Actions
2025-11-28T10:52:12.7218703Z Prepare workflow directory
2025-11-28T10:52:12.7538383Z Prepare all required actions
2025-11-28T10:52:12.7576935Z Getting action download info
2025-11-28T10:52:13.2769169Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
2025-11-28T10:52:14.0764119Z Download action repository 'actions/setup-node@v4' (SHA:49933ea5288caeca8642d1e84afbd3f7d6820020)
2025-11-28T10:52:14.2248981Z Download action repository 'actions/github-script@v7' (SHA:f28e40c7f34bde8b3046d885e986cb6290c5673b)
2025-11-28T10:52:14.8420891Z Complete job name: validate-issue
2025-11-28T10:52:14.9126788Z ##[group]Run actions/checkout@v4
2025-11-28T10:52:14.9127894Z with:
2025-11-28T10:52:14.9128617Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:52:14.9129602Z   token: ***
2025-11-28T10:52:14.9130227Z   ssh-strict: true
2025-11-28T10:52:14.9130867Z   ssh-user: git
2025-11-28T10:52:14.9131522Z   persist-credentials: true
2025-11-28T10:52:14.9132211Z   clean: true
2025-11-28T10:52:14.9132858Z   sparse-checkout-cone-mode: true
2025-11-28T10:52:14.9133598Z   fetch-depth: 1
2025-11-28T10:52:14.9134253Z   fetch-tags: false
2025-11-28T10:52:14.9134897Z   show-progress: true
2025-11-28T10:52:14.9135949Z   lfs: false
2025-11-28T10:52:14.9136599Z   submodules: false
2025-11-28T10:52:14.9137269Z   set-safe-directory: true
2025-11-28T10:52:14.9138284Z ##[endgroup]
2025-11-28T10:52:15.0340059Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.0342250Z ##[group]Getting Git version info
2025-11-28T10:52:15.0343850Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:52:15.0345809Z [command]/usr/bin/git version
2025-11-28T10:52:15.0391947Z git version 2.51.2
2025-11-28T10:52:15.0428390Z ##[endgroup]
2025-11-28T10:52:15.0438918Z Temporarily overriding HOME='/home/runner/work/_temp/05df9621-0c25-42aa-8a53-d083b22eaebf' before making global git config changes
2025-11-28T10:52:15.0443979Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T10:52:15.0457611Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:52:15.0498072Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:52:15.0503230Z ##[group]Initializing the repository
2025-11-28T10:52:15.0507138Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:52:15.0617034Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T10:52:15.0620523Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T10:52:15.0625090Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T10:52:15.0627366Z hint:
2025-11-28T10:52:15.0628781Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T10:52:15.0630255Z hint:
2025-11-28T10:52:15.0631659Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T10:52:15.0633789Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T10:52:15.0635635Z hint:
2025-11-28T10:52:15.0636804Z hint: 	git branch -m <name>
2025-11-28T10:52:15.0637975Z hint:
2025-11-28T10:52:15.0639430Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T10:52:15.0641832Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T10:52:15.0649281Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.0698660Z ##[endgroup]
2025-11-28T10:52:15.0700431Z ##[group]Disabling automatic garbage collection
2025-11-28T10:52:15.0701931Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T10:52:15.0734022Z ##[endgroup]
2025-11-28T10:52:15.0736780Z ##[group]Setting up auth
2025-11-28T10:52:15.0740282Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T10:52:15.0775945Z [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:52:15.1263914Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T10:52:15.1298698Z [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:52:15.1529737Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T10:52:15.1564382Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T10:52:15.1814184Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T10:52:15.1852438Z ##[endgroup]
2025-11-28T10:52:15.1854658Z ##[group]Fetching the repository
2025-11-28T10:52:15.1867970Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +75f8a9e350d78a3ae4bb50aa7782032a2664a8e5:refs/remotes/origin/develop
2025-11-28T10:52:15.7752654Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.7755027Z  * [new ref]         75f8a9e350d78a3ae4bb50aa7782032a2664a8e5 -> origin/develop
2025-11-28T10:52:15.7815529Z ##[endgroup]
2025-11-28T10:52:15.7817752Z ##[group]Determining the checkout info
2025-11-28T10:52:15.7834033Z ##[endgroup]
2025-11-28T10:52:15.7856347Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T10:52:15.7882363Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T10:52:15.7920280Z ##[group]Checking out the ref
2025-11-28T10:52:15.7937799Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2025-11-28T10:52:15.8494321Z Switched to a new branch 'develop'
2025-11-28T10:52:15.8499804Z branch 'develop' set up to track 'origin/develop'.
2025-11-28T10:52:15.8519268Z ##[endgroup]
2025-11-28T10:52:15.8581932Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T10:52:15.8620619Z 75f8a9e350d78a3ae4bb50aa7782032a2664a8e5
2025-11-28T10:52:15.8921843Z ##[group]Run actions/setup-node@v4
2025-11-28T10:52:15.8922533Z with:
2025-11-28T10:52:15.8922906Z   node-version: 20
2025-11-28T10:52:15.8923352Z   cache: npm
2025-11-28T10:52:15.8923772Z   always-auth: false
2025-11-28T10:52:15.8924263Z   check-latest: false
2025-11-28T10:52:15.8925017Z   token: ***
2025-11-28T10:52:15.8925567Z ##[endgroup]
2025-11-28T10:52:16.1017289Z Found in cache @ /opt/hostedtoolcache/node/20.19.5/x64
2025-11-28T10:52:16.1023230Z ##[group]Environment details
2025-11-28T10:52:18.0064889Z node: v20.19.5
2025-11-28T10:52:18.0067008Z npm: 10.8.2
2025-11-28T10:52:18.0067324Z yarn: 1.22.22
2025-11-28T10:52:18.0068073Z ##[endgroup]
2025-11-28T10:52:18.0068587Z [command]/opt/hostedtoolcache/node/20.19.5/x64/bin/npm config get cache
2025-11-28T10:52:18.2535131Z /home/runner/.npm
2025-11-28T10:52:18.2635768Z ##[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:52:18.2883982Z ##[group]Run actions/github-script@v7
2025-11-28T10:52:18.2884257Z with:
2025-11-28T10:52:18.2886026Z   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:52:18.2887596Z   github-token: ***
2025-11-28T10:52:18.2887798Z   debug: false
2025-11-28T10:52:18.2887991Z   user-agent: actions/github-script
2025-11-28T10:52:18.2888237Z   result-encoding: json
2025-11-28T10:52:18.2888438Z   retries: 0
2025-11-28T10:52:18.2888661Z   retry-exempt-status-codes: 400,401,403,404,422
2025-11-28T10:52:18.2888928Z ##[endgroup]
2025-11-28T10:52:18.3880732Z Post job cleanup.
2025-11-28T10:52:18.4845155Z [command]/usr/bin/git version
2025-11-28T10:52:18.4889659Z git version 2.51.2
2025-11-28T10:52:18.4967922Z Temporarily overriding HOME='/home/runner/work/_temp/181cf10b-6686-4987-ac9c-2c03d35c1ce6' before making global git config changes
2025-11-28T10:52:18.4969608Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T10:52:18.4981091Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:52:18.5050974Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T10:52:18.5092587Z [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:52:18.5344423Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T10:52:18.5368598Z http.https://github.com/.extraheader
2025-11-28T10:52:18.5384223Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2025-11-28T10:52:18.5419918Z [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:52:18.5651349Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T10:52:18.5685886Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T10:52:18.6028658Z Cleaning up orphan processes
