Skip to content

Report OTA PR

Report OTA PR #34

Triggered via workflow run December 4, 2024 04:22
@weihuan1111weihuan1111
completed ebc5792
Status Failure
Total duration 24s
Artifacts

report_ota_pr.yml

on: workflow_run
report-ota-pr
17s
report-ota-pr
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
report-ota-pr
Unhandled error: Error: [images/ThirdReality/ThermalLiteSensor_PROD_OTA_V29_1.00.29.ota] Base manifest has higher version: ```json { "fileName": "TH_Lite_Sensor_PROD_OTA_V44_1.00.44.ota", "fileVersion": 44, "fileSize": 260198, "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/ThirdReality/TH_Lite_Sensor_PROD_OTA_V44_1.00.44.ota", "imageType": 54185, "manufacturerCode": 5127, "sha512": "4fe606978d4d194e775dbb144d0de92a0631a9e12cd9049b6c5a4a86152d24720e349ac59f20575386b72c63f99d7df28596bd1fab48d9c964a6661dff507019", "otaHeaderString": "temp_humi_sensor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" } ``` and an equal or better match is already present in prev manifest: ```json { "fileName": "ThermalLiteSensor_PROD_OTA_V29_1.00.29.ota", "fileVersion": 29, "fileSize": 256174, "url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images1/ThirdReality/ThermalLiteSensor_PROD_OTA_V29_1.00.29.ota", "imageType": 54185, "manufacturerCode": 5127, "sha512": "3d450453147e414e9998cb000183a22ac6fca656a1a3e11e37b31d7c4fa1ec3f301b28d0b144301630ec33aa1f81afda56d6abfb4191f78d04cd7b9ba27b87b7", "otaHeaderString": "temp_humi_sensor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "originalUrl": "https://tr-zha.s3.amazonaws.com/z2m_firmware/ThermalLiteSensor_PROD_OTA_V29_1.00.29.ota" } ``` Parsed image header: ```json { "otaUpgradeFileIdentifier": { "type": "Buffer", "data": [ 30, 241, 238, 11 ] }, "otaHeaderVersion": 256, "otaHeaderLength": 60, "otaHeaderFieldControl": 4, "manufacturerCode": 5127, "imageType": 54185, "fileVersion": 29, "zigbeeStackVersion": 2, "otaHeaderString": "temp_humi_sensor\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", "totalImageSize": 256174, "minimumHardwareVersion": 0, "maximumHardwareVersion": 65520 } ```
report-ota-pr
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636