apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/deadpool.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: eef0b52be656f8eda7a487aaf3f03fe5 creationTimestamp: "2026-07-29T09:28:08Z" generation: 9 labels: branch: main build: "99" context: release created-by-lighthouse: "true" event-GUID: b59cf0aa-8b2f-11f1-90e4-c0517751af2f lighthouse.jenkins-x.io/baseSHA: 5ad240c51b208dfed8ef34b77384b1c341350140 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1785317287774" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: pitaltrade-deadpool-main-release-64xlb lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 5ad240c51b208dfed8ef34b77384b1c341350140 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: deadpool lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: pitaltrade-deadpool-main-release-8fqql-from-build-pack-pod provider: github repository: deadpool tekton.dev/pipeline: pitaltrade-deadpool-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:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.29 operation: Update time: "2026-07-29T09:44:37Z" - 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:lastCommitSHA: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-07-29T09:45:53Z" name: greencapitaltrade-deadpool-main-99 namespace: jx resourceVersion: "225927005" uid: 290ca5fc-3181-4e20-a77e-210f7e48e93b spec: baseSHA: 5ad240c51b208dfed8ef34b77384b1c341350140 batchPipelineActivity: {} build: "99" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/deadpool/main/99.log completedTimestamp: "2026-07-29T09:45:45Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: deadpool gitUrl: https://github.com/greencapitaltrade/deadpool.git lastCommitMessage: |- fix(gt06): correct 0x80 command frame — stray byte, cmdlen, packet length (#176) The server->device command frame was malformed in three ways, so engine cutoff/restore has plausibly never actuated a device. Only the socket write was ever verified; no device ACK was recorded, so nothing caught it. Verified against the GT06 spec and Traccar's Gt06ProtocolEncoder: 1. A stray 0x02 byte was injected BEFORE the command text, labelled "language". GT06's language field is 2 bytes, optional, and goes AFTER the content. Devices therefore read the command as "\x02RELAY,0#". 2. The command-length byte counted that phantom byte (4+1+N instead of 4+N). 3. The packet-length byte excluded the 2 CRC bytes. GT06 packet length includes CRC — the canonical login frame 78 78 0D 01 proves it (1 proto + 8 imei + 2 serial + 2 crc = 0x0D). Before: 78 78 | 11 | 80 | 0D | flag | 02 | RELAY,0# | serial | crc | 0D 0A After: 78 78 | 12 | 80 | 0C | flag | RELAY,0# | serial | crc | 0D 0A Command strings stay uppercase (RELAY,1# / RELAY,0#) by product decision. server_flag stays at bytes[5..9], so the #148 ACK correlation is unaffected. Field signature that the fix is live: the "Command sent to device" log line goes from 24 bytes to 23. Co-authored-by: Claude Code Co-authored-by: Claude Opus 5 (1M context) lastCommitSHA: 5ad240c51b208dfed8ef34b77384b1c341350140 message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/deadpool/main releaseNotesURL: https://github.com/greencapitaltrade/deadpool/releases/tag/v0.61.6 startedTimestamp: "2026-07-29T09:28:08Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-07-29T09:45:45Z" name: from build pack startedTimestamp: "2026-07-29T09:37:11Z" status: Succeeded steps: - completedTimestamp: "2026-07-29T09:37:13Z" name: Git Clone startedTimestamp: "2026-07-29T09:37:11Z" status: Succeeded - completedTimestamp: "2026-07-29T09:37:15Z" name: Next Version startedTimestamp: "2026-07-29T09:37:13Z" status: Succeeded - completedTimestamp: "2026-07-29T09:37:20Z" name: Jx Variables startedTimestamp: "2026-07-29T09:37:15Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:19Z" name: Build Cargo Install startedTimestamp: "2026-07-29T09:37:32Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:22Z" name: Check Registry startedTimestamp: "2026-07-29T09:44:19Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:24Z" name: Build Server Image startedTimestamp: "2026-07-29T09:44:22Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:26Z" name: Build Consumer Image startedTimestamp: "2026-07-29T09:44:25Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:27Z" name: Build Mqtt Image startedTimestamp: "2026-07-29T09:44:26Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:37Z" name: Promote Changelog startedTimestamp: "2026-07-29T09:44:28Z" status: Succeeded - completedTimestamp: "2026-07-29T09:44:41Z" name: Promote Helm Release startedTimestamp: "2026-07-29T09:44:38Z" status: Succeeded - completedTimestamp: "2026-07-29T09:45:28Z" name: Promote Jx Promote startedTimestamp: "2026-07-29T09:44:41Z" status: Succeeded - completedTimestamp: "2026-07-29T09:45:45Z" name: Publish Org Kb startedTimestamp: "2026-07-29T09:45:29Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/4982 startedTimestamp: "2026-07-29T09:45:08Z" status: Succeeded startedTimestamp: "2026-07-29T09:45:08Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/4983 startedTimestamp: "2026-07-29T09:45:25Z" status: Succeeded startedTimestamp: "2026-07-29T09:45:25Z" status: Succeeded version: 0.61.6 status: {}