Back after the holidays I have tested a few builds and I've noticed
    that a few builds fail a bunch of tests.
    
    Fails on all tool chains.
    
    Is this a known issue?
    
    psoc64, musca_s1 works.
    
    Musca_B1 (nxp lpcxpresso55s69 also fails:
    PS D:\Projects\tf-m6\trusted-firmware-m\armclang> cmake -GNinja
    -S .. -B . -DTFM_PLATFORM=arm/musca_b1/sse_200
    "-DTFM_TOOLCHAIN_FILE=..\toolchain_ARMCLANG.cmake"  -DTEST_NS=ON
    -DTEST_S=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBL2=ON
    
    ...
    Running Test Suite PSA internal trusted storage S interface tests
    (TFM_S_ITS_TEST_1XXX)...
    > Executing 'TFM_S_ITS_TEST_1001'
      Description: 'Set interface'
      Set should not fail with valid UID (Failed at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:32)
      TEST: TFM_S_ITS_TEST_1001 - FAILED!
    > Executing 'TFM_S_ITS_TEST_1002'
      Description: 'Set interface with create flags'
      Set should not fail with no flags (Failed at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:91)
      TEST: TFM_S_ITS_TEST_1002 - FAILED!
    > Executing 'TFM_S_ITS_TEST_1003'
      Description: 'Set interface with NULL data pointer'
      Set should succeed with NULL data pointer and zero length (Failed
    at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:115)
      TEST: TFM_S_ITS_TEST_1003 - FAILED!
    > Executing 'TFM_S_ITS_TEST_1004'
      Description: 'Set interface with write once UID'
      Set should not rewrite a write once UID (Failed at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:138)
      TEST: TFM_S_ITS_TEST_1004 - FAILED!
    > Executing 'TFM_S_ITS_TEST_1005'
      Description: 'Get interface with valid data'
      Set should not fail (Failed at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:186)
      TEST: TFM_S_ITS_TEST_1005 - FAILED!
    > Executing 'TFM_S_ITS_TEST_1006'
      Description: 'Get interface with zero data length'
      Set should not fail (Failed at
D:/Projects/tf-m6/trusted-firmware-m/armclang/lib/ext/tfm_test_repo-src/test/suites/its/its_tests_common.c:293)
      TEST: TFM_S_ITS_TEST_1006 - FAILED!
    ...
    
    (lots more failed tests)
    ...
    *** Non-secure test suites summary ***
    Test suite 'PSA protected storage NS interface tests
    (TFM_NS_PS_TEST_1XXX)' has PASSED
    Test suite 'PSA internal trusted storage NS interface tests
    (TFM_NS_ITS_TEST_1XXX)' has FAILED
    Test suite 'Crypto non-secure interface test
    (TFM_NS_CRYPTO_TEST_1XXX)' has FAILED
    Test suite 'Platform Service Non-Secure interface
    tests(TFM_NS_PLATFORM_TEST_1XXX)' has PASSED
    Test suite 'Initial Attestation Service non-secure interface
    tests(TFM_NS_ATTEST_TEST_1XXX)' has PASSED
    Test suite 'QCBOR regression test(TFM_NS_QCBOR_TEST_1XXX)' has
    PASSED
    Test suite 'T_COSE regression test(TFM_NS_T_COSE_TEST_1XXX)' has
    PASSED
    Test suite 'PSA firmware update NS interface tests
    (TFM_NS_FWU_TEST_1xxx)' has PASSED
    Test suite 'Core non-secure positive tests (TFM_NS_CORE_TEST_1XXX)'
    has PASSED
    Test suite 'IPC non-secure interface test (TFM_NS_IPC_TEST_1XXX)'
    has PASSED
    Test suite 'TFM IRQ Test (TFM_IRQ_TEST_1xxx)' has PASSED
    
    *** End of Non-secure test suites ***