So does CMake and FullMQTT tests pass for you?
The FreeRTOSIntegrity
test ensures that you do not modify any file that you are not supposed to. From your logs, these are the files that the test is complaining about:
libraries/freertos_plus/aws/ota/test/aws_test_ota_agent.c
demos/ota/aws_iot_ota_update_demo.c
libraries/c_sdk/standard/ble/src/services/mqtt_ble/iot_ble_data_transfer.c
libraries/c_sdk/standard/ble/src/iot_ble_gap.c
libraries/abstractions/ble_hal/test/src/iot_test_ble_hal_afqp.c
demos/mqtt/iot_demo_mqtt.c
libraries/abstractions/ble_hal/test/src/iot_test_ble_hal_common.c
Would you please see why you need to modify these files?
Thanks.