﻿2026-07-09T06:45:38.1813472Z Current runner version: '2.335.1'
2026-07-09T06:45:38.1819825Z Runner name: 'kitsubito'
2026-07-09T06:45:38.1820414Z Runner group name: 'Default'
2026-07-09T06:45:38.1821216Z Machine name: 'KITSUBITO'
2026-07-09T06:45:38.1823795Z ##[group]GITHUB_TOKEN Permissions
2026-07-09T06:45:38.1826933Z Contents: read
2026-07-09T06:45:38.1827390Z Metadata: read
2026-07-09T06:45:38.1827814Z Packages: read
2026-07-09T06:45:38.1828241Z ##[endgroup]
2026-07-09T06:45:38.1830447Z Secret source: Actions
2026-07-09T06:45:38.1831045Z Prepare workflow directory
2026-07-09T06:45:38.2325743Z Prepare all required actions
2026-07-09T06:45:38.2360014Z Getting action download info
2026-07-09T06:45:38.6521033Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-09T06:45:39.3111939Z Complete job name: traceability
2026-07-09T06:45:39.4313916Z ##[group]Run actions/checkout@v5
2026-07-09T06:45:39.4315422Z with:
2026-07-09T06:45:39.4316285Z   repository: SaberMage/spt-core
2026-07-09T06:45:39.4326646Z   token: ***
2026-07-09T06:45:39.4327746Z   ssh-strict: true
2026-07-09T06:45:39.4328787Z   ssh-user: git
2026-07-09T06:45:39.4329884Z   persist-credentials: true
2026-07-09T06:45:39.4330979Z   clean: true
2026-07-09T06:45:39.4331964Z   sparse-checkout-cone-mode: true
2026-07-09T06:45:39.4333109Z   fetch-depth: 1
2026-07-09T06:45:39.4334046Z   fetch-tags: false
2026-07-09T06:45:39.4335004Z   show-progress: true
2026-07-09T06:45:39.4335939Z   lfs: false
2026-07-09T06:45:39.4336824Z   submodules: false
2026-07-09T06:45:39.4337783Z   set-safe-directory: true
2026-07-09T06:45:39.4339759Z ##[endgroup]
2026-07-09T06:45:39.5597016Z Syncing repository: SaberMage/spt-core
2026-07-09T06:45:39.5600556Z ##[group]Getting Git version info
2026-07-09T06:45:39.5602077Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-09T06:45:39.5603959Z [command]/usr/bin/git version
2026-07-09T06:45:39.5604790Z git version 2.43.0
2026-07-09T06:45:39.5607390Z ##[endgroup]
2026-07-09T06:45:39.5620273Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/24dc59a4-b8fb-4d93-b637-201a4b9aa0e2' before making global git config changes
2026-07-09T06:45:39.5622801Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:45:39.5624861Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T06:45:39.5674289Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-09T06:45:39.5707112Z https://github.com/SaberMage/spt-core
2026-07-09T06:45:39.5724810Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T06:45:39.5729137Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T06:45:39.5762294Z HEAD
2026-07-09T06:45:39.5803649Z ##[endgroup]
2026-07-09T06:45:39.5804721Z [command]/usr/bin/git submodule status
2026-07-09T06:45:39.6014962Z ##[group]Cleaning the repository
2026-07-09T06:45:39.6016505Z [command]/usr/bin/git clean -ffdx
2026-07-09T06:45:42.3463695Z Removing target/
2026-07-09T06:45:42.3480380Z [command]/usr/bin/git reset --hard HEAD
2026-07-09T06:45:42.3971411Z HEAD is now at 4367270cf Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:45:42.3981836Z ##[endgroup]
2026-07-09T06:45:42.3983928Z ##[group]Disabling automatic garbage collection
2026-07-09T06:45:42.3989171Z [command]/usr/bin/git config --local gc.auto 0
2026-07-09T06:45:42.4036077Z ##[endgroup]
2026-07-09T06:45:42.4036628Z ##[group]Setting up auth
2026-07-09T06:45:42.4044384Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:45:42.4083794Z [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-07-09T06:45:42.4291528Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:45:42.4316988Z [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' || :"
2026-07-09T06:45:42.4519412Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:45:42.4549495Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T06:45:42.4755662Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-09T06:45:42.4789986Z ##[endgroup]
2026-07-09T06:45:42.4790425Z ##[group]Fetching the repository
2026-07-09T06:45:42.4798480Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e47e271e0a1d7897745851ec9ae34fc9ce7abe3e:refs/remotes/pull/65/merge
2026-07-09T06:45:43.2092500Z From https://github.com/SaberMage/spt-core
2026-07-09T06:45:43.2093674Z  + 1c3af75bd...e47e271e0 e47e271e0a1d7897745851ec9ae34fc9ce7abe3e -> pull/65/merge  (forced update)
2026-07-09T06:45:43.2128389Z ##[endgroup]
2026-07-09T06:45:43.2129428Z ##[group]Determining the checkout info
2026-07-09T06:45:43.2131197Z ##[endgroup]
2026-07-09T06:45:43.2137770Z [command]/usr/bin/git sparse-checkout disable
2026-07-09T06:45:43.2216908Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-09T06:45:43.2276465Z ##[group]Checking out the ref
2026-07-09T06:45:43.2282597Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/65/merge
2026-07-09T06:45:43.2802819Z Previous HEAD position was 4367270cf Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:45:43.2807262Z HEAD is now at e47e271e0 Merge dc4abc6f7990280765c33f6f9b10b39587dd252f into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T06:45:43.2818524Z ##[endgroup]
2026-07-09T06:45:43.2872718Z [command]/usr/bin/git log -1 --format=%H
2026-07-09T06:45:43.2908715Z e47e271e0a1d7897745851ec9ae34fc9ce7abe3e
2026-07-09T06:45:43.3116445Z ##[group]Run WANT=0.1.4
2026-07-09T06:45:43.3116741Z [36;1mWANT=0.1.4[0m
2026-07-09T06:45:43.3116973Z [36;1mBIN="$HOME/.local/bin/traceable-reqs"[0m
2026-07-09T06:45:43.3117302Z [36;1mif [ -x "$BIN" ] && "$BIN" --version | grep -q " $WANT\$"; then[0m
2026-07-09T06:45:43.3117617Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T06:45:43.3117860Z [36;1melse[0m
2026-07-09T06:45:43.3118118Z [36;1m  # Build OUTSIDE the checkout: a clone inside it gets adopted by[0m
2026-07-09T06:45:43.3118491Z [36;1m  # the spt-core cargo workspace and refuses to build.[0m
2026-07-09T06:45:43.3118778Z [36;1m  SRC="$RUNNER_TEMP/tr-src"[0m
2026-07-09T06:45:43.3119092Z [36;1m  rm -rf "$SRC"[0m
2026-07-09T06:45:43.3119321Z [36;1m  git clone --depth 1 --branch "v$WANT" \[0m
2026-07-09T06:45:43.3119736Z [36;1m    "https://x-access-token:${GH_TOKEN}@github.com/BigscreenVR/traceable-reqs" "$SRC"[0m
2026-07-09T06:45:43.3120237Z [36;1m  cargo build --release --manifest-path "$SRC/rust/Cargo.toml"[0m
2026-07-09T06:45:43.3120542Z [36;1m  mkdir -p "$HOME/.local/bin"[0m
2026-07-09T06:45:43.3120821Z [36;1m  cp "$SRC/rust/target/release/traceable-reqs" "$BIN"[0m
2026-07-09T06:45:43.3121091Z [36;1m  ln -sf "$BIN" ./traceable-reqs[0m
2026-07-09T06:45:43.3121316Z [36;1mfi[0m
2026-07-09T06:45:43.3121491Z [36;1m./traceable-reqs --version[0m
2026-07-09T06:45:43.3137378Z shell: /usr/bin/bash -e {0}
2026-07-09T06:45:43.3137607Z env:
2026-07-09T06:45:43.3138122Z   GH_TOKEN: ***
2026-07-09T06:45:43.3138318Z ##[endgroup]
2026-07-09T06:45:43.3272303Z Cloning into '/home/reavus/actions-runner/_work/_temp/tr-src'...
2026-07-09T06:45:44.3333316Z error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401
2026-07-09T06:45:44.3334284Z fatal: expected 'packfile'
2026-07-09T06:45:44.3399470Z ##[error]Process completed with exit code 128.
2026-07-09T06:45:44.3559044Z Post job cleanup.
2026-07-09T06:45:44.4343899Z [command]/usr/bin/git version
2026-07-09T06:45:44.4411753Z git version 2.43.0
2026-07-09T06:45:44.4444700Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/af2ca78c-beb0-4662-903b-9feda4a47e3f' before making global git config changes
2026-07-09T06:45:44.4445415Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:45:44.4448087Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-09T06:45:44.4477855Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:45:44.4514124Z [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-07-09T06:45:44.4723533Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:45:44.4749576Z http.https://github.com/.extraheader
2026-07-09T06:45:44.4758501Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-09T06:45:44.4786636Z [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' || :"
2026-07-09T06:45:44.5017098Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:45:44.5063250Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T06:45:44.5483001Z Cleaning up orphan processes
