apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/flash.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: e3f0f2635e4bb558b312bc0c8ebf7ab6 creationTimestamp: "2026-08-06T09:23:26Z" generation: 8 labels: branch: main build: "146" context: release created-by-lighthouse: "true" event-GUID: 63472e2a-9178-11f1-8fe1-6c176dad2395 lighthouse.jenkins-x.io/baseSHA: 1756dc7a5088b3c862cb7c29018f74ee597a056d lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1786008206032" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: ncapitaltrade-flash-main-release-cfhrp lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 1756dc7a5088b3c862cb7c29018f74ee597a056d lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: flash lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: ncapitaltrade-flash-main-release-blwrk-from-build-pack-pod provider: github repository: flash tekton.dev/pipeline: ncapitaltrade-flash-main-release managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.29 operation: Update time: "2026-08-06T09:31:25Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-08-06T09:33:33Z" name: greencapitaltrade-flash-main-146 namespace: jx resourceVersion: "247170388" uid: 2539c7d0-51c8-4f60-a777-174b02c94594 spec: baseSHA: 1756dc7a5088b3c862cb7c29018f74ee597a056d batchPipelineActivity: {} build: "146" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/flash/main/146.log completedTimestamp: "2026-08-06T09:33:27Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: flash gitUrl: https://github.com/greencapitaltrade/flash.git lastCommitMessage: | fix(test): make yarn test terminate so the suite can gate CI `yarn test` never exited — observed idle for ~3h with ~15s of CPU. Four independent causes, all of which had to go before the run could finish: ssr-pages.test.ts spawned `yarn dev` (a `tsx watch` that never exits) via `exec`, then tore it down with `process.kill(-pid)`. A negative pid signals a process group, which requires the child to be a group leader — `exec` without `detached: true` never makes it one, so the call threw ESRCH and the fallback reached only the /bin/sh wrapper. The `tsx watch` and the `next dev` below it survived as orphans and Vitest's pool never drained. Both catch blocks were empty, so this failed silently. Now uses tree-kill, awaited, matching the pattern dev.test.ts already used, and logs on failure. build.test.ts had the same exec-without-detached teardown; same fix. geofencing-feature.e2e.test.tsx hung collection forever with no output. Its `@tamagui/lucide-icons` mock returned a Proxy answering every key with a component — including `then`, which made the mocked module namespace look thenable. Awaiting it called `.then(resolve, reject)`, got back a React component that never resolved, and the await never settled. The trap now declines `then`, `__esModule` and symbols. vitest.config.mts collected two trees it should not: apps/next/e2e (Playwright's testDir — 10 specs failing with "Playwright Test did not expect test() to be called here") and **/dist (compiled copies of packages/ui's own tests, the .cjs ones unable to import Vitest at all). Verified: `yarn test` exits in 42s leaving no orphan processes; failing test count drops from 13 to 3 and failing files from 31 to 17. The 17 that remain are pre-existing and unrelated — 14 reference `app/(protected)/vehicles/*` routes and VoltCred*Screen components deleted in the fleet→asset rename, and the rest need a backend or pact broker. They still block turning the gate on; they are not addressed here. Refs #330, #302 lastCommitSHA: b463918053221bb7f0d5fa8f1b52eac54ccb78a4 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/flash/main releaseNotesURL: https://github.com/greencapitaltrade/flash/releases/tag/v0.18.10 startedTimestamp: "2026-08-06T09:23:26Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-08-06T09:33:27Z" name: from build pack startedTimestamp: "2026-08-06T09:23:31Z" status: Succeeded steps: - completedTimestamp: "2026-08-06T09:23:40Z" name: Git Clone startedTimestamp: "2026-08-06T09:23:31Z" status: Succeeded - completedTimestamp: "2026-08-06T09:23:43Z" name: Next Version startedTimestamp: "2026-08-06T09:23:41Z" status: Succeeded - completedTimestamp: "2026-08-06T09:23:48Z" name: Jx Variables startedTimestamp: "2026-08-06T09:23:44Z" status: Succeeded - completedTimestamp: "2026-08-06T09:26:30Z" name: Build Yarn Install startedTimestamp: "2026-08-06T09:23:48Z" status: Succeeded - completedTimestamp: "2026-08-06T09:27:29Z" name: Next Build startedTimestamp: "2026-08-06T09:26:31Z" status: Succeeded - completedTimestamp: "2026-08-06T09:27:32Z" name: Check Registry startedTimestamp: "2026-08-06T09:27:29Z" status: Succeeded - completedTimestamp: "2026-08-06T09:31:16Z" name: Build Container Build startedTimestamp: "2026-08-06T09:27:32Z" status: Succeeded - completedTimestamp: "2026-08-06T09:31:25Z" name: Promote Changelog startedTimestamp: "2026-08-06T09:31:17Z" status: Succeeded - completedTimestamp: "2026-08-06T09:31:29Z" name: Promote Helm Release startedTimestamp: "2026-08-06T09:31:26Z" status: Succeeded - completedTimestamp: "2026-08-06T09:32:22Z" name: Promote Jx Promote startedTimestamp: "2026-08-06T09:31:30Z" status: Succeeded - completedTimestamp: "2026-08-06T09:33:27Z" name: Publish Org Kb startedTimestamp: "2026-08-06T09:32:23Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5213 startedTimestamp: "2026-08-06T09:32:00Z" status: Succeeded startedTimestamp: "2026-08-06T09:32:00Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/5214 startedTimestamp: "2026-08-06T09:32:19Z" status: Succeeded startedTimestamp: "2026-08-06T09:32:19Z" status: Succeeded version: 0.18.10 status: {}