ubuntu@raspberrypi:~$ cd certification-tool/ ubuntu@raspberrypi:~/certification-tool$ docker run -v /home/ubuntu/certification-tool/backend/test_collections/matter/sdk_tests/sdk_checkout/python_testing:/root/temp_python_testing -v /home/ubuntu/ci-pics-values.txt:/root/ci-pics-values -v /var/credentials:/credentials -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket -v 20202021:/launch_dir --privileged --network host -it connectedhomeip/chip-cert-bins:11f94c383171b709712106362e902f65253f4968 root@raspberrypi:~# rm -f admin_storage.json && python3 temp_python_testing/scripts/sdk/TC_AccessChecker.py --discriminator 3840 --passcode 20202021 --commissioning-method ble-thread --paa-trust-store-path /credentials/development/paa-root-certs/ --storage-path admin_storage.json --tests test_TC_ACE_2_1 --thread-dataset-hex 0e08000000000001000035060004001fffe00208e937249e115ef54b0708fd84482042f4449c0102539a04102cd5117f5d2ee8982739d31a28b6732a0c0402a0f7f800030000140305356274797a051000112233445566778899aabbccddeeff --ble-interface-id 0 --timeout 300 [1727419195.945462][10:10] CHIP:CTL: Setting attestation nonce to random value [1727419195.947960][10:10] CHIP:CTL: Setting CSR nonce to random value [1727419195.949659][10:10] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs [1727419195.950087][10:10] CHIP:DL: writing settings to file (/tmp/chip_kvs-auKaLw) [1727419195.950366][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_kvs) [1727419195.950665][10:10] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini [1727419195.951070][10:10] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-di4aiR) [1727419195.951294][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1727419195.951457][10:10] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini [1727419195.951731][10:10] CHIP:DL: writing settings to file (/tmp/chip_config.ini-urtO20) [1727419195.952059][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1727419195.952232][10:10] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini [1727419195.952528][10:10] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-S3okUj) [1727419195.952814][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1727419195.953480][10:10] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-rUQ5a9) [1727419195.954145][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1727419195.954222][10:10] CHIP:DL: NVS set: chip-factory/unique-id = "8666578714BFC248" [1727419195.954655][10:10] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-8hWOMi) [1727419195.957146][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1727419195.957227][10:10] CHIP:DL: NVS set: chip-factory/vendor-id = 65521 (0xFFF1) [1727419195.957575][10:10] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-FJH2Vp) [1727419195.958211][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini) [1727419195.958290][10:10] CHIP:DL: NVS set: chip-factory/product-id = 32769 (0x8001) [1727419195.958710][10:10] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-oSLIMJ) [1727419195.959273][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1727419195.959351][10:10] CHIP:DL: NVS set: chip-counters/reboot-count = 1 (0x1) [1727419195.959796][10:10] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-Jz1eZR) [1727419195.960451][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1727419195.960532][10:10] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0) [1727419195.960980][10:10] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-dfOTuq) [1727419195.961634][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini) [1727419195.961720][10:10] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0) [1727419195.962177][10:10] CHIP:DL: writing settings to file (/tmp/chip_config.ini-zSacSm) [1727419195.962773][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1727419195.962855][10:10] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0) [1727419195.963295][10:10] CHIP:DL: writing settings to file (/tmp/chip_config.ini-qMmSHr) [1727419195.963977][10:10] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini) [1727419195.964062][10:10] CHIP:DL: NVS set: chip-config/location-capability = 2 (0x2) [1727419195.964910][10:10] CHIP:DL: Got Ethernet interface: eth0 [1727419195.965433][10:10] CHIP:DL: Found the primary Ethernet interface:eth0 [1727419195.966101][10:10] CHIP:DL: Got WiFi interface: wlan0 [1727419195.966187][10:10] CHIP:DL: Failed to reset WiFi statistic counts Initializing persistent storage from file: admin_storage.json ERROR:root:[Errno 2] No such file or directory: 'admin_storage.json' CRITICAL:root:Could not load configuration from admin_storage.json - resetting configuration... WARNING:root:No valid SDK configuration present - clearing out configuration WARNING:root:No valid REPL configuration present - clearing out configuration [1727419195.969037][10:10] CHIP:IN: UDP::Init bind&listen port=0 [1727419195.969205][10:10] CHIP:IN: UDP::Init bound to port=40987 [1727419195.969236][10:10] CHIP:IN: UDP::Init bind&listen port=0 [1727419195.969334][10:10] CHIP:IN: UDP::Init bound to port=41432 [1727419195.969360][10:10] CHIP:IN: BLEBase::Init - setting/overriding transport [1727419195.969382][10:10] CHIP:IN: TransportMgr initialized [1727419195.969555][10:10] CHIP:FP: Initializing FabricTable from persistent storage [1727419195.969608][10:10] CHIP:CTL: StorageAdapter::GetKeyValue: Key = g/lkgt, Value = 0xfffffaad2450 (18) [1727419195.969701][10:10] CHIP:CTL: Key Not Found [1727419195.969737][10:10] CHIP:TS: Last Known Good Time: [unknown] [1727419195.969768][10:10] CHIP:TS: Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48 [1727419195.969815][10:10] CHIP:CTL: StorageAdapter::SetKeyValue: Key = g/lkgt, Value = 0xfffffaad2450 (8) [1727419195.970730][10:10] CHIP:CTL: StorageAdapter::GetKeyValue: Key = g/fidx, Value = 0xfffffaad2638 (44) [1727419195.970807][10:10] CHIP:CTL: Key Not Found [1727419195.970841][10:10] CHIP:CTL: StorageAdapter::GetKeyValue: Key = g/fs/c, Value = 0xfffffaad24e0 (36) [1727419195.970872][10:10] CHIP:CTL: Key Not Found [1727419195.971085][10:10] CHIP:CTL: StorageAdapter::GetKeyValue: Key = g/gcc, Value = 0xfffffaad256c (4) [1727419195.971147][10:10] CHIP:CTL: Key Not Found [1727419195.971198][10:10] CHIP:CTL: StorageAdapter::GetKeyValue: Key = g/gdc, Value = 0xfffffaad256c (4) [1727419195.971233][10:10] CHIP:CTL: Key Not Found [1727419195.971274][10:10] CHIP:CTL: StorageAdapter::SetKeyValue: Key = g/gcc, Value = 0xfffffaad256c (4) [1727419195.971739][10:10] CHIP:CTL: StorageAdapter::SetKeyValue: Key = g/gdc, Value = 0xfffffaad256c (4) [1727419195.972349][10:10] CHIP:ZCL: Using ZAP configuration... [1727419195.976329][10:10] CHIP:DL: Avahi client registered [1727419195.976476][10:10] CHIP:IN: CASE Server enabling CASE session setups [1727419195.976626][10:10] CHIP:IN: SecureSession[0xaaaad6819090]: Allocated Type:2 LSID:20514 [1727419195.976716][10:10] CHIP:SC: Allocated SecureSession (0xaaaad6819090) - waiting for Sigma1 msg [1727419195.976813][10:10] CHIP:CTL: System State Initialized... [1727419195.977493][10:13] CHIP:DL: CHIP task running [1727419195.977784][10:13] CHIP:DL: HandlePlatformSpecificBLEEvent 32786 WARNING:CertificateAuthorityManager:Loading certificate authorities from storage... WARNING:matter.python_testing:Didn't find any CertificateAuthorities in storage -- creating a new CertificateAuthority + FabricAdmin... WARNING:CertificateAuthority:New CertificateAuthority at index 1 WARNING:FabricAdmin:New FabricAdmin: FabricId: 0x0000000000000001, VendorId = 0xFFF1 WARNING:FabricAdmin:Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000001, NodeId: 0x000000000001B669, CatTags: [] ERROR:chip.native.DL:Long dispatch time: 428 ms, for event type 2 [MatterTest] 09-27 06:39:56.629 INFO Starting test set, running 1 tests [MatterTest] 09-27 06:39:56.636 INFO ==========> CommissionDeviceTest <========== [MatterTest] 09-27 06:39:56.639 INFO [Test] test_run_commissioning [MatterTest] 09-27 06:39:56.640 INFO Starting commissioning for root index 1, fabric ID 0x0000000000000001, node ID 0x0000000012344321 [MatterTest] 09-27 06:39:56.641 INFO Commissioning method: ble-thread [MatterTest] 09-27 06:39:56.642 INFO Setting thread operational dataset from parameters [MatterTest] 09-27 06:39:56.642 INFO Setting attestation nonce to random value [MatterTest] 09-27 06:39:56.643 INFO Setting CSR nonce to random value [MatterTest] 09-27 06:39:56.644 INFO Commission called for node ID 0x0000000012344321 [MatterTest] 09-27 06:39:56.665 INFO BLE removing known devices. [MatterTest] 09-27 06:39:56.668 INFO BLE initiating scan. [MatterTest] 09-27 06:39:56.735 INFO New device scanned: DA:36:BE:D6:02:E8 [MatterTest] 09-27 06:39:56.736 ERROR Skip connection: Device discriminator does not match: 2871 != 3840 [MatterTest] 09-27 06:39:56.913 INFO New device scanned: DE:53:6D:52:8D:11 [MatterTest] 09-27 06:39:56.914 INFO Device discriminator match. Attempting to connect. [MatterTest] 09-27 06:39:57.472 INFO New device connected: DE:53:6D:52:8D:11 [MatterTest] 09-27 06:39:57.602 INFO Avahi group established [MatterTest] 09-27 06:39:57.619 INFO Avahi group established [MatterTest] 09-27 06:39:58.962 INFO Closing all BLE connections [MatterTest] 09-27 06:39:58.965 INFO <<< [E:32536i S:0 M:223865991] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:20 (SecureChannel:PBKDFParamRequest) [MatterTest] 09-27 06:39:59.369 INFO subscribe complete, ep = 0xffffadfc3dc0 [MatterTest] 09-27 06:39:59.370 INFO peripheral chose BTP version 4; central expected between 4 and 4 [MatterTest] 09-27 06:39:59.371 INFO using BTP fragment sizes rx 244 / tx 244. [MatterTest] 09-27 06:39:59.372 INFO local and remote recv window size = 5 [MatterTest] 09-27 06:39:59.552 INFO >>> [E:32536i S:0 M:205608191] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) [MatterTest] 09-27 06:39:59.566 INFO <<< [E:32536i S:0 M:223865992] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:22 (SecureChannel:PASE_Pake1) [MatterTest] 09-27 06:39:59.777 INFO >>> [E:32536i S:0 M:205608192] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:23 (SecureChannel:PASE_Pake2) [MatterTest] 09-27 06:39:59.783 INFO <<< [E:32536i S:0 M:223865993] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:24 (SecureChannel:PASE_Pake3) [MatterTest] 09-27 06:39:59.911 INFO >>> [E:32536i S:0 M:205608193] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:40 (SecureChannel:StatusReport) [MatterTest] 09-27 06:39:59.914 INFO SecureSession[0xffff980100e0, LSID:20515]: State change 'kEstablishing' --> 'kActive' Established secure session with Device [MatterTest] 09-27 06:39:59.916 INFO Commissioning stage next step: 'SecurePairing' -> 'ReadCommissioningInfo' [MatterTest] 09-27 06:39:59.917 INFO Performing next commissioning step 'ReadCommissioningInfo' [MatterTest] 09-27 06:39:59.918 INFO Sending read request for commissioning information [MatterTest] 09-27 06:39:59.920 INFO <<< [E:32537i S:20515 M:57517256] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:00.226 INFO >>> [E:32537i S:20515 M:164353171] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:00.251 INFO Successfully finished commissioning step 'ReadCommissioningInfo' [MatterTest] 09-27 06:40:00.252 INFO Commissioning stage next step: 'ReadCommissioningInfo' -> 'ReadCommissioningInfo2' [MatterTest] 09-27 06:40:00.252 INFO Performing next commissioning step 'ReadCommissioningInfo2' [MatterTest] 09-27 06:40:00.253 INFO <<< [E:32538i S:20515 M:57517257] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:00.362 INFO >>> [E:32538i S:20515 M:164353172] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:00.377 INFO ----- NetworkCommissioning Features: has Thread. endpointid = 0 [MatterTest] 09-27 06:40:00.378 INFO No matching fabric found [MatterTest] 09-27 06:40:00.378 INFO Successfully finished commissioning step 'ReadCommissioningInfo2' [MatterTest] 09-27 06:40:00.379 INFO Commissioning stage next step: 'ReadCommissioningInfo2' -> 'ArmFailSafe' [MatterTest] 09-27 06:40:00.379 INFO Performing next commissioning step 'ArmFailSafe' [MatterTest] 09-27 06:40:00.380 INFO Arming failsafe (60 seconds) [MatterTest] 09-27 06:40:00.381 INFO <<< [E:32539i S:20515 M:57517258] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:00.496 INFO >>> [E:32539i S:20515 M:164353173] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:00.504 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001 [MatterTest] 09-27 06:40:00.505 INFO Received ArmFailSafe response errorCode=0 [MatterTest] 09-27 06:40:00.505 INFO Successfully finished commissioning step 'ArmFailSafe' [MatterTest] 09-27 06:40:00.506 INFO Commissioning stage next step: 'ArmFailSafe' -> 'ConfigRegulatory' [MatterTest] 09-27 06:40:00.507 INFO Performing next commissioning step 'ConfigRegulatory' [MatterTest] 09-27 06:40:00.507 INFO Setting Regulatory Config [MatterTest] 09-27 06:40:00.508 INFO Device does not support configurable regulatory location [MatterTest] 09-27 06:40:00.509 INFO <<< [E:32540i S:20515 M:57517259] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:00.631 INFO >>> [E:32540i S:20515 M:164353174] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:00.643 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0003 [MatterTest] 09-27 06:40:00.643 INFO Received SetRegulatoryConfig response errorCode=0 [MatterTest] 09-27 06:40:00.644 INFO Successfully finished commissioning step 'ConfigRegulatory' [MatterTest] 09-27 06:40:00.644 INFO Commissioning stage next step: 'ConfigRegulatory' -> 'SendPAICertificateRequest' [MatterTest] 09-27 06:40:00.644 INFO Performing next commissioning step 'SendPAICertificateRequest' [MatterTest] 09-27 06:40:00.645 INFO Sending request for PAI certificate [MatterTest] 09-27 06:40:00.647 INFO <<< [E:32541i S:20515 M:57517260] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:00.946 INFO >>> [E:32541i S:20515 M:164353175] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:00.957 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003 [MatterTest] 09-27 06:40:00.957 INFO Received certificate chain from the device [MatterTest] 09-27 06:40:00.958 INFO Successfully finished commissioning step 'SendPAICertificateRequest' [MatterTest] 09-27 06:40:00.958 INFO Commissioning stage next step: 'SendPAICertificateRequest' -> 'SendDACCertificateRequest' [MatterTest] 09-27 06:40:00.959 INFO Performing next commissioning step 'SendDACCertificateRequest' [MatterTest] 09-27 06:40:00.959 INFO Sending request for DAC certificate [MatterTest] 09-27 06:40:00.961 INFO <<< [E:32542i S:20515 M:57517261] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:01.262 INFO >>> [E:32542i S:20515 M:164353176] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:01.271 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003 [MatterTest] 09-27 06:40:01.271 INFO Received certificate chain from the device [MatterTest] 09-27 06:40:01.272 INFO Successfully finished commissioning step 'SendDACCertificateRequest' [MatterTest] 09-27 06:40:01.273 INFO Commissioning stage next step: 'SendDACCertificateRequest' -> 'SendAttestationRequest' [MatterTest] 09-27 06:40:01.273 INFO Performing next commissioning step 'SendAttestationRequest' [MatterTest] 09-27 06:40:01.274 INFO Sending Attestation Request to the device. [MatterTest] 09-27 06:40:01.276 INFO <<< [E:32543i S:20515 M:57517262] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:01.758 INFO >>> [E:32543i S:20515 M:164353177] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:01.769 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001 [MatterTest] 09-27 06:40:01.769 INFO Received Attestation Information from the device [MatterTest] 09-27 06:40:01.770 INFO Successfully finished commissioning step 'SendAttestationRequest' [MatterTest] 09-27 06:40:01.771 INFO Commissioning stage next step: 'SendAttestationRequest' -> 'AttestationVerification' [MatterTest] 09-27 06:40:01.771 INFO Performing next commissioning step 'AttestationVerification' [MatterTest] 09-27 06:40:01.772 INFO Verifying attestation [MatterTest] 09-27 06:40:01.857 INFO Successfully validated 'Attestation Information' command received from the device. [MatterTest] 09-27 06:40:01.857 INFO Successfully finished commissioning step 'AttestationVerification' [MatterTest] 09-27 06:40:01.858 INFO Commissioning stage next step: 'AttestationVerification' -> 'SendOpCertSigningRequest' [MatterTest] 09-27 06:40:01.858 INFO Performing next commissioning step 'SendOpCertSigningRequest' [MatterTest] 09-27 06:40:01.860 INFO <<< [E:32544i S:20515 M:57517263] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:01.862 ERROR Long dispatch time: 104 ms, for event type 16389 [MatterTest] 09-27 06:40:02.162 INFO >>> [E:32544i S:20515 M:164353178] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:02.171 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0005 [MatterTest] 09-27 06:40:02.172 INFO Received certificate signing request from the device [MatterTest] 09-27 06:40:02.172 INFO Successfully finished commissioning step 'SendOpCertSigningRequest' [MatterTest] 09-27 06:40:02.173 INFO Commissioning stage next step: 'SendOpCertSigningRequest' -> 'ValidateCSR' [MatterTest] 09-27 06:40:02.174 INFO Performing next commissioning step 'ValidateCSR' [MatterTest] 09-27 06:40:02.179 INFO Successfully finished commissioning step 'ValidateCSR' [MatterTest] 09-27 06:40:02.180 INFO Commissioning stage next step: 'ValidateCSR' -> 'GenerateNOCChain' [MatterTest] 09-27 06:40:02.180 INFO Performing next commissioning step 'GenerateNOCChain' [MatterTest] 09-27 06:40:02.181 INFO Getting certificate chain for the device from the issuer [MatterTest] 09-27 06:40:02.184 INFO Verifying Certificate Signing Request [MatterTest] 09-27 06:40:02.187 INFO Generating NOC [MatterTest] 09-27 06:40:02.188 INFO Providing certificate chain to the commissioner [MatterTest] 09-27 06:40:02.189 INFO Received callback from the CA for NOC Chain generation. Status src/controller/ExampleOperationalCredentialsIssuer.cpp:395: Success [MatterTest] 09-27 06:40:02.189 INFO Successfully finished commissioning step 'GenerateNOCChain' [MatterTest] 09-27 06:40:02.190 INFO Performing next commissioning step 'SendTrustedRootCert' [MatterTest] 09-27 06:40:02.190 INFO Sending root certificate to the device [MatterTest] 09-27 06:40:02.192 INFO <<< [E:32545i S:20515 M:57517264] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:02.193 INFO Sent root certificate to the device [MatterTest] 09-27 06:40:02.477 INFO >>> [E:32545i S:20515 M:164353179] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:02.486 INFO Received Command Response Status for Endpoint=0 Cluster=0x0000_003E Command=0x0000_000B Status=0x0 [MatterTest] 09-27 06:40:02.487 INFO Device confirmed that it has received the root certificate [MatterTest] 09-27 06:40:02.487 INFO Successfully finished commissioning step 'SendTrustedRootCert' [MatterTest] 09-27 06:40:02.488 INFO Commissioning stage next step: 'SendTrustedRootCert' -> 'SendNOC' [MatterTest] 09-27 06:40:02.489 INFO Performing next commissioning step 'SendNOC' [MatterTest] 09-27 06:40:02.491 INFO <<< [E:32546i S:20515 M:57517265] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:02.492 INFO Sent operational certificate to the device [MatterTest] 09-27 06:40:02.972 INFO >>> [E:32546i S:20515 M:164353180] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:02.982 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0008 [MatterTest] 09-27 06:40:02.983 INFO Device returned status 0 on receiving the NOC [MatterTest] 09-27 06:40:02.983 INFO Operational credentials provisioned on device 0xffff9805f7b0 [MatterTest] 09-27 06:40:02.984 INFO Secure Pairing Success [MatterTest] 09-27 06:40:02.984 INFO Successfully finished commissioning step 'SendNOC' [MatterTest] 09-27 06:40:02.985 INFO No NetworkScan enabled or WiFi/Thread endpoint not specified, skipping ScanNetworks [MatterTest] 09-27 06:40:02.985 INFO Commissioning stage next step: 'SendNOC' -> 'ThreadNetworkSetup' [MatterTest] 09-27 06:40:02.986 INFO Performing next commissioning step 'ThreadNetworkSetup' [MatterTest] 09-27 06:40:02.987 INFO <<< [E:32547i S:20515 M:57517266] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:03.107 INFO >>> [E:32547i S:20515 M:164353181] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:03.118 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0005 [MatterTest] 09-27 06:40:03.119 INFO Received NetworkConfig response, networkingStatus=0 [MatterTest] 09-27 06:40:03.119 INFO Successfully finished commissioning step 'ThreadNetworkSetup' [MatterTest] 09-27 06:40:03.120 INFO Commissioning stage next step: 'ThreadNetworkSetup' -> 'FailsafeBeforeThreadEnable' [MatterTest] 09-27 06:40:03.120 INFO Performing next commissioning step 'FailsafeBeforeThreadEnable' [MatterTest] 09-27 06:40:03.121 INFO Arming failsafe (97 seconds) [MatterTest] 09-27 06:40:03.122 INFO <<< [E:32548i S:20515 M:57517267] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:03.241 INFO >>> [E:32548i S:20515 M:164353182] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:03.251 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001 [MatterTest] 09-27 06:40:03.251 INFO Received ArmFailSafe response errorCode=0 [MatterTest] 09-27 06:40:03.252 INFO Successfully finished commissioning step 'FailsafeBeforeThreadEnable' [MatterTest] 09-27 06:40:03.252 INFO Commissioning stage next step: 'FailsafeBeforeThreadEnable' -> 'ThreadNetworkEnable' [MatterTest] 09-27 06:40:03.252 INFO Performing next commissioning step 'ThreadNetworkEnable' [MatterTest] 09-27 06:40:03.254 INFO <<< [E:32549i S:20515 M:57517268] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:04.726 INFO >>> [E:32549i S:20515 M:164353183] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:04.736 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0007 [MatterTest] 09-27 06:40:04.737 INFO Received ConnectNetwork response, networkingStatus=0 [MatterTest] 09-27 06:40:04.737 INFO Successfully finished commissioning step 'ThreadNetworkEnable' [MatterTest] 09-27 06:40:04.738 INFO Commissioning stage next step: 'ThreadNetworkEnable' -> 'FindOperational' [MatterTest] 09-27 06:40:04.738 INFO Performing next commissioning step 'FindOperational' [MatterTest] 09-27 06:40:04.740 INFO Resolving 246DEF95D80A736C:0000000012344321 ... [MatterTest] 09-27 06:40:04.941 INFO Checking node lookup status after 200 ms [MatterTest] 09-27 06:40:06.773 INFO Avahi resolve found [MatterTest] 09-27 06:40:06.774 INFO Node ID resolved for 246DEF95D80A736C:0000000012344321 [MatterTest] 09-27 06:40:06.781 INFO UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%eth0]:5540: new best score: 5 [MatterTest] 09-27 06:40:06.782 INFO Checking node lookup status after 2042 ms [MatterTest] 09-27 06:40:06.785 INFO Initiating session on local FabricIndex 1 from 0x000000000001B669 -> 0x0000000012344321 [MatterTest] 09-27 06:40:06.788 INFO <<< [E:32550i S:0 M:223865994] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7]:5540] --- Type 0000:30 (SecureChannel:CASE_Sigma1) [MatterTest] 09-27 06:40:06.789 INFO Sent Sigma1 msg [MatterTest] 09-27 06:40:09.858 INFO Retransmitting MessageCounter:223865994 on exchange 32550i Send Cnt 1 [MatterTest] 09-27 06:40:12.987 INFO Retransmitting MessageCounter:223865994 on exchange 32550i Send Cnt 2 [MatterTest] 09-27 06:40:17.599 INFO Retransmitting MessageCounter:223865994 on exchange 32550i Send Cnt 3 [MatterTest] 09-27 06:40:25.653 INFO >>> [E:32550i S:0 M:205608194 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:25.924 INFO >>> [E:32550i S:0 M:205608195 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:31 (SecureChannel:CASE_Sigma2) [MatterTest] 09-27 06:40:25.926 INFO Received Sigma2 msg [MatterTest] 09-27 06:40:25.941 INFO <<< [E:32550i S:0 M:223865995 (Ack:205608195)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:32 (SecureChannel:CASE_Sigma3) [MatterTest] 09-27 06:40:25.942 INFO Sent Sigma3 msg [MatterTest] 09-27 06:40:25.943 INFO >>> [E:32550i S:0 M:205608196 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:25.945 INFO >>> [E:32550i S:0 M:205608197 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:25.946 INFO >>> [E:32550i S:0 M:205608198 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:28.332 INFO >>> [E:32550i S:0 M:205608195 (Ack:223865994)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:31 (SecureChannel:CASE_Sigma2) [MatterTest] 09-27 06:40:28.334 INFO <<< [E:32550i S:0 M:223865996 (Ack:205608195)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:28.365 INFO >>> [E:32550i S:0 M:205608199 (Ack:223865995)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:28.612 INFO >>> [E:32550i S:0 M:205608200 (Ack:223865995)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:40 (SecureChannel:StatusReport) [MatterTest] 09-27 06:40:28.614 INFO Success status report received. Session was established [MatterTest] 09-27 06:40:28.616 INFO SetSdkKey: f/1/s/0000000012344321 = b"\x150\x03\x10\x9bl\x0e\xce\xe4\xd2l?h\xc0\x83\x88\xd4\xd8\xb9\x190\x04 \x1b\n\x1a\xca\xb6\x98<\xe3\xda\x19\x19n\xec\xa0\x9c\xd9\xb7\xfd\xd5\x0e\xd3\xc5\x18'\\\x8d\xa3Y\x8c\xfd\xca\xe70\x05\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18" [MatterTest] 09-27 06:40:28.617 INFO Committing... [MatterTest] 09-27 06:40:28.619 INFO SetSdkKey: g/s/m2wOzuTSbD9owIOI1Ni5GQ== = b'\x15$\x01\x01&\x02!C4\x12\x18' [MatterTest] 09-27 06:40:28.620 INFO Committing... [MatterTest] 09-27 06:40:28.622 INFO SetSdkKey: g/sri = b'\x16\x15$\x01\x01&\x02!C4\x12\x18\x18' [MatterTest] 09-27 06:40:28.622 INFO Committing... [MatterTest] 09-27 06:40:28.624 INFO SecureSession[0xffff98063720, LSID:20516]: State change 'kEstablishing' --> 'kActive' [MatterTest] 09-27 06:40:28.625 INFO Successfully finished commissioning step 'FindOperational' [MatterTest] 09-27 06:40:28.625 INFO Commissioning stage next step: 'FindOperational' -> 'SendComplete' [MatterTest] 09-27 06:40:28.626 INFO Performing next commissioning step 'SendComplete' [MatterTest] 09-27 06:40:28.627 INFO <<< [E:32551i S:20516 M:175879018] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:08 (IM:InvokeCommandRequest) [MatterTest] 09-27 06:40:28.628 INFO <<< [E:32550i S:0 M:223865997 (Ack:205608200)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:29.157 INFO >>> [E:32551i S:20516 M:115880574 (Ack:175879018)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:09 (IM:InvokeCommandResponse) [MatterTest] 09-27 06:40:29.170 INFO Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0005 [MatterTest] 09-27 06:40:29.170 INFO Received CommissioningComplete response, errorCode=0 [MatterTest] 09-27 06:40:29.171 INFO Successfully finished commissioning step 'SendComplete' [MatterTest] 09-27 06:40:29.171 INFO Commissioning stage next step: 'SendComplete' -> 'Cleanup' [MatterTest] 09-27 06:40:29.172 INFO Performing next commissioning step 'Cleanup' [MatterTest] 09-27 06:40:29.172 INFO Closing all BLE connections [MatterTest] 09-27 06:40:29.173 INFO Auto-closing end point's BLE connection. [MatterTest] 09-27 06:40:29.174 INFO Closing BLE GATT connection (con 0xffff90015ca0) [MatterTest] 09-27 06:40:29.521 INFO SecureSession[0xffff980100e0, LSID:20515]: State change 'kActive' --> 'kPendingEviction' [MatterTest] 09-27 06:40:29.522 INFO Bluez notify CHIPoBluez connection disconnected [MatterTest] 09-27 06:40:29.525 INFO Successfully finished commissioning step 'Cleanup' Commissioning complete [MatterTest] 09-27 06:40:29.528 INFO <<< [E:32551i S:20516 M:175879019 (Ack:115880574)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:29.530 INFO [Test] test_run_commissioning PASS [MatterTest] 09-27 06:40:29.536 ERROR no endpoint for unsub complete [MatterTest] 09-27 06:40:29.537 INFO Summary for test class CommissionDeviceTest: Error 0, Executed 1, Failed 0, Passed 1, Requested 1, Skipped 0 [MatterTest] 09-27 06:40:29.542 INFO ==========> AccessChecker <========== [MatterTest] 09-27 06:40:29.547 INFO Found an existing secure session to [1:0000000012344321]! [MatterTest] 09-27 06:40:29.550 INFO <<< [E:32552i S:20516 M:175879020] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:30.210 INFO >>> [E:32552i S:20516 M:115880575 (Ack:175879020)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:30.294 INFO <<< [E:32552i S:20516 M:175879021 (Ack:115880575)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:30.684 INFO >>> [E:32552i S:20516 M:115880576 (Ack:175879021)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:30.772 INFO <<< [E:32552i S:20516 M:175879022 (Ack:115880576)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:33.085 INFO >>> [E:32552i S:20516 M:115880576 (Ack:175879021)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:33.087 INFO <<< [E:32552i S:20516 M:175879023 (Ack:115880576)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:33.211 INFO >>> [E:32552i S:20516 M:115880577 (Ack:175879022)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:33.292 INFO <<< [E:32552i S:20516 M:175879024 (Ack:115880577)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:35.631 INFO >>> [E:32552i S:20516 M:115880577 (Ack:175879022)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:35.634 INFO <<< [E:32552i S:20516 M:175879025 (Ack:115880577)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:35.756 INFO >>> [E:32552i S:20516 M:115880578 (Ack:175879024)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:35.852 INFO <<< [E:32552i S:20516 M:175879026 (Ack:115880578)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:37.680 INFO >>> [E:32552i S:20516 M:115880579 (Ack:175879026)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:37.751 INFO <<< [E:32552i S:20516 M:175879027 (Ack:115880579)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:38.180 INFO >>> [E:32552i S:20516 M:115880580 (Ack:175879027)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:38.217 INFO <<< [E:32552i S:20516 M:175879028 (Ack:115880580)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:38.696 INFO >>> [E:32552i S:20516 M:115880581 (Ack:175879028)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:38.787 INFO <<< [E:32552i S:20516 M:175879029 (Ack:115880581)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:01 (IM:StatusResponse) [MatterTest] 09-27 06:40:39.117 INFO >>> [E:32552i S:20516 M:115880582 (Ack:175879029)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:39.472 INFO <<< [E:32552i S:20516 M:175879030 (Ack:115880582)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:39.496 INFO ########################################################### [MatterTest] 09-27 06:40:39.496 INFO Start of actual tests [MatterTest] 09-27 06:40:39.497 INFO ########################################################### [MatterTest] 09-27 06:40:39.500 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/BooleanStateConfiguration.xml [MatterTest] 09-27 06:40:39.502 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OTARequestor.xml [MatterTest] 09-27 06:40:39.507 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_EVSE.xml [MatterTest] 09-27 06:40:39.508 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_WaterHeater.xml [MatterTest] 09-27 06:40:39.509 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DeviceEnergyManagement.xml [MatterTest] 09-27 06:40:39.513 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WiFiPerDeviceCredentials.xml [MatterTest] 09-27 06:40:39.514 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Scenes.xml [MatterTest] 09-27 06:40:39.517 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/EnergyPreference.xml [MatterTest] 09-27 06:40:39.519 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Label-Cluster-FixedLabelCluster.xml [MatterTest] 09-27 06:40:39.520 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LocalizationTimeFormat.xml [MatterTest] 09-27 06:40:39.521 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ContentAppObserver.xml [MatterTest] 09-27 06:40:39.523 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DoorLock.xml [MatterTest] 09-27 06:40:39.535 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_RVCRun.xml [MatterTest] 09-27 06:40:39.537 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DishwasherAlarm.xml [MatterTest] 09-27 06:40:39.539 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ContentLauncher.xml [MatterTest] 09-27 06:40:39.541 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/FanControl.xml [MatterTest] 09-27 06:40:39.544 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/energy_management.xml [MatterTest] 09-27 06:40:39.545 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/GeneralCommissioningCluster.xml [MatterTest] 09-27 06:40:39.546 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_DeviceEnergyManagement.xml [MatterTest] 09-27 06:40:39.548 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/EnergyCalendar.xml [MatterTest] 09-27 06:40:39.550 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ConcentrationMeasurement.xml [MatterTest] 09-27 06:40:39.557 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WindowCovering.xml [MatterTest] 09-27 06:40:39.562 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/MediaPlayback.xml [MatterTest] 09-27 06:40:39.566 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DemandResponseLoadControl.xml [MatterTest] 09-27 06:40:39.569 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/PumpConfigurationControl.xml [MatterTest] 09-27 06:40:39.573 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ElectricalEnergyMeasurement.xml [MatterTest] 09-27 06:40:39.575 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticsGeneral.xml [MatterTest] 09-27 06:40:39.578 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ApplicationBasic.xml [MatterTest] 09-27 06:40:39.580 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/network_infrastructure.xml [MatterTest] 09-27 06:40:39.580 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/bridge-clusters-ActionsCluster.xml [MatterTest] 09-27 06:40:39.583 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OnOff.xml [MatterTest] 09-27 06:40:39.585 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/TemperatureMeasurement.xml [MatterTest] 09-27 06:40:39.587 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/SmokeCOAlarm.xml [MatterTest] 09-27 06:40:39.589 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ResourceMonitoring.xml [MatterTest] 09-27 06:40:39.591 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ModeBase.xml [MatterTest] 09-27 06:40:39.593 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/MicrowaveOvenControl.xml [MatterTest] 09-27 06:40:39.595 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Label-Cluster-LabelCluster.xml [MatterTest] 09-27 06:40:39.596 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticsWiFi.xml [MatterTest] 09-27 06:40:39.599 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ModeSelect.xml [MatterTest] 09-27 06:40:39.600 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/BallastConfiguration.xml [MatterTest] 09-27 06:40:39.602 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ContentControl.xml [MatterTest] 09-27 06:40:39.606 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_Refrigerator.xml [MatterTest] 09-27 06:40:39.607 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Thermostat.xml [MatterTest] 09-27 06:40:39.614 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/IlluminanceMeasurement.xml [MatterTest] 09-27 06:40:39.616 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OccupancySensing.xml [MatterTest] 09-27 06:40:39.618 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OTASoftwareUpdate.xml [MatterTest] 09-27 06:40:39.619 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OperationalCredentialCluster.xml [MatterTest] 09-27 06:40:39.621 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Groups.xml [MatterTest] 09-27 06:40:39.624 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LaundryWasherControls.xml [MatterTest] 09-27 06:40:39.626 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OperationalState_Oven.xml [MatterTest] 09-27 06:40:39.627 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/PressureMeasurement.xml [MatterTest] 09-27 06:40:39.628 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ThermostatUserInterfaceConfiguration.xml [MatterTest] 09-27 06:40:39.630 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/EnergyEVSE.xml [MatterTest] 09-27 06:40:39.634 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Identify.xml [MatterTest] 09-27 06:40:39.636 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LocalizationUnit.xml [MatterTest] 09-27 06:40:39.637 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/BasicInformationCluster.xml [MatterTest] 09-27 06:40:39.640 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_RVCClean.xml [MatterTest] 09-27 06:40:39.641 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ElectricalPowerMeasurement.xml [MatterTest] 09-27 06:40:39.644 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/TimeSync.xml [MatterTest] 09-27 06:40:39.648 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LocalizationConfiguration.xml [MatterTest] 09-27 06:40:39.649 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/PowerSourceCluster.xml [MatterTest] 09-27 06:40:39.654 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/FlowMeasurement.xml [MatterTest] 09-27 06:40:39.656 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/BooleanState.xml [MatterTest] 09-27 06:40:39.658 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LowPower.xml [MatterTest] 09-27 06:40:39.659 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WakeOnLAN.xml [MatterTest] 09-27 06:40:39.660 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/PowerTopology.xml [MatterTest] 09-27 06:40:39.661 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticsEthernet.xml [MatterTest] 09-27 06:40:39.663 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Descriptor-Cluster.xml [MatterTest] 09-27 06:40:39.665 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticLogsCluster.xml [MatterTest] 09-27 06:40:39.666 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/AdminCommissioningCluster.xml [MatterTest] 09-27 06:40:39.668 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/NetworkIdentityManagement.xml [MatterTest] 09-27 06:40:39.670 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Switch.xml [MatterTest] 09-27 06:40:39.672 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/EnergyPrice.xml [MatterTest] 09-27 06:40:39.674 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OperationalState.xml [MatterTest] 09-27 06:40:39.676 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/TemperatureControl.xml [MatterTest] 09-27 06:40:39.678 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ColorControl.xml [MatterTest] 09-27 06:40:39.685 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ThreadBorderRouterDiagnostics.xml [MatterTest] 09-27 06:40:39.687 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticsThread.xml [MatterTest] 09-27 06:40:39.694 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OperationalState_RVC.xml [MatterTest] 09-27 06:40:39.696 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/RefrigeratorAlarm.xml [MatterTest] 09-27 06:40:39.697 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Binding-Cluster.xml [MatterTest] 09-27 06:40:39.698 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ACL-Cluster.xml [MatterTest] 09-27 06:40:39.700 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Group-Key-Management-Cluster.xml [MatterTest] 09-27 06:40:39.702 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LaundryDryerControls.xml [MatterTest] 09-27 06:40:39.704 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/DiagnosticsSoftware.xml [MatterTest] 09-27 06:40:39.705 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/PowerSourceConfigurationCluster.xml [MatterTest] 09-27 06:40:39.706 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Channel.xml [MatterTest] 09-27 06:40:39.709 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/TargetNavigator.xml [MatterTest] 09-27 06:40:39.711 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Messages.xml [MatterTest] 09-27 06:40:39.713 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/AlarmBase.xml [MatterTest] 09-27 06:40:39.715 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/OTAProvider.xml [MatterTest] 09-27 06:40:39.717 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ApplicationLauncher.xml [MatterTest] 09-27 06:40:39.719 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/AccountLogin.xml [MatterTest] 09-27 06:40:39.720 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WaterContentMeasurement.xml [MatterTest] 09-27 06:40:39.721 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/bridge-clusters-BridgedDeviceBasicInformationCluster.xml [MatterTest] 09-27 06:40:39.723 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/AirQuality.xml [MatterTest] 09-27 06:40:39.724 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/KeypadInput.xml [MatterTest] 09-27 06:40:39.727 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ValveConfigurationControl.xml [MatterTest] 09-27 06:40:39.729 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WiFiNetworkManagement.xml [MatterTest] 09-27 06:40:39.730 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/LevelControl.xml [MatterTest] 09-27 06:40:39.734 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/NetworkCommissioningCluster.xml [MatterTest] 09-27 06:40:39.737 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/AudioOutput.xml [MatterTest] 09-27 06:40:39.739 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_Dishwasher.xml [MatterTest] 09-27 06:40:39.741 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_LaundryWasher.xml [MatterTest] 09-27 06:40:39.742 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/MediaInput.xml [MatterTest] 09-27 06:40:39.743 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_Oven.xml [MatterTest] 09-27 06:40:39.745 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/ICDManagement.xml [MatterTest] 09-27 06:40:39.747 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/WaterHeaterManagement.xml [MatterTest] 09-27 06:40:39.749 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Label-Cluster-UserLabelCluster.xml [MatterTest] 09-27 06:40:39.750 INFO Parsing file /root/temp_python_testing/scripts/sdk/../../data_model/clusters/Mode_MicrowaveOven.xml [MatterTest] 09-27 06:40:39.769 INFO Found an existing secure session to [1:0000000012344321]! [MatterTest] 09-27 06:40:39.772 INFO <<< [E:32553i S:20516 M:175879031] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:41.502 INFO >>> [E:32552i S:20516 M:115880582 (Ack:175879029)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:41.504 INFO <<< [E:32552i S:20516 M:175879032 (Ack:115880582)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:41.544 INFO >>> [E:32553i S:20516 M:115880583 (Ack:175879031)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:41.560 INFO <<< [E:32553i S:20516 M:175879033 (Ack:115880583)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:41.562 WARNING Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000001, NodeId: 0x000000000001B66A, CatTags: [] [MatterTest] 09-27 06:40:41.565 INFO Setting attestation nonce to random value [MatterTest] 09-27 06:40:41.565 INFO Setting CSR nonce to random value [MatterTest] 09-27 06:40:41.566 INFO Using device attestation PAA trust store path ./credentials/development/paa-root-certs. [MatterTest] 09-27 06:40:41.568 INFO Generating NOC [MatterTest] 09-27 06:40:41.570 INFO Validating NOC chain [MatterTest] 09-27 06:40:41.573 INFO NOC chain validation successful [MatterTest] 09-27 06:40:41.573 INFO Added new fabric at index: 0x2 [MatterTest] 09-27 06:40:41.574 INFO Assigned compressed fabric ID: 0x246DEF95D80A736C, node ID: 0x000000000001B66A [MatterTest] 09-27 06:40:41.574 INFO Last Known Good Time: 2023-10-14T01:16:48 [MatterTest] 09-27 06:40:41.575 INFO New proposed Last Known Good Time: 2021-01-01T00:00:00 [MatterTest] 09-27 06:40:41.575 INFO Retaining current Last Known Good Time [MatterTest] 09-27 06:40:41.577 INFO SetSdkKey: g/fs/c = b'\x15$\x00\x02)\x01\x18' [MatterTest] 09-27 06:40:41.577 INFO Committing... [MatterTest] 09-27 06:40:41.578 INFO SetSdkKey: f/2/m = b'\x15%\x00\xf1\xff,\x01\x00\x18' [MatterTest] 09-27 06:40:41.579 INFO Committing... [MatterTest] 09-27 06:40:41.580 INFO Metadata for Fabric 0x2 persisted to storage. [MatterTest] 09-27 06:40:41.580 INFO SetSdkKey: f/2/n = b'\x150\x01\x01\x01$\x02\x017\x03$\x13\x02\x18&\x04\x80"\x81\'&\x05\x80%M:7\x06$\x15\x01&\x11j\xb6\x01\x00\x18$\x07\x01$\x08\x010\tA\x04\xb6\x92\r8=\x03\xd6\x08w\xea6=HX\x05F\xee\x97X\xf5E\xf3\x0c\x17H\x8a\xc5\x89&t6\xbb\r\nB&\xc9t\xe5\x10}p\x96\x8b\x16\xd7dDq\xec$\xd8)\xdc\x90@\x0e\xfb\xdbY\xc6b\xeb\xbc7\n5\x01(\x01\x18$\x02\x016\x03\x04\x02\x04\x01\x180\x04\x14\xdf\x8d\xf7"\xa4F\x10BGr\xefE56J>WQG\xeb0\x05\x14\xe8\x87\x1a3u\xc7:\x07\xe7\xed\xa6\x88\x8e\r\xe5\x87\xe7\xdb\xbc=\x180\x0b@\'\r`\x08\xca\x9b\xef\xb1\x96A7\xcb&\xa4,\xc2Y.vr\x01K\x8ba]\xa5\xab\xecf\x03\x08\xcfX\x13{Wu;\x1a\xfd\x17\x0b\x110f\x16\xe1\x1e1C[\xf9\xcd`\x01\xfe?\xe9\xb1\xb3mK\xbek\x18' [MatterTest] 09-27 06:40:41.581 INFO Committing... [MatterTest] 09-27 06:40:41.582 INFO SetSdkKey: f/2/i = b'\x150\x01\x01\x01$\x02\x017\x03$\x14\x01\x18&\x04\x80"\x81\'&\x05\x80%M:7\x06$\x13\x02\x18$\x07\x01$\x08\x010\tA\x04\xf0/\x08\x08\x82/2\x827\n5\x01)\x01\x18$\x02`0\x04\x14\xe8\x87\x1a3u\xc7:\x07\xe7\xed\xa6\x88\x8e\r\xe5\x87\xe7\xdb\xbc=0\x05\x14^6\xc2R#\x13 \x03\xba\xea\xefsO\xd2W\xc9F|\xe9\xb9\x180\x0b@\xa3\xc8M\xe7f\xdc\\\xf5\x87\x0e\xe8\xc6&\xf0\xc3\x07eE\xb1\xf1\xa6\'X\x86\xba\xbf\xedX&!\xf2Z\x9c,<\x9b\xf8h]sA\xa5\x7f%\xbfe[v\x1e\xe0\xe9I\xcbk6\xd4G\xab\xc9\xd0KW\xe0[\x18' [MatterTest] 09-27 06:40:41.582 INFO Committing... [MatterTest] 09-27 06:40:41.584 INFO SetSdkKey: f/2/r = b'\x150\x01\x01\x01$\x02\x017\x03$\x14\x01\x18&\x04\x80"\x81\'&\x05\x80%M:7\x06$\x14\x01\x18$\x07\x01$\x08\x010\tA\x04\x00E\xb3\xb1p\xfa\x056\'#\xf0\x89\x90hf\x06\xb4W\x87\x8f\xa8\x11j\x8a\x98|\xb5\xb1:\xb8/\x05\xd1\xec\x9f\xa9\xf9QD\xd2 \xb1\xf1M\xfau\xe0\xc9P\xf2|\x17E\xfb\xe5\x1dvlR3\xf1\x8bK.7\n5\x01)\x01\x18$\x02`0\x04\x14^6\xc2R#\x13 \x03\xba\xea\xefsO\xd2W\xc9F|\xe9\xb90\x05\x14^6\xc2R#\x13 \x03\xba\xea\xefsO\xd2W\xc9F|\xe9\xb9\x180\x0b@\xd1m\x86\x0c\xbe\x85\x87\xc1\x01V]\xab\xe8:\x84\xafK\xb5f\xb21EqHOsr\x9a\x98%\xa9\xf1\x10\xa6^\xc4\xe4\xde\xa7\xce\xd3\x85\x9a*\x00\x1dk\xa2\x89]\x17\x88i\xae\x1d\xd6\xfaSP\xd5\xdb\xbbj\xe6\x18' [MatterTest] 09-27 06:40:41.585 INFO Committing... [MatterTest] 09-27 06:40:41.585 INFO Committing Last Known Good Time to storage: 2023-10-14T01:16:48 [MatterTest] 09-27 06:40:41.586 INFO SetSdkKey: g/lkgt = b'\x15&\x00\x80\xa8\xbc,\x18' [MatterTest] 09-27 06:40:41.586 INFO Committing... [MatterTest] 09-27 06:40:41.587 INFO SetSdkKey: g/fidx = b'\x15$\x00\x036\x01\x04\x01\x04\x02\x18\x18' [MatterTest] 09-27 06:40:41.588 INFO Committing... [MatterTest] 09-27 06:40:41.589 INFO DeleteSdkKey: g/fs/c [MatterTest] 09-27 06:40:41.589 INFO Committing... [MatterTest] 09-27 06:40:41.590 INFO Joined the fabric at index 2. Fabric ID is 0x0000000000000001 (Compressed Fabric ID: 246DEF95D80A736C) [MatterTest] 09-27 06:40:41.590 INFO *** Missing DeviceAttestationVerifier configuration at DeviceCommissioner init: using global default, consider passing one in CommissionerInitParams. [MatterTest] 09-27 06:40:41.592 INFO Updating services using commissioning mode 0 [MatterTest] 09-27 06:40:41.599 INFO Advertise operational node 246DEF95D80A736C-000000000001B669 [MatterTest] 09-27 06:40:41.599 INFO PublishService 246DEF95D80A736C-000000000001B669._matter._tcp40987.-1 [MatterTest] 09-27 06:40:41.614 INFO mDNS service published: _matter._tcp; instance name: 246DEF95D80A736C-000000000001B669 [MatterTest] 09-27 06:40:41.616 INFO Advertise operational node 246DEF95D80A736C-000000000001B66A [MatterTest] 09-27 06:40:41.617 INFO PublishService 246DEF95D80A736C-000000000001B66A._matter._tcp40987.-1 [MatterTest] 09-27 06:40:41.634 INFO mDNS service published: _matter._tcp; instance name: 246DEF95D80A736C-000000000001B66A [MatterTest] 09-27 06:40:41.636 INFO Advertise commission parameter vendorID=65521 productID=32769 discriminator=0000/00 cm=0 cp=0 [MatterTest] 09-27 06:40:41.637 INFO PublishService 54F300C65AE08CAD._matterd._udp5550.-1 [MatterTest] 09-27 06:40:41.655 INFO mDNS service published: _matterd._udp; instance name: 54F300C65AE08CAD [MatterTest] 09-27 06:40:41.656 INFO Setting up group data for Fabric Index 2 with Compressed Fabric ID: [MatterTest] 09-27 06:40:41.658 INFO SetSdkKey: f/2/k/0 = b'\x15$\x01\x00$\x02\x016\x03\x15$\x04\x00%\x05\xa4\x170\x06\x10\xc6\x97\xce\xb0\xcba\xdd\xd0\xbd\xe9\x81\x1e\x8d\xb8ft\x18\x15$\x04\x00$\x05\x000\x06\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x15$\x04\x00$\x05\x000\x06\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x18%\x07\xff\xff\x18' [MatterTest] 09-27 06:40:41.659 INFO Committing... [MatterTest] 09-27 06:40:41.661 INFO SetSdkKey: g/gfl = b'\x15$\x01\x02$\x02\x02\x18' [MatterTest] 09-27 06:40:41.662 INFO Committing... [MatterTest] 09-27 06:40:41.663 INFO SetSdkKey: f/2/g = b'\x15$\x01\x00$\x02\x00$\x03\x00$\x04\x00$\x05\x00$\x06\x01$\x07\x01\x18' [MatterTest] 09-27 06:40:41.663 INFO Committing... [MatterTest] 09-27 06:40:41.667 INFO [Test] test_TC_ACE_2_1 [MatterTest] 09-27 06:40:41.668 INFO Starting test from /root/temp_python_testing/scripts/sdk/TC_AccessChecker.py: [TC-ACE-2.1] Attribute read privilege enforcement - [DUT as Server] - 14 steps [MatterTest] 09-27 06:40:41.671 INFO ***** Test Step precondition : DUT is commissioned [MatterTest] 09-27 06:40:41.671 INFO ***** Test Step 1 : TH_commissioner performs a wildcard read [MatterTest] 09-27 06:40:41.672 INFO ***** Test Step 2 : TH_commissioner reads the ACL attribute [MatterTest] 09-27 06:40:41.673 INFO ***** Test Step 3 : Repeat steps 3a and 3b for each permission level [MatterTest] 09-27 06:40:41.673 INFO Testing for 1 [MatterTest] 09-27 06:40:41.674 INFO ***** Test Step 3a_kView : TH_commissioner gives TH_second_commissioner the specified privilege [MatterTest] 09-27 06:40:41.676 INFO Found an existing secure session to [1:0000000012344321]! [MatterTest] 09-27 06:40:41.681 INFO <<< [E:32554i S:20516 M:175879034] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:06 (IM:WriteRequest) [MatterTest] 09-27 06:40:42.115 INFO >>> [E:32554i S:20516 M:115880584 (Ack:175879034)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:07 (IM:WriteResponse) [MatterTest] 09-27 06:40:42.131 INFO <<< [E:32554i S:20516 M:175879035 (Ack:115880584)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:42.131 INFO ***** Test Step 3b_kView : TH_second_controller reads all the attributes and checks for appropriate permission errors [MatterTest] 09-27 06:40:42.132 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=0 [MatterTest] 09-27 06:40:42.135 INFO Resolving 246DEF95D80A736C:0000000012344321 ... [MatterTest] 09-27 06:40:42.137 INFO Avahi resolve found [MatterTest] 09-27 06:40:42.137 INFO Node ID resolved for 246DEF95D80A736C:0000000012344321 [MatterTest] 09-27 06:40:42.140 INFO UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%docker0]:5540: new best score: 5 [MatterTest] 09-27 06:40:42.140 INFO Checking node lookup status after 5 ms [MatterTest] 09-27 06:40:42.141 INFO Keeping DNSSD lookup active [MatterTest] 09-27 06:40:42.335 INFO Checking node lookup status after 200 ms [MatterTest] 09-27 06:40:42.338 INFO Initiating session on local FabricIndex 2 from 0x000000000001B66A -> 0x0000000012344321 [MatterTest] 09-27 06:40:42.342 INFO <<< [E:32555i S:0 M:223865998] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7]:5540] --- Type 0000:30 (SecureChannel:CASE_Sigma1) [MatterTest] 09-27 06:40:42.343 INFO Sent Sigma1 msg [MatterTest] 09-27 06:40:42.421 INFO Avahi group established [MatterTest] 09-27 06:40:42.439 INFO Avahi group established [MatterTest] 09-27 06:40:42.460 INFO Avahi group established [MatterTest] 09-27 06:40:42.631 INFO >>> [E:32555i S:0 M:205608201 (Ack:223865998)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:42.817 INFO >>> [E:32555i S:0 M:205608202 (Ack:223865998)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:31 (SecureChannel:CASE_Sigma2) [MatterTest] 09-27 06:40:42.819 INFO Received Sigma2 msg [MatterTest] 09-27 06:40:42.833 INFO <<< [E:32555i S:0 M:223865999 (Ack:205608202)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:32 (SecureChannel:CASE_Sigma3) [MatterTest] 09-27 06:40:42.834 INFO Sent Sigma3 msg [MatterTest] 09-27 06:40:45.333 INFO >>> [E:32555i S:0 M:205608202 (Ack:223865998)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:31 (SecureChannel:CASE_Sigma2) [MatterTest] 09-27 06:40:45.335 INFO <<< [E:32555i S:0 M:223866000 (Ack:205608202)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:45.389 INFO >>> [E:32555i S:0 M:205608203 (Ack:223865999)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:45.622 INFO >>> [E:32555i S:0 M:205608204 (Ack:223865999)] (U) Msg RX from 0:0000000000000000 [0000] --- Type 0000:40 (SecureChannel:StatusReport) [MatterTest] 09-27 06:40:45.623 INFO Success status report received. Session was established [MatterTest] 09-27 06:40:45.626 INFO SetSdkKey: f/2/s/0000000012344321 = b'\x150\x03\x10\xa7[\x0cf\xfea\x94\xf8\xd1Sk\x0f\x15\x14\xbe\x920\x04 \x02\x03\xea\xee-Y.\x02\xdb\xd6\xb9\xc4.\x8a%\xb7\x8a\x06\xec+i\xe8\xdaG+\x9a\xbfT\x01,>\x110\x05\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18' [MatterTest] 09-27 06:40:45.627 INFO Committing... [MatterTest] 09-27 06:40:45.629 INFO SetSdkKey: g/s/p1sMZv5hlPjRU2sPFRS+kg== = b'\x15$\x01\x02&\x02!C4\x12\x18' [MatterTest] 09-27 06:40:45.630 INFO Committing... [MatterTest] 09-27 06:40:45.632 INFO SetSdkKey: g/sri = b'\x16\x15$\x01\x01&\x02!C4\x12\x18\x15$\x01\x02&\x02!C4\x12\x18\x18' [MatterTest] 09-27 06:40:45.633 INFO Committing... [MatterTest] 09-27 06:40:45.634 INFO SecureSession[0xffff980100e0, LSID:20517]: State change 'kEstablishing' --> 'kActive' [MatterTest] 09-27 06:40:45.637 INFO <<< [E:32555i S:0 M:223866001 (Ack:205608204)] (U) Msg TX to 0:0000000000000000 [0000] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:45.639 INFO <<< [E:32556i S:20517 M:204966824] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:46.088 INFO >>> [E:32556i S:20517 M:155448995 (Ack:204966824)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:46.101 INFO <<< [E:32556i S:20517 M:204966825 (Ack:155448995)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:46.102 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=1 [MatterTest] 09-27 06:40:46.105 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:46.108 INFO <<< [E:32557i S:20517 M:204966826] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:46.589 INFO >>> [E:32557i S:20517 M:155448996 (Ack:204966826)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:46.604 INFO <<< [E:32557i S:20517 M:204966827 (Ack:155448996)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:46.604 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=2 [MatterTest] 09-27 06:40:46.608 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:46.611 INFO <<< [E:32558i S:20517 M:204966828] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:48.953 INFO >>> [E:32557i S:20517 M:155448996 (Ack:204966826)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:48.955 INFO <<< [E:32557i S:20517 M:204966829 (Ack:155448996)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:49.010 INFO >>> [E:32558i S:20517 M:155448997 (Ack:204966828)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:49.023 INFO <<< [E:32558i S:20517 M:204966830 (Ack:155448997)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:49.024 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=3 [MatterTest] 09-27 06:40:49.026 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:49.029 INFO <<< [E:32559i S:20517 M:204966831] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:51.405 INFO >>> [E:32558i S:20517 M:155448997 (Ack:204966828)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:51.407 INFO <<< [E:32558i S:20517 M:204966832 (Ack:155448997)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:51.482 INFO >>> [E:32559i S:20517 M:155448998 (Ack:204966831)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:51.497 INFO <<< [E:32559i S:20517 M:204966833 (Ack:155448998)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:51.497 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=65528 [MatterTest] 09-27 06:40:51.500 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:51.503 INFO <<< [E:32560i S:20517 M:204966834] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:53.884 INFO >>> [E:32559i S:20517 M:155448998 (Ack:204966831)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:53.887 INFO <<< [E:32559i S:20517 M:204966835 (Ack:155448998)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:53.962 INFO >>> [E:32560i S:20517 M:155448999 (Ack:204966834)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:53.976 INFO <<< [E:32560i S:20517 M:204966836 (Ack:155448999)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:53.976 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=65529 [MatterTest] 09-27 06:40:53.979 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:53.982 INFO <<< [E:32561i S:20517 M:204966837] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:56.590 INFO >>> [E:32561i S:20517 M:155449000 (Ack:204966837)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:56.601 INFO <<< [E:32561i S:20517 M:204966838 (Ack:155449000)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:56.602 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=65531 [MatterTest] 09-27 06:40:56.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:56.608 INFO <<< [E:32562i S:20517 M:204966839] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:58.998 INFO >>> [E:32561i S:20517 M:155449000 (Ack:204966837)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:59.001 INFO <<< [E:32561i S:20517 M:204966840 (Ack:155449000)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:59.082 INFO >>> [E:32562i S:20517 M:155449001 (Ack:204966839)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:59.095 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=65532 [MatterTest] 09-27 06:40:59.096 INFO <<< [E:32562i S:20517 M:204966841 (Ack:155449001)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:59.099 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:59.102 INFO <<< [E:32563i S:20517 M:204966842] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:40:59.583 INFO >>> [E:32563i S:20517 M:155449002 (Ack:204966842)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:40:59.595 INFO <<< [E:32563i S:20517 M:204966843 (Ack:155449002)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:40:59.595 INFO TYZ endpoint_id=0,cluster_id=29,attribute_id=65533 [MatterTest] 09-27 06:40:59.598 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:40:59.601 INFO <<< [E:32564i S:20517 M:204966844] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:01.953 INFO >>> [E:32563i S:20517 M:155449002 (Ack:204966842)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:01.956 INFO <<< [E:32563i S:20517 M:204966845 (Ack:155449002)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:02.032 INFO >>> [E:32564i S:20517 M:155449003 (Ack:204966844)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:02.045 INFO <<< [E:32564i S:20517 M:204966846 (Ack:155449003)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:02.046 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=0 [MatterTest] 09-27 06:41:02.048 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:02.051 INFO <<< [E:32565i S:20517 M:204966847] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:04.379 INFO >>> [E:32564i S:20517 M:155449003 (Ack:204966844)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:04.381 INFO <<< [E:32564i S:20517 M:204966848 (Ack:155449003)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:04.460 INFO >>> [E:32565i S:20517 M:155449004 (Ack:204966847)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:04.472 INFO <<< [E:32565i S:20517 M:204966849 (Ack:155449004)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:04.472 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=1 [MatterTest] 09-27 06:41:04.475 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:04.478 INFO <<< [E:32566i S:20517 M:204966850] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:06.825 INFO >>> [E:32565i S:20517 M:155449004 (Ack:204966847)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:06.827 INFO <<< [E:32565i S:20517 M:204966851 (Ack:155449004)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:06.908 INFO >>> [E:32566i S:20517 M:155449005 (Ack:204966850)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:06.919 INFO <<< [E:32566i S:20517 M:204966852 (Ack:155449005)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:06.919 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=2 [MatterTest] 09-27 06:41:06.922 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:06.925 INFO <<< [E:32567i S:20517 M:204966853] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:07.082 INFO >>> [E:32567i S:20517 M:155449006 (Ack:204966853)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:07.094 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=3 [MatterTest] 09-27 06:41:07.094 INFO <<< [E:32567i S:20517 M:204966854 (Ack:155449006)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:07.097 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:07.099 INFO <<< [E:32568i S:20517 M:204966855] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:07.583 INFO >>> [E:32568i S:20517 M:155449007 (Ack:204966855)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:07.599 INFO <<< [E:32568i S:20517 M:204966856 (Ack:155449007)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:07.599 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=4 [MatterTest] 09-27 06:41:07.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:07.606 INFO <<< [E:32569i S:20517 M:204966857] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:08.084 INFO >>> [E:32569i S:20517 M:155449008 (Ack:204966857)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:08.100 INFO <<< [E:32569i S:20517 M:204966858 (Ack:155449008)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:08.100 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=65528 [MatterTest] 09-27 06:41:08.103 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:08.105 INFO <<< [E:32570i S:20517 M:204966859] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:08.583 INFO >>> [E:32570i S:20517 M:155449009 (Ack:204966859)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:08.597 INFO <<< [E:32570i S:20517 M:204966860 (Ack:155449009)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:08.597 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=65529 [MatterTest] 09-27 06:41:08.600 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:08.603 INFO <<< [E:32571i S:20517 M:204966861] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:10.965 INFO >>> [E:32570i S:20517 M:155449009 (Ack:204966859)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:10.967 INFO <<< [E:32570i S:20517 M:204966862 (Ack:155449009)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:11.043 INFO >>> [E:32571i S:20517 M:155449010 (Ack:204966861)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:11.056 INFO <<< [E:32571i S:20517 M:204966863 (Ack:155449010)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:11.057 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=65531 [MatterTest] 09-27 06:41:11.060 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:11.062 INFO <<< [E:32572i S:20517 M:204966864] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:13.441 INFO >>> [E:32571i S:20517 M:155449010 (Ack:204966861)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:13.443 INFO <<< [E:32571i S:20517 M:204966865 (Ack:155449010)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:13.536 INFO >>> [E:32572i S:20517 M:155449011 (Ack:204966864)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:13.549 INFO <<< [E:32572i S:20517 M:204966866 (Ack:155449011)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:13.550 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=65532 [MatterTest] 09-27 06:41:13.553 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:13.555 INFO <<< [E:32573i S:20517 M:204966867] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:14.083 INFO >>> [E:32573i S:20517 M:155449012 (Ack:204966867)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:14.097 INFO <<< [E:32573i S:20517 M:204966868 (Ack:155449012)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:14.097 INFO TYZ endpoint_id=0,cluster_id=31,attribute_id=65533 [MatterTest] 09-27 06:41:14.100 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:14.103 INFO <<< [E:32574i S:20517 M:204966869] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:14.583 INFO >>> [E:32574i S:20517 M:155449013 (Ack:204966869)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:14.596 INFO <<< [E:32574i S:20517 M:204966870 (Ack:155449013)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:14.596 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=0 [MatterTest] 09-27 06:41:14.599 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:14.602 INFO <<< [E:32575i S:20517 M:204966871] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:15.084 INFO >>> [E:32575i S:20517 M:155449014 (Ack:204966871)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:15.096 INFO <<< [E:32575i S:20517 M:204966872 (Ack:155449014)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:15.097 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=1 [MatterTest] 09-27 06:41:15.100 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:15.103 INFO <<< [E:32576i S:20517 M:204966873] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:17.446 INFO >>> [E:32575i S:20517 M:155449014 (Ack:204966871)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:17.449 INFO <<< [E:32575i S:20517 M:204966874 (Ack:155449014)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:17.539 INFO >>> [E:32576i S:20517 M:155449015 (Ack:204966873)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:17.551 INFO <<< [E:32576i S:20517 M:204966875 (Ack:155449015)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:17.551 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=2 [MatterTest] 09-27 06:41:17.555 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:17.557 INFO <<< [E:32577i S:20517 M:204966876] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:18.083 INFO >>> [E:32577i S:20517 M:155449016 (Ack:204966876)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:18.096 INFO <<< [E:32577i S:20517 M:204966877 (Ack:155449016)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:18.096 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=3 [MatterTest] 09-27 06:41:18.100 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:18.102 INFO <<< [E:32578i S:20517 M:204966878] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:20.481 INFO >>> [E:32577i S:20517 M:155449016 (Ack:204966876)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:20.483 INFO <<< [E:32577i S:20517 M:204966879 (Ack:155449016)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:20.561 INFO >>> [E:32578i S:20517 M:155449017 (Ack:204966878)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:20.573 INFO <<< [E:32578i S:20517 M:204966880 (Ack:155449017)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:20.573 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=4 [MatterTest] 09-27 06:41:20.577 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:20.579 INFO <<< [E:32579i S:20517 M:204966881] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:22.976 INFO >>> [E:32578i S:20517 M:155449017 (Ack:204966878)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:22.978 INFO <<< [E:32578i S:20517 M:204966882 (Ack:155449017)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:23.039 INFO >>> [E:32579i S:20517 M:155449018 (Ack:204966881)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:23.052 INFO <<< [E:32579i S:20517 M:204966883 (Ack:155449018)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:23.052 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=5 [MatterTest] 09-27 06:41:23.055 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:23.058 INFO <<< [E:32580i S:20517 M:204966884] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:25.421 INFO >>> [E:32579i S:20517 M:155449018 (Ack:204966881)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:25.423 INFO <<< [E:32579i S:20517 M:204966885 (Ack:155449018)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:25.498 INFO >>> [E:32580i S:20517 M:155449019 (Ack:204966884)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:25.511 INFO <<< [E:32580i S:20517 M:204966886 (Ack:155449019)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:25.512 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=6 [MatterTest] 09-27 06:41:25.514 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:25.517 INFO <<< [E:32581i S:20517 M:204966887] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:26.084 INFO >>> [E:32581i S:20517 M:155449020 (Ack:204966887)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:26.099 INFO <<< [E:32581i S:20517 M:204966888 (Ack:155449020)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:26.100 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=7 [MatterTest] 09-27 06:41:26.102 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:26.105 INFO <<< [E:32582i S:20517 M:204966889] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:28.480 INFO >>> [E:32581i S:20517 M:155449020 (Ack:204966887)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:28.482 INFO <<< [E:32581i S:20517 M:204966890 (Ack:155449020)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:28.557 INFO >>> [E:32582i S:20517 M:155449021 (Ack:204966889)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:28.570 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=8 [MatterTest] 09-27 06:41:28.570 INFO <<< [E:32582i S:20517 M:204966891 (Ack:155449021)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:28.573 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:28.576 INFO <<< [E:32583i S:20517 M:204966892] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:30.947 INFO >>> [E:32582i S:20517 M:155449021 (Ack:204966889)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:30.949 INFO <<< [E:32582i S:20517 M:204966893 (Ack:155449021)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:31.031 INFO >>> [E:32583i S:20517 M:155449022 (Ack:204966892)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:31.042 INFO <<< [E:32583i S:20517 M:204966894 (Ack:155449022)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:31.042 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=9 [MatterTest] 09-27 06:41:31.046 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:31.049 INFO <<< [E:32584i S:20517 M:204966895] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:31.589 INFO >>> [E:32584i S:20517 M:155449023 (Ack:204966895)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:31.602 INFO <<< [E:32584i S:20517 M:204966896 (Ack:155449023)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:31.602 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=10 [MatterTest] 09-27 06:41:31.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:31.608 INFO <<< [E:32585i S:20517 M:204966897] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:33.941 INFO >>> [E:32584i S:20517 M:155449023 (Ack:204966895)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:33.943 INFO <<< [E:32584i S:20517 M:204966898 (Ack:155449023)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:34.007 INFO >>> [E:32585i S:20517 M:155449024 (Ack:204966897)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:34.019 INFO <<< [E:32585i S:20517 M:204966899 (Ack:155449024)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:34.019 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=11 [MatterTest] 09-27 06:41:34.023 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:34.026 INFO <<< [E:32586i S:20517 M:204966900] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:36.433 INFO >>> [E:32585i S:20517 M:155449024 (Ack:204966897)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:36.436 INFO <<< [E:32585i S:20517 M:204966901 (Ack:155449024)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:36.502 INFO >>> [E:32586i S:20517 M:155449025 (Ack:204966900)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:36.515 INFO <<< [E:32586i S:20517 M:204966902 (Ack:155449025)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:36.515 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=15 [MatterTest] 09-27 06:41:36.519 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:36.522 INFO <<< [E:32587i S:20517 M:204966903] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:37.089 INFO >>> [E:32587i S:20517 M:155449026 (Ack:204966903)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:37.101 INFO <<< [E:32587i S:20517 M:204966904 (Ack:155449026)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:37.101 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=18 [MatterTest] 09-27 06:41:37.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:37.108 INFO <<< [E:32588i S:20517 M:204966905] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:37.623 INFO >>> [E:32588i S:20517 M:155449027 (Ack:204966905)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:37.635 INFO <<< [E:32588i S:20517 M:204966906 (Ack:155449027)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:37.635 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=19 [MatterTest] 09-27 06:41:37.639 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:37.642 INFO <<< [E:32589i S:20517 M:204966907] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:39.959 INFO >>> [E:32588i S:20517 M:155449027 (Ack:204966905)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:39.961 INFO <<< [E:32588i S:20517 M:204966908 (Ack:155449027)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:40.035 INFO >>> [E:32589i S:20517 M:155449028 (Ack:204966907)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:40.053 INFO <<< [E:32589i S:20517 M:204966909 (Ack:155449028)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:40.054 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=21 [MatterTest] 09-27 06:41:40.057 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:40.060 INFO <<< [E:32590i S:20517 M:204966910] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:42.440 INFO >>> [E:32589i S:20517 M:155449028 (Ack:204966907)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:42.442 INFO <<< [E:32589i S:20517 M:204966911 (Ack:155449028)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:42.505 INFO >>> [E:32590i S:20517 M:155449029 (Ack:204966910)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:42.520 INFO <<< [E:32590i S:20517 M:204966912 (Ack:155449029)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:42.520 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=22 [MatterTest] 09-27 06:41:42.523 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:42.526 INFO <<< [E:32591i S:20517 M:204966913] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:44.902 INFO >>> [E:32590i S:20517 M:155449029 (Ack:204966910)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:44.903 INFO <<< [E:32590i S:20517 M:204966914 (Ack:155449029)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:44.965 INFO >>> [E:32591i S:20517 M:155449030 (Ack:204966913)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:44.980 INFO <<< [E:32591i S:20517 M:204966915 (Ack:155449030)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:44.980 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=65528 [MatterTest] 09-27 06:41:44.983 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:44.985 INFO <<< [E:32592i S:20517 M:204966916] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:45.085 INFO >>> [E:32592i S:20517 M:155449031 (Ack:204966916)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:45.098 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=65529 [MatterTest] 09-27 06:41:45.098 INFO <<< [E:32592i S:20517 M:204966917 (Ack:155449031)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:45.102 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:45.104 INFO <<< [E:32593i S:20517 M:204966918] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:47.472 INFO >>> [E:32592i S:20517 M:155449031 (Ack:204966916)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:47.475 INFO <<< [E:32592i S:20517 M:204966919 (Ack:155449031)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:47.549 INFO >>> [E:32593i S:20517 M:155449032 (Ack:204966918)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:47.563 INFO <<< [E:32593i S:20517 M:204966920 (Ack:155449032)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:47.564 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=65531 [MatterTest] 09-27 06:41:47.566 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:47.569 INFO <<< [E:32594i S:20517 M:204966921] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:49.894 INFO >>> [E:32593i S:20517 M:155449032 (Ack:204966918)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:49.896 INFO <<< [E:32593i S:20517 M:204966922 (Ack:155449032)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:49.977 INFO >>> [E:32594i S:20517 M:155449033 (Ack:204966921)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:49.990 INFO <<< [E:32594i S:20517 M:204966923 (Ack:155449033)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:49.991 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=65532 [MatterTest] 09-27 06:41:49.994 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:49.997 INFO <<< [E:32595i S:20517 M:204966924] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:50.083 INFO >>> [E:32595i S:20517 M:155449034 (Ack:204966924)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:50.097 INFO <<< [E:32595i S:20517 M:204966925 (Ack:155449034)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:50.098 INFO TYZ endpoint_id=0,cluster_id=40,attribute_id=65533 [MatterTest] 09-27 06:41:50.101 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:50.104 INFO <<< [E:32596i S:20517 M:204966926] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:52.448 INFO >>> [E:32595i S:20517 M:155449034 (Ack:204966924)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:52.450 INFO <<< [E:32595i S:20517 M:204966927 (Ack:155449034)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:52.529 INFO >>> [E:32596i S:20517 M:155449035 (Ack:204966926)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:52.539 INFO <<< [E:32596i S:20517 M:204966928 (Ack:155449035)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:52.540 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=0 [MatterTest] 09-27 06:41:52.542 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:52.545 INFO <<< [E:32597i S:20517 M:204966929] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:53.084 INFO >>> [E:32597i S:20517 M:155449036 (Ack:204966929)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:53.098 INFO <<< [E:32597i S:20517 M:204966930 (Ack:155449036)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:53.099 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=1 [MatterTest] 09-27 06:41:53.102 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:53.104 INFO <<< [E:32598i S:20517 M:204966931] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:55.464 INFO >>> [E:32597i S:20517 M:155449036 (Ack:204966929)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:55.466 INFO <<< [E:32597i S:20517 M:204966932 (Ack:155449036)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:55.541 INFO >>> [E:32598i S:20517 M:155449037 (Ack:204966931)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:55.554 INFO <<< [E:32598i S:20517 M:204966933 (Ack:155449037)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:55.555 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=2 [MatterTest] 09-27 06:41:55.558 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:55.560 INFO <<< [E:32599i S:20517 M:204966934] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:56.074 INFO >>> [E:32599i S:20517 M:155449038 (Ack:204966934)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:56.089 INFO <<< [E:32599i S:20517 M:204966935 (Ack:155449038)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:56.089 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=3 [MatterTest] 09-27 06:41:56.092 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:56.095 INFO <<< [E:32600i S:20517 M:204966936] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:56.584 INFO >>> [E:32600i S:20517 M:155449039 (Ack:204966936)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:56.598 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=65528 [MatterTest] 09-27 06:41:56.598 INFO <<< [E:32600i S:20517 M:204966937 (Ack:155449039)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:56.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:56.604 INFO <<< [E:32601i S:20517 M:204966938] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:57.112 INFO >>> [E:32601i S:20517 M:155449040 (Ack:204966938)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:57.127 INFO <<< [E:32601i S:20517 M:204966939 (Ack:155449040)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:41:57.128 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=65529 [MatterTest] 09-27 06:41:57.130 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:41:57.133 INFO <<< [E:32602i S:20517 M:204966940] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:41:59.508 INFO >>> [E:32601i S:20517 M:155449040 (Ack:204966938)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:41:59.510 INFO <<< [E:32601i S:20517 M:204966941 (Ack:155449040)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:00.092 INFO >>> [E:32602i S:20517 M:155449041 (Ack:204966940)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:00.104 INFO <<< [E:32602i S:20517 M:204966942 (Ack:155449041)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:00.104 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=65531 [MatterTest] 09-27 06:42:00.107 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:00.110 INFO <<< [E:32603i S:20517 M:204966943] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:00.590 INFO >>> [E:32603i S:20517 M:155449042 (Ack:204966943)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:00.604 INFO <<< [E:32603i S:20517 M:204966944 (Ack:155449042)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:00.605 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=65532 [MatterTest] 09-27 06:42:00.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:00.610 INFO <<< [E:32604i S:20517 M:204966945] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:03.012 INFO >>> [E:32603i S:20517 M:155449042 (Ack:204966943)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:03.014 INFO <<< [E:32603i S:20517 M:204966946 (Ack:155449042)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:03.178 INFO >>> [E:32604i S:20517 M:155449043 (Ack:204966945)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:03.191 INFO TYZ endpoint_id=0,cluster_id=42,attribute_id=65533 [MatterTest] 09-27 06:42:03.191 INFO <<< [E:32604i S:20517 M:204966947 (Ack:155449043)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:03.195 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:03.198 INFO <<< [E:32605i S:20517 M:204966948] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:03.584 INFO >>> [E:32605i S:20517 M:155449044 (Ack:204966948)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:03.598 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=0 [MatterTest] 09-27 06:42:03.598 INFO <<< [E:32605i S:20517 M:204966949 (Ack:155449044)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:03.601 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:03.604 INFO <<< [E:32606i S:20517 M:204966950] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:04.084 INFO >>> [E:32606i S:20517 M:155449045 (Ack:204966950)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:04.099 INFO <<< [E:32606i S:20517 M:204966951 (Ack:155449045)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:04.099 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=1 [MatterTest] 09-27 06:42:04.102 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:04.105 INFO <<< [E:32607i S:20517 M:204966952] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:06.473 INFO >>> [E:32606i S:20517 M:155449045 (Ack:204966950)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:06.475 INFO <<< [E:32606i S:20517 M:204966953 (Ack:155449045)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:06.597 INFO >>> [E:32607i S:20517 M:155449046 (Ack:204966952)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:06.610 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=2 [MatterTest] 09-27 06:42:06.610 INFO <<< [E:32607i S:20517 M:204966954 (Ack:155449046)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:06.613 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:06.616 INFO <<< [E:32608i S:20517 M:204966955] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:08.958 INFO >>> [E:32607i S:20517 M:155449046 (Ack:204966952)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:08.960 INFO <<< [E:32607i S:20517 M:204966956 (Ack:155449046)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:09.015 INFO >>> [E:32608i S:20517 M:155449047 (Ack:204966955)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:09.029 INFO <<< [E:32608i S:20517 M:204966957 (Ack:155449047)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:09.030 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=3 [MatterTest] 09-27 06:42:09.033 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:09.036 INFO <<< [E:32609i S:20517 M:204966958] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:10.100 INFO >>> [E:32609i S:20517 M:155449048 (Ack:204966958)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:10.114 INFO <<< [E:32609i S:20517 M:204966959 (Ack:155449048)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:10.114 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=4 [MatterTest] 09-27 06:42:10.117 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:10.120 INFO <<< [E:32610i S:20517 M:204966960] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:10.584 INFO >>> [E:32610i S:20517 M:155449049 (Ack:204966960)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:10.599 INFO <<< [E:32610i S:20517 M:204966961 (Ack:155449049)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:10.600 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=65528 [MatterTest] 09-27 06:42:10.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:10.605 INFO <<< [E:32611i S:20517 M:204966962] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:11.091 INFO >>> [E:32611i S:20517 M:155449050 (Ack:204966962)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:11.104 INFO <<< [E:32611i S:20517 M:204966963 (Ack:155449050)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:11.104 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=65529 [MatterTest] 09-27 06:42:11.108 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:11.110 INFO <<< [E:32612i S:20517 M:204966964] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:11.589 INFO >>> [E:32612i S:20517 M:155449051 (Ack:204966964)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:11.602 INFO <<< [E:32612i S:20517 M:204966965 (Ack:155449051)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:11.602 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=65531 [MatterTest] 09-27 06:42:11.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:11.608 INFO <<< [E:32613i S:20517 M:204966966] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:13.998 INFO >>> [E:32612i S:20517 M:155449051 (Ack:204966964)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:14.001 INFO <<< [E:32612i S:20517 M:204966967 (Ack:155449051)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:14.077 INFO >>> [E:32613i S:20517 M:155449052 (Ack:204966966)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:14.090 INFO <<< [E:32613i S:20517 M:204966968 (Ack:155449052)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:14.091 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=65532 [MatterTest] 09-27 06:42:14.094 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:14.096 INFO <<< [E:32614i S:20517 M:204966969] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:16.508 INFO >>> [E:32613i S:20517 M:155449052 (Ack:204966966)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:16.510 INFO <<< [E:32613i S:20517 M:204966970 (Ack:155449052)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:16.568 INFO >>> [E:32614i S:20517 M:155449053 (Ack:204966969)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:16.580 INFO <<< [E:32614i S:20517 M:204966971 (Ack:155449053)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:16.581 INFO TYZ endpoint_id=0,cluster_id=48,attribute_id=65533 [MatterTest] 09-27 06:42:16.584 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:16.586 INFO <<< [E:32615i S:20517 M:204966972] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:17.086 INFO >>> [E:32615i S:20517 M:155449054 (Ack:204966972)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:17.100 INFO <<< [E:32615i S:20517 M:204966973 (Ack:155449054)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:17.101 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=0 [MatterTest] 09-27 06:42:17.103 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:17.106 INFO <<< [E:32616i S:20517 M:204966974] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:19.466 INFO >>> [E:32615i S:20517 M:155449054 (Ack:204966972)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:19.468 INFO <<< [E:32615i S:20517 M:204966975 (Ack:155449054)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:19.546 INFO >>> [E:32616i S:20517 M:155449055 (Ack:204966974)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:19.557 INFO <<< [E:32616i S:20517 M:204966976 (Ack:155449055)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:19.558 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=1 [MatterTest] 09-27 06:42:19.560 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:19.563 INFO <<< [E:32617i S:20517 M:204966977] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:20.087 INFO >>> [E:32617i S:20517 M:155449056 (Ack:204966977)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:20.096 INFO <<< [E:32617i S:20517 M:204966978 (Ack:155449056)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:20.096 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=2 [MatterTest] 09-27 06:42:20.099 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:20.102 INFO <<< [E:32618i S:20517 M:204966979] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:22.433 INFO >>> [E:32617i S:20517 M:155449056 (Ack:204966977)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:22.435 INFO <<< [E:32617i S:20517 M:204966980 (Ack:155449056)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:22.513 INFO >>> [E:32618i S:20517 M:155449057 (Ack:204966979)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:22.525 INFO <<< [E:32618i S:20517 M:204966981 (Ack:155449057)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:22.526 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=3 [MatterTest] 09-27 06:42:22.528 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:22.531 INFO <<< [E:32619i S:20517 M:204966982] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:24.854 INFO >>> [E:32618i S:20517 M:155449057 (Ack:204966979)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:24.856 INFO <<< [E:32618i S:20517 M:204966983 (Ack:155449057)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:24.945 INFO >>> [E:32619i S:20517 M:155449058 (Ack:204966982)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:24.958 INFO <<< [E:32619i S:20517 M:204966984 (Ack:155449058)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:24.959 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=4 [MatterTest] 09-27 06:42:24.961 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:24.965 INFO <<< [E:32620i S:20517 M:204966985] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:27.323 INFO >>> [E:32619i S:20517 M:155449058 (Ack:204966982)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:27.326 INFO <<< [E:32619i S:20517 M:204966986 (Ack:155449058)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:27.400 INFO >>> [E:32620i S:20517 M:155449059 (Ack:204966985)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:27.413 INFO <<< [E:32620i S:20517 M:204966987 (Ack:155449059)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:27.413 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=5 [MatterTest] 09-27 06:42:27.416 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:27.419 INFO <<< [E:32621i S:20517 M:204966988] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:29.787 INFO >>> [E:32620i S:20517 M:155449059 (Ack:204966985)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:29.789 INFO <<< [E:32620i S:20517 M:204966989 (Ack:155449059)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:29.869 INFO >>> [E:32621i S:20517 M:155449060 (Ack:204966988)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:29.883 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=6 [MatterTest] 09-27 06:42:29.883 INFO <<< [E:32621i S:20517 M:204966990 (Ack:155449060)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:29.886 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:29.888 INFO <<< [E:32622i S:20517 M:204966991] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:32.225 INFO >>> [E:32621i S:20517 M:155449060 (Ack:204966988)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:32.227 INFO <<< [E:32621i S:20517 M:204966992 (Ack:155449060)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:32.306 INFO >>> [E:32622i S:20517 M:155449061 (Ack:204966991)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:32.318 INFO <<< [E:32622i S:20517 M:204966993 (Ack:155449061)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:32.318 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=7 [MatterTest] 09-27 06:42:32.321 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:32.323 INFO <<< [E:32623i S:20517 M:204966994] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:33.587 INFO >>> [E:32623i S:20517 M:155449062 (Ack:204966994)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:33.599 INFO <<< [E:32623i S:20517 M:204966995 (Ack:155449062)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:33.600 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=8 [MatterTest] 09-27 06:42:33.603 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:33.605 INFO <<< [E:32624i S:20517 M:204966996] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:34.086 INFO >>> [E:32624i S:20517 M:155449063 (Ack:204966996)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:34.101 INFO <<< [E:32624i S:20517 M:204966997 (Ack:155449063)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:34.102 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=9 [MatterTest] 09-27 06:42:34.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:34.107 INFO <<< [E:32625i S:20517 M:204966998] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:36.454 INFO >>> [E:32624i S:20517 M:155449063 (Ack:204966996)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:36.457 INFO <<< [E:32624i S:20517 M:204966999 (Ack:155449063)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:36.534 INFO >>> [E:32625i S:20517 M:155449064 (Ack:204966998)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:36.547 INFO <<< [E:32625i S:20517 M:204967000 (Ack:155449064)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:36.547 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=10 [MatterTest] 09-27 06:42:36.550 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:36.553 INFO <<< [E:32626i S:20517 M:204967001] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:37.585 INFO >>> [E:32626i S:20517 M:155449065 (Ack:204967001)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:37.598 INFO <<< [E:32626i S:20517 M:204967002 (Ack:155449065)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:37.599 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=65528 [MatterTest] 09-27 06:42:37.601 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:37.604 INFO <<< [E:32627i S:20517 M:204967003] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:39.979 INFO >>> [E:32626i S:20517 M:155449065 (Ack:204967001)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:39.980 INFO <<< [E:32626i S:20517 M:204967004 (Ack:155449065)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:40.069 INFO >>> [E:32627i S:20517 M:155449066 (Ack:204967003)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:40.083 INFO <<< [E:32627i S:20517 M:204967005 (Ack:155449066)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:40.084 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=65529 [MatterTest] 09-27 06:42:40.087 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:40.089 INFO <<< [E:32628i S:20517 M:204967006] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:40.592 INFO >>> [E:32628i S:20517 M:155449067 (Ack:204967006)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:40.604 INFO <<< [E:32628i S:20517 M:204967007 (Ack:155449067)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:40.604 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=65531 [MatterTest] 09-27 06:42:40.608 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:40.611 INFO <<< [E:32629i S:20517 M:204967008] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:41.092 INFO >>> [E:32629i S:20517 M:155449068 (Ack:204967008)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:41.106 INFO <<< [E:32629i S:20517 M:204967009 (Ack:155449068)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:41.107 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=65532 [MatterTest] 09-27 06:42:41.109 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:41.112 INFO <<< [E:32630i S:20517 M:204967010] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:41.585 INFO >>> [E:32630i S:20517 M:155449069 (Ack:204967010)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:41.596 INFO <<< [E:32630i S:20517 M:204967011 (Ack:155449069)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:41.597 INFO TYZ endpoint_id=0,cluster_id=49,attribute_id=65533 [MatterTest] 09-27 06:42:41.600 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:41.603 INFO <<< [E:32631i S:20517 M:204967012] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:42.085 INFO >>> [E:32631i S:20517 M:155449070 (Ack:204967012)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:42.097 INFO TYZ endpoint_id=0,cluster_id=50,attribute_id=65528 [MatterTest] 09-27 06:42:42.097 INFO <<< [E:32631i S:20517 M:204967013 (Ack:155449070)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:42.101 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:42.104 INFO <<< [E:32632i S:20517 M:204967014] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:42.589 INFO >>> [E:32632i S:20517 M:155449071 (Ack:204967014)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:42.603 INFO <<< [E:32632i S:20517 M:204967015 (Ack:155449071)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:42.603 INFO TYZ endpoint_id=0,cluster_id=50,attribute_id=65529 [MatterTest] 09-27 06:42:42.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:42.609 INFO <<< [E:32633i S:20517 M:204967016] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:44.997 INFO >>> [E:32632i S:20517 M:155449071 (Ack:204967014)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:44.999 INFO <<< [E:32632i S:20517 M:204967017 (Ack:155449071)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:45.142 INFO >>> [E:32633i S:20517 M:155449072 (Ack:204967016)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:45.155 INFO <<< [E:32633i S:20517 M:204967018 (Ack:155449072)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:45.156 INFO TYZ endpoint_id=0,cluster_id=50,attribute_id=65531 [MatterTest] 09-27 06:42:45.158 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:45.161 INFO <<< [E:32634i S:20517 M:204967019] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:45.592 INFO >>> [E:32634i S:20517 M:155449073 (Ack:204967019)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:45.604 INFO <<< [E:32634i S:20517 M:204967020 (Ack:155449073)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:45.604 INFO TYZ endpoint_id=0,cluster_id=50,attribute_id=65532 [MatterTest] 09-27 06:42:45.608 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:45.611 INFO <<< [E:32635i S:20517 M:204967021] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:46.085 INFO >>> [E:32635i S:20517 M:155449074 (Ack:204967021)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:46.097 INFO <<< [E:32635i S:20517 M:204967022 (Ack:155449074)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:46.097 INFO TYZ endpoint_id=0,cluster_id=50,attribute_id=65533 [MatterTest] 09-27 06:42:46.100 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:46.103 INFO <<< [E:32636i S:20517 M:204967023] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:46.590 INFO >>> [E:32636i S:20517 M:155449075 (Ack:204967023)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:46.604 INFO <<< [E:32636i S:20517 M:204967024 (Ack:155449075)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:46.605 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=0 [MatterTest] 09-27 06:42:46.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:46.610 INFO <<< [E:32637i S:20517 M:204967025] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:47.098 INFO >>> [E:32637i S:20517 M:155449076 (Ack:204967025)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:47.116 INFO <<< [E:32637i S:20517 M:204967026 (Ack:155449076)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:47.116 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=1 [MatterTest] 09-27 06:42:47.119 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:47.121 INFO <<< [E:32638i S:20517 M:204967027] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:49.536 INFO >>> [E:32637i S:20517 M:155449076 (Ack:204967025)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:49.538 INFO <<< [E:32637i S:20517 M:204967028 (Ack:155449076)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:49.573 INFO >>> [E:32638i S:20517 M:155449077 (Ack:204967027)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:49.584 INFO <<< [E:32638i S:20517 M:204967029 (Ack:155449077)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:49.584 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=2 [MatterTest] 09-27 06:42:49.588 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:49.591 INFO <<< [E:32639i S:20517 M:204967030] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:51.975 INFO >>> [E:32638i S:20517 M:155449077 (Ack:204967027)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:51.977 INFO <<< [E:32638i S:20517 M:204967031 (Ack:155449077)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:52.054 INFO >>> [E:32639i S:20517 M:155449078 (Ack:204967030)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:52.067 INFO <<< [E:32639i S:20517 M:204967032 (Ack:155449078)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:52.068 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=3 [MatterTest] 09-27 06:42:52.071 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:52.073 INFO <<< [E:32640i S:20517 M:204967033] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:52.586 INFO >>> [E:32640i S:20517 M:155449079 (Ack:204967033)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:52.600 INFO <<< [E:32640i S:20517 M:204967034 (Ack:155449079)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:52.601 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=4 [MatterTest] 09-27 06:42:52.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:52.607 INFO <<< [E:32641i S:20517 M:204967035] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:54.947 INFO >>> [E:32640i S:20517 M:155449079 (Ack:204967033)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:54.949 INFO <<< [E:32640i S:20517 M:204967036 (Ack:155449079)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:55.026 INFO >>> [E:32641i S:20517 M:155449080 (Ack:204967035)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:55.041 INFO <<< [E:32641i S:20517 M:204967037 (Ack:155449080)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:55.041 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=8 [MatterTest] 09-27 06:42:55.044 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:55.047 INFO <<< [E:32642i S:20517 M:204967038] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:57.446 INFO >>> [E:32641i S:20517 M:155449080 (Ack:204967035)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:57.448 INFO <<< [E:32641i S:20517 M:204967039 (Ack:155449080)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:57.533 INFO >>> [E:32642i S:20517 M:155449081 (Ack:204967038)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:57.545 INFO <<< [E:32642i S:20517 M:204967040 (Ack:155449081)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:57.545 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=65528 [MatterTest] 09-27 06:42:57.548 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:57.551 INFO <<< [E:32643i S:20517 M:204967041] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:58.091 INFO >>> [E:32643i S:20517 M:155449082 (Ack:204967041)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:58.104 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=65529 [MatterTest] 09-27 06:42:58.105 INFO <<< [E:32643i S:20517 M:204967042 (Ack:155449082)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:58.108 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:58.111 INFO <<< [E:32644i S:20517 M:204967043] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:58.592 INFO >>> [E:32644i S:20517 M:155449083 (Ack:204967043)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:58.603 INFO <<< [E:32644i S:20517 M:204967044 (Ack:155449083)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:58.604 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=65531 [MatterTest] 09-27 06:42:58.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:58.610 INFO <<< [E:32645i S:20517 M:204967045] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:42:59.092 INFO >>> [E:32645i S:20517 M:155449084 (Ack:204967045)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:42:59.105 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=65532 [MatterTest] 09-27 06:42:59.106 INFO <<< [E:32645i S:20517 M:204967046 (Ack:155449084)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:42:59.109 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:42:59.112 INFO <<< [E:32646i S:20517 M:204967047] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:01.468 INFO >>> [E:32645i S:20517 M:155449084 (Ack:204967045)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:01.470 INFO <<< [E:32645i S:20517 M:204967048 (Ack:155449084)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:01.535 INFO >>> [E:32646i S:20517 M:155449085 (Ack:204967047)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:01.549 INFO <<< [E:32646i S:20517 M:204967049 (Ack:155449085)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:01.549 INFO TYZ endpoint_id=0,cluster_id=51,attribute_id=65533 [MatterTest] 09-27 06:43:01.552 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:01.554 INFO <<< [E:32647i S:20517 M:204967050] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:03.904 INFO >>> [E:32646i S:20517 M:155449085 (Ack:204967047)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:03.907 INFO <<< [E:32646i S:20517 M:204967051 (Ack:155449085)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:04.005 INFO >>> [E:32647i S:20517 M:155449086 (Ack:204967050)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:04.018 INFO <<< [E:32647i S:20517 M:204967052 (Ack:155449086)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:04.018 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=1 [MatterTest] 09-27 06:43:04.021 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:04.023 INFO <<< [E:32648i S:20517 M:204967053] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:04.585 INFO >>> [E:32648i S:20517 M:155449087 (Ack:204967053)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:04.600 INFO <<< [E:32648i S:20517 M:204967054 (Ack:155449087)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:04.600 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=2 [MatterTest] 09-27 06:43:04.603 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:04.605 INFO <<< [E:32649i S:20517 M:204967055] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:06.950 INFO >>> [E:32648i S:20517 M:155449087 (Ack:204967053)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:06.952 INFO <<< [E:32648i S:20517 M:204967056 (Ack:155449087)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:07.028 INFO >>> [E:32649i S:20517 M:155449088 (Ack:204967055)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:07.042 INFO <<< [E:32649i S:20517 M:204967057 (Ack:155449088)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:07.043 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=65528 [MatterTest] 09-27 06:43:07.046 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:07.048 INFO <<< [E:32650i S:20517 M:204967058] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:09.424 INFO >>> [E:32649i S:20517 M:155449088 (Ack:204967055)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:09.426 INFO <<< [E:32649i S:20517 M:204967059 (Ack:155449088)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:09.503 INFO >>> [E:32650i S:20517 M:155449089 (Ack:204967058)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:09.516 INFO <<< [E:32650i S:20517 M:204967060 (Ack:155449089)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:09.516 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=65529 [MatterTest] 09-27 06:43:09.519 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:09.522 INFO <<< [E:32651i S:20517 M:204967061] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:10.094 INFO >>> [E:32651i S:20517 M:155449090 (Ack:204967061)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:10.108 INFO <<< [E:32651i S:20517 M:204967062 (Ack:155449090)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:10.108 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=65531 [MatterTest] 09-27 06:43:10.111 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:10.114 INFO <<< [E:32652i S:20517 M:204967063] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:12.506 INFO >>> [E:32651i S:20517 M:155449090 (Ack:204967061)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:12.508 INFO <<< [E:32651i S:20517 M:204967064 (Ack:155449090)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:13.089 INFO >>> [E:32652i S:20517 M:155449091 (Ack:204967063)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:13.102 INFO <<< [E:32652i S:20517 M:204967065 (Ack:155449091)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:13.102 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=65532 [MatterTest] 09-27 06:43:13.106 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:13.109 INFO <<< [E:32653i S:20517 M:204967066] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:13.585 INFO >>> [E:32653i S:20517 M:155449092 (Ack:204967066)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:13.599 INFO <<< [E:32653i S:20517 M:204967067 (Ack:155449092)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:13.599 INFO TYZ endpoint_id=0,cluster_id=52,attribute_id=65533 [MatterTest] 09-27 06:43:13.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:13.604 INFO <<< [E:32654i S:20517 M:204967068] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:14.087 INFO >>> [E:32654i S:20517 M:155449093 (Ack:204967068)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:14.100 INFO <<< [E:32654i S:20517 M:204967069 (Ack:155449093)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:14.101 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=0 [MatterTest] 09-27 06:43:14.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:14.107 INFO <<< [E:32655i S:20517 M:204967070] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:14.586 INFO >>> [E:32655i S:20517 M:155449094 (Ack:204967070)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:14.601 INFO <<< [E:32655i S:20517 M:204967071 (Ack:155449094)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:14.601 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=1 [MatterTest] 09-27 06:43:14.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:14.607 INFO <<< [E:32656i S:20517 M:204967072] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:16.998 INFO >>> [E:32655i S:20517 M:155449094 (Ack:204967070)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:17.001 INFO <<< [E:32655i S:20517 M:204967073 (Ack:155449094)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:17.183 INFO >>> [E:32656i S:20517 M:155449095 (Ack:204967072)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:17.197 INFO <<< [E:32656i S:20517 M:204967074 (Ack:155449095)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:17.197 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=2 [MatterTest] 09-27 06:43:17.200 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:17.203 INFO <<< [E:32657i S:20517 M:204967075] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:19.603 INFO >>> [E:32656i S:20517 M:155449095 (Ack:204967072)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:19.605 INFO <<< [E:32656i S:20517 M:204967076 (Ack:155449095)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:19.692 INFO >>> [E:32657i S:20517 M:155449096 (Ack:204967075)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:19.707 INFO <<< [E:32657i S:20517 M:204967077 (Ack:155449096)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:19.707 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=3 [MatterTest] 09-27 06:43:19.710 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:19.712 INFO <<< [E:32658i S:20517 M:204967078] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:20.086 INFO >>> [E:32658i S:20517 M:155449097 (Ack:204967078)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:20.100 INFO <<< [E:32658i S:20517 M:204967079 (Ack:155449097)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:20.100 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=4 [MatterTest] 09-27 06:43:20.103 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:20.105 INFO <<< [E:32659i S:20517 M:204967080] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:22.437 INFO >>> [E:32658i S:20517 M:155449097 (Ack:204967078)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:22.439 INFO <<< [E:32658i S:20517 M:204967081 (Ack:155449097)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:22.524 INFO >>> [E:32659i S:20517 M:155449098 (Ack:204967080)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:22.536 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=5 [MatterTest] 09-27 06:43:22.536 INFO <<< [E:32659i S:20517 M:204967082 (Ack:155449098)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:22.539 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:22.542 INFO <<< [E:32660i S:20517 M:204967083] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:23.093 INFO >>> [E:32660i S:20517 M:155449099 (Ack:204967083)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:23.107 INFO <<< [E:32660i S:20517 M:204967084 (Ack:155449099)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:23.107 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=6 [MatterTest] 09-27 06:43:23.111 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:23.114 INFO <<< [E:32661i S:20517 M:204967085] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:25.494 INFO >>> [E:32660i S:20517 M:155449099 (Ack:204967083)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:25.496 INFO <<< [E:32660i S:20517 M:204967086 (Ack:155449099)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:25.554 INFO >>> [E:32661i S:20517 M:155449100 (Ack:204967085)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:25.569 INFO <<< [E:32661i S:20517 M:204967087 (Ack:155449100)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:25.569 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=7 [MatterTest] 09-27 06:43:25.572 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:25.574 INFO <<< [E:32662i S:20517 M:204967088] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:26.093 INFO >>> [E:32662i S:20517 M:155449101 (Ack:204967088)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:26.107 INFO <<< [E:32662i S:20517 M:204967089 (Ack:155449101)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:26.108 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=8 [MatterTest] 09-27 06:43:26.110 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:26.113 INFO <<< [E:32663i S:20517 M:204967090] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:26.593 INFO >>> [E:32663i S:20517 M:155449102 (Ack:204967090)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:26.608 INFO <<< [E:32663i S:20517 M:204967091 (Ack:155449102)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:26.609 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=9 [MatterTest] 09-27 06:43:26.611 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:26.614 INFO <<< [E:32664i S:20517 M:204967092] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:27.091 INFO >>> [E:32664i S:20517 M:155449103 (Ack:204967092)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:27.107 INFO <<< [E:32664i S:20517 M:204967093 (Ack:155449103)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:27.108 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=10 [MatterTest] 09-27 06:43:27.111 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:27.114 INFO <<< [E:32665i S:20517 M:204967094] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:27.587 INFO >>> [E:32665i S:20517 M:155449104 (Ack:204967094)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:27.600 INFO <<< [E:32665i S:20517 M:204967095 (Ack:155449104)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:27.601 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=11 [MatterTest] 09-27 06:43:27.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:27.607 INFO <<< [E:32666i S:20517 M:204967096] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:28.092 INFO >>> [E:32666i S:20517 M:155449105 (Ack:204967096)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:28.106 INFO <<< [E:32666i S:20517 M:204967097 (Ack:155449105)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:28.106 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=12 [MatterTest] 09-27 06:43:28.109 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:28.112 INFO <<< [E:32667i S:20517 M:204967098] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:28.598 INFO >>> [E:32667i S:20517 M:155449106 (Ack:204967098)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:28.611 INFO <<< [E:32667i S:20517 M:204967099 (Ack:155449106)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:28.611 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=13 [MatterTest] 09-27 06:43:28.614 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:28.617 INFO <<< [E:32668i S:20517 M:204967100] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:30.961 INFO >>> [E:32667i S:20517 M:155449106 (Ack:204967098)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:30.962 INFO <<< [E:32667i S:20517 M:204967101 (Ack:155449106)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:31.051 INFO >>> [E:32668i S:20517 M:155449107 (Ack:204967100)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:31.064 INFO <<< [E:32668i S:20517 M:204967102 (Ack:155449107)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:31.065 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=14 [MatterTest] 09-27 06:43:31.067 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:31.070 INFO <<< [E:32669i S:20517 M:204967103] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:33.448 INFO >>> [E:32668i S:20517 M:155449107 (Ack:204967100)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:33.450 INFO <<< [E:32668i S:20517 M:204967104 (Ack:155449107)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:33.642 INFO >>> [E:32669i S:20517 M:155449108 (Ack:204967103)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:33.655 INFO <<< [E:32669i S:20517 M:204967105 (Ack:155449108)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:33.655 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=15 [MatterTest] 09-27 06:43:33.658 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:33.661 INFO <<< [E:32670i S:20517 M:204967106] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:34.086 INFO >>> [E:32670i S:20517 M:155449109 (Ack:204967106)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:34.098 INFO <<< [E:32670i S:20517 M:204967107 (Ack:155449109)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:34.099 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=16 [MatterTest] 09-27 06:43:34.102 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:34.105 INFO <<< [E:32671i S:20517 M:204967108] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:34.586 INFO >>> [E:32671i S:20517 M:155449110 (Ack:204967108)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:34.596 INFO <<< [E:32671i S:20517 M:204967109 (Ack:155449110)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:34.597 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=17 [MatterTest] 09-27 06:43:34.600 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:34.603 INFO <<< [E:32672i S:20517 M:204967110] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:35.095 INFO >>> [E:32672i S:20517 M:155449111 (Ack:204967110)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:35.105 INFO <<< [E:32672i S:20517 M:204967111 (Ack:155449111)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:35.107 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=18 [MatterTest] 09-27 06:43:35.110 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:35.112 INFO <<< [E:32673i S:20517 M:204967112] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:37.495 INFO >>> [E:32672i S:20517 M:155449111 (Ack:204967110)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:37.497 INFO <<< [E:32672i S:20517 M:204967113 (Ack:155449111)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:37.573 INFO >>> [E:32673i S:20517 M:155449112 (Ack:204967112)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:37.587 INFO <<< [E:32673i S:20517 M:204967114 (Ack:155449112)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:37.587 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=19 [MatterTest] 09-27 06:43:37.590 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:37.593 INFO <<< [E:32674i S:20517 M:204967115] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:38.086 INFO >>> [E:32674i S:20517 M:155449113 (Ack:204967115)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:38.100 INFO <<< [E:32674i S:20517 M:204967116 (Ack:155449113)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:38.101 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=20 [MatterTest] 09-27 06:43:38.103 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:38.106 INFO <<< [E:32675i S:20517 M:204967117] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:40.502 INFO >>> [E:32674i S:20517 M:155449113 (Ack:204967115)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:40.505 INFO <<< [E:32674i S:20517 M:204967118 (Ack:155449113)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:40.592 INFO >>> [E:32675i S:20517 M:155449114 (Ack:204967117)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:40.607 INFO <<< [E:32675i S:20517 M:204967119 (Ack:155449114)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:40.608 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=21 [MatterTest] 09-27 06:43:40.611 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:40.613 INFO <<< [E:32676i S:20517 M:204967120] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:42.977 INFO >>> [E:32675i S:20517 M:155449114 (Ack:204967117)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:42.979 INFO <<< [E:32675i S:20517 M:204967121 (Ack:155449114)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:43.056 INFO >>> [E:32676i S:20517 M:155449115 (Ack:204967120)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:43.072 INFO <<< [E:32676i S:20517 M:204967122 (Ack:155449115)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:43.072 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=22 [MatterTest] 09-27 06:43:43.075 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:43.077 INFO <<< [E:32677i S:20517 M:204967123] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:43.587 INFO >>> [E:32677i S:20517 M:155449116 (Ack:204967123)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:43.598 INFO <<< [E:32677i S:20517 M:204967124 (Ack:155449116)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:43.599 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=23 [MatterTest] 09-27 06:43:43.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:43.605 INFO <<< [E:32678i S:20517 M:204967125] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:45.962 INFO >>> [E:32677i S:20517 M:155449116 (Ack:204967123)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:45.964 INFO <<< [E:32677i S:20517 M:204967126 (Ack:155449116)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:46.091 INFO >>> [E:32678i S:20517 M:155449117 (Ack:204967125)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:46.103 INFO <<< [E:32678i S:20517 M:204967127 (Ack:155449117)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:46.104 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=24 [MatterTest] 09-27 06:43:46.107 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:46.110 INFO <<< [E:32679i S:20517 M:204967128] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:48.504 INFO >>> [E:32678i S:20517 M:155449117 (Ack:204967125)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:48.507 INFO <<< [E:32678i S:20517 M:204967129 (Ack:155449117)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:48.590 INFO >>> [E:32679i S:20517 M:155449118 (Ack:204967128)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:48.605 INFO <<< [E:32679i S:20517 M:204967130 (Ack:155449118)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:48.606 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=25 [MatterTest] 09-27 06:43:48.608 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:48.611 INFO <<< [E:32680i S:20517 M:204967131] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:50.950 INFO >>> [E:32679i S:20517 M:155449118 (Ack:204967128)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:50.953 INFO <<< [E:32679i S:20517 M:204967132 (Ack:155449118)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:51.030 INFO >>> [E:32680i S:20517 M:155449119 (Ack:204967131)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:51.043 INFO <<< [E:32680i S:20517 M:204967133 (Ack:155449119)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:51.044 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=26 [MatterTest] 09-27 06:43:51.047 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:51.049 INFO <<< [E:32681i S:20517 M:204967134] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:53.437 INFO >>> [E:32680i S:20517 M:155449119 (Ack:204967131)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:53.439 INFO <<< [E:32680i S:20517 M:204967135 (Ack:155449119)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:53.517 INFO >>> [E:32681i S:20517 M:155449120 (Ack:204967134)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:53.528 INFO <<< [E:32681i S:20517 M:204967136 (Ack:155449120)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:53.528 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=27 [MatterTest] 09-27 06:43:53.531 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:53.534 INFO <<< [E:32682i S:20517 M:204967137] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:54.087 INFO >>> [E:32682i S:20517 M:155449121 (Ack:204967137)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:54.101 INFO <<< [E:32682i S:20517 M:204967138 (Ack:155449121)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:54.101 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=28 [MatterTest] 09-27 06:43:54.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:54.106 INFO <<< [E:32683i S:20517 M:204967139] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:56.509 INFO >>> [E:32682i S:20517 M:155449121 (Ack:204967137)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:56.511 INFO <<< [E:32682i S:20517 M:204967140 (Ack:155449121)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:56.586 INFO >>> [E:32683i S:20517 M:155449122 (Ack:204967139)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:56.599 INFO <<< [E:32683i S:20517 M:204967141 (Ack:155449122)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:56.600 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=29 [MatterTest] 09-27 06:43:56.606 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:56.609 INFO <<< [E:32684i S:20517 M:204967142] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:43:58.987 INFO >>> [E:32683i S:20517 M:155449122 (Ack:204967139)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:58.990 INFO <<< [E:32683i S:20517 M:204967143 (Ack:155449122)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:59.677 INFO >>> [E:32684i S:20517 M:155449123 (Ack:204967142)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:43:59.690 INFO <<< [E:32684i S:20517 M:204967144 (Ack:155449123)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:43:59.690 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=30 [MatterTest] 09-27 06:43:59.693 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:43:59.696 INFO <<< [E:32685i S:20517 M:204967145] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:02.090 INFO >>> [E:32684i S:20517 M:155449123 (Ack:204967142)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:02.092 INFO <<< [E:32684i S:20517 M:204967146 (Ack:155449123)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:02.167 INFO >>> [E:32685i S:20517 M:155449124 (Ack:204967145)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:02.182 INFO <<< [E:32685i S:20517 M:204967147 (Ack:155449124)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:02.182 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=31 [MatterTest] 09-27 06:44:02.185 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:02.187 INFO <<< [E:32686i S:20517 M:204967148] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:02.587 INFO >>> [E:32686i S:20517 M:155449125 (Ack:204967148)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:02.601 INFO <<< [E:32686i S:20517 M:204967149 (Ack:155449125)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:02.602 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=32 [MatterTest] 09-27 06:44:02.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:02.607 INFO <<< [E:32687i S:20517 M:204967150] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:05.014 INFO >>> [E:32686i S:20517 M:155449125 (Ack:204967148)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:05.016 INFO <<< [E:32686i S:20517 M:204967151 (Ack:155449125)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:05.090 INFO >>> [E:32687i S:20517 M:155449126 (Ack:204967150)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:05.102 INFO <<< [E:32687i S:20517 M:204967152 (Ack:155449126)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:05.102 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=33 [MatterTest] 09-27 06:44:05.105 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:05.108 INFO <<< [E:32688i S:20517 M:204967153] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:05.588 INFO >>> [E:32688i S:20517 M:155449127 (Ack:204967153)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:05.604 INFO <<< [E:32688i S:20517 M:204967154 (Ack:155449127)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:05.604 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=34 [MatterTest] 09-27 06:44:05.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:05.609 INFO <<< [E:32689i S:20517 M:204967155] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:07.972 INFO >>> [E:32688i S:20517 M:155449127 (Ack:204967153)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:07.974 INFO <<< [E:32688i S:20517 M:204967156 (Ack:155449127)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:08.052 INFO >>> [E:32689i S:20517 M:155449128 (Ack:204967155)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:08.067 INFO <<< [E:32689i S:20517 M:204967157 (Ack:155449128)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:08.068 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=35 [MatterTest] 09-27 06:44:08.071 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:08.074 INFO <<< [E:32690i S:20517 M:204967158] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:08.587 INFO >>> [E:32690i S:20517 M:155449129 (Ack:204967158)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:08.601 INFO <<< [E:32690i S:20517 M:204967159 (Ack:155449129)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:08.601 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=36 [MatterTest] 09-27 06:44:08.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:08.606 INFO <<< [E:32691i S:20517 M:204967160] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:09.087 INFO >>> [E:32691i S:20517 M:155449130 (Ack:204967160)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:09.103 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=37 [MatterTest] 09-27 06:44:09.103 INFO <<< [E:32691i S:20517 M:204967161 (Ack:155449130)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:09.106 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:09.108 INFO <<< [E:32692i S:20517 M:204967162] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:11.448 INFO >>> [E:32691i S:20517 M:155449130 (Ack:204967160)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:11.450 INFO <<< [E:32691i S:20517 M:204967163 (Ack:155449130)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:11.531 INFO >>> [E:32692i S:20517 M:155449131 (Ack:204967162)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:11.545 INFO <<< [E:32692i S:20517 M:204967164 (Ack:155449131)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:11.545 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=38 [MatterTest] 09-27 06:44:11.548 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:11.550 INFO <<< [E:32693i S:20517 M:204967165] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:12.087 INFO >>> [E:32693i S:20517 M:155449132 (Ack:204967165)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:12.101 INFO <<< [E:32693i S:20517 M:204967166 (Ack:155449132)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:12.101 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=39 [MatterTest] 09-27 06:44:12.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:12.107 INFO <<< [E:32694i S:20517 M:204967167] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:14.476 INFO >>> [E:32693i S:20517 M:155449132 (Ack:204967165)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:14.478 INFO <<< [E:32693i S:20517 M:204967168 (Ack:155449132)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:14.557 INFO >>> [E:32694i S:20517 M:155449133 (Ack:204967167)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:14.567 INFO <<< [E:32694i S:20517 M:204967169 (Ack:155449133)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:14.568 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=40 [MatterTest] 09-27 06:44:14.571 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:14.574 INFO <<< [E:32695i S:20517 M:204967170] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:15.087 INFO >>> [E:32695i S:20517 M:155449134 (Ack:204967170)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:15.101 INFO <<< [E:32695i S:20517 M:204967171 (Ack:155449134)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:15.101 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=41 [MatterTest] 09-27 06:44:15.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:15.107 INFO <<< [E:32696i S:20517 M:204967172] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:15.587 INFO >>> [E:32696i S:20517 M:155449135 (Ack:204967172)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:15.598 INFO <<< [E:32696i S:20517 M:204967173 (Ack:155449135)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:15.599 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=42 [MatterTest] 09-27 06:44:15.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:15.605 INFO <<< [E:32697i S:20517 M:204967174] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:17.963 INFO >>> [E:32696i S:20517 M:155449135 (Ack:204967172)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:17.966 INFO <<< [E:32696i S:20517 M:204967175 (Ack:155449135)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:18.041 INFO >>> [E:32697i S:20517 M:155449136 (Ack:204967174)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:18.054 INFO <<< [E:32697i S:20517 M:204967176 (Ack:155449136)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:18.055 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=43 [MatterTest] 09-27 06:44:18.057 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:18.060 INFO <<< [E:32698i S:20517 M:204967177] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:20.449 INFO >>> [E:32697i S:20517 M:155449136 (Ack:204967174)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:20.451 INFO <<< [E:32697i S:20517 M:204967178 (Ack:155449136)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:20.529 INFO >>> [E:32698i S:20517 M:155449137 (Ack:204967177)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:20.538 INFO <<< [E:32698i S:20517 M:204967179 (Ack:155449137)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:20.538 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=44 [MatterTest] 09-27 06:44:20.542 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:20.545 INFO <<< [E:32699i S:20517 M:204967180] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:21.088 INFO >>> [E:32699i S:20517 M:155449138 (Ack:204967180)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:21.104 INFO <<< [E:32699i S:20517 M:204967181 (Ack:155449138)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:21.104 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=45 [MatterTest] 09-27 06:44:21.107 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:21.110 INFO <<< [E:32700i S:20517 M:204967182] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:21.587 INFO >>> [E:32700i S:20517 M:155449139 (Ack:204967182)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:21.598 INFO <<< [E:32700i S:20517 M:204967183 (Ack:155449139)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:21.599 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=46 [MatterTest] 09-27 06:44:21.601 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:21.604 INFO <<< [E:32701i S:20517 M:204967184] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:23.941 INFO >>> [E:32700i S:20517 M:155449139 (Ack:204967182)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:23.943 INFO <<< [E:32700i S:20517 M:204967185 (Ack:155449139)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:24.020 INFO >>> [E:32701i S:20517 M:155449140 (Ack:204967184)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:24.034 INFO <<< [E:32701i S:20517 M:204967186 (Ack:155449140)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:24.035 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=47 [MatterTest] 09-27 06:44:24.038 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:24.040 INFO <<< [E:32702i S:20517 M:204967187] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:26.431 INFO >>> [E:32701i S:20517 M:155449140 (Ack:204967184)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:26.432 INFO <<< [E:32701i S:20517 M:204967188 (Ack:155449140)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:26.518 INFO >>> [E:32702i S:20517 M:155449141 (Ack:204967187)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:26.528 INFO <<< [E:32702i S:20517 M:204967189 (Ack:155449141)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:26.529 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=48 [MatterTest] 09-27 06:44:26.532 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:26.534 INFO <<< [E:32703i S:20517 M:204967190] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:27.087 INFO >>> [E:32703i S:20517 M:155449142 (Ack:204967190)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:27.103 INFO <<< [E:32703i S:20517 M:204967191 (Ack:155449142)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:27.104 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=49 [MatterTest] 09-27 06:44:27.106 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:27.109 INFO <<< [E:32704i S:20517 M:204967192] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:29.493 INFO >>> [E:32703i S:20517 M:155449142 (Ack:204967190)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:29.495 INFO <<< [E:32703i S:20517 M:204967193 (Ack:155449142)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:29.571 INFO >>> [E:32704i S:20517 M:155449143 (Ack:204967192)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:29.584 INFO <<< [E:32704i S:20517 M:204967194 (Ack:155449143)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:29.584 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=50 [MatterTest] 09-27 06:44:29.587 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:29.590 INFO <<< [E:32705i S:20517 M:204967195] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:30.089 INFO >>> [E:32705i S:20517 M:155449144 (Ack:204967195)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:30.102 INFO <<< [E:32705i S:20517 M:204967196 (Ack:155449144)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:30.102 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=51 [MatterTest] 09-27 06:44:30.105 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:30.108 INFO <<< [E:32706i S:20517 M:204967197] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:30.589 INFO >>> [E:32706i S:20517 M:155449145 (Ack:204967197)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:30.599 INFO <<< [E:32706i S:20517 M:204967198 (Ack:155449145)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:30.599 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=52 [MatterTest] 09-27 06:44:30.602 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:30.605 INFO <<< [E:32707i S:20517 M:204967199] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:32.990 INFO >>> [E:32706i S:20517 M:155449145 (Ack:204967197)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:32.993 INFO <<< [E:32706i S:20517 M:204967200 (Ack:155449145)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:33.066 INFO >>> [E:32707i S:20517 M:155449146 (Ack:204967199)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:33.079 INFO <<< [E:32707i S:20517 M:204967201 (Ack:155449146)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:33.080 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=53 [MatterTest] 09-27 06:44:33.082 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:33.085 INFO <<< [E:32708i S:20517 M:204967202] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:35.430 INFO >>> [E:32707i S:20517 M:155449146 (Ack:204967199)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:35.432 INFO <<< [E:32707i S:20517 M:204967203 (Ack:155449146)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:35.507 INFO >>> [E:32708i S:20517 M:155449147 (Ack:204967202)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:35.522 INFO <<< [E:32708i S:20517 M:204967204 (Ack:155449147)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:35.522 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=54 [MatterTest] 09-27 06:44:35.525 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:35.528 INFO <<< [E:32709i S:20517 M:204967205] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:37.885 INFO >>> [E:32708i S:20517 M:155449147 (Ack:204967202)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:37.887 INFO <<< [E:32708i S:20517 M:204967206 (Ack:155449147)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:37.974 INFO >>> [E:32709i S:20517 M:155449148 (Ack:204967205)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:37.990 INFO <<< [E:32709i S:20517 M:204967207 (Ack:155449148)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:37.991 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=55 [MatterTest] 09-27 06:44:37.994 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:37.997 INFO <<< [E:32710i S:20517 M:204967208] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:40.324 INFO >>> [E:32709i S:20517 M:155449148 (Ack:204967205)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:40.327 INFO <<< [E:32709i S:20517 M:204967209 (Ack:155449148)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:40.401 INFO >>> [E:32710i S:20517 M:155449149 (Ack:204967208)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:40.414 INFO <<< [E:32710i S:20517 M:204967210 (Ack:155449149)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:40.414 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=56 [MatterTest] 09-27 06:44:40.417 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:40.420 INFO <<< [E:32711i S:20517 M:204967211] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:41.594 INFO >>> [E:32711i S:20517 M:155449150 (Ack:204967211)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:41.607 INFO <<< [E:32711i S:20517 M:204967212 (Ack:155449150)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:41.608 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=57 [MatterTest] 09-27 06:44:41.611 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:41.613 INFO <<< [E:32712i S:20517 M:204967213] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:42.589 INFO >>> [E:32712i S:20517 M:155449151 (Ack:204967213)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:42.603 INFO <<< [E:32712i S:20517 M:204967214 (Ack:155449151)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:42.603 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=58 [MatterTest] 09-27 06:44:42.606 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:42.609 INFO <<< [E:32713i S:20517 M:204967215] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:44.932 INFO >>> [E:32712i S:20517 M:155449151 (Ack:204967213)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:44.934 INFO <<< [E:32712i S:20517 M:204967216 (Ack:155449151)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:45.012 INFO >>> [E:32713i S:20517 M:155449152 (Ack:204967215)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:45.026 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=59 [MatterTest] 09-27 06:44:45.026 INFO <<< [E:32713i S:20517 M:204967217 (Ack:155449152)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:45.029 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:45.032 INFO <<< [E:32714i S:20517 M:204967218] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:47.354 INFO >>> [E:32713i S:20517 M:155449152 (Ack:204967215)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:47.357 INFO <<< [E:32713i S:20517 M:204967219 (Ack:155449152)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:47.433 INFO >>> [E:32714i S:20517 M:155449153 (Ack:204967218)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:47.446 INFO <<< [E:32714i S:20517 M:204967220 (Ack:155449153)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:47.446 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=60 [MatterTest] 09-27 06:44:47.449 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:47.452 INFO <<< [E:32715i S:20517 M:204967221] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:48.093 INFO >>> [E:32715i S:20517 M:155449154 (Ack:204967221)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:48.105 INFO <<< [E:32715i S:20517 M:204967222 (Ack:155449154)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:48.105 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=61 [MatterTest] 09-27 06:44:48.108 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:48.110 INFO <<< [E:32716i S:20517 M:204967223] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:50.490 INFO >>> [E:32715i S:20517 M:155449154 (Ack:204967221)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:50.493 INFO <<< [E:32715i S:20517 M:204967224 (Ack:155449154)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:50.569 INFO >>> [E:32716i S:20517 M:155449155 (Ack:204967223)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:50.584 INFO <<< [E:32716i S:20517 M:204967225 (Ack:155449155)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:50.585 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=62 [MatterTest] 09-27 06:44:50.588 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:50.590 INFO <<< [E:32717i S:20517 M:204967226] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:52.930 INFO >>> [E:32716i S:20517 M:155449155 (Ack:204967223)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:52.932 INFO <<< [E:32716i S:20517 M:204967227 (Ack:155449155)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:52.990 INFO >>> [E:32717i S:20517 M:155449156 (Ack:204967226)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:53.005 INFO <<< [E:32717i S:20517 M:204967228 (Ack:155449156)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:53.006 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=65528 [MatterTest] 09-27 06:44:53.008 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:53.011 INFO <<< [E:32718i S:20517 M:204967229] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:55.341 INFO >>> [E:32717i S:20517 M:155449156 (Ack:204967226)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:55.344 INFO <<< [E:32717i S:20517 M:204967230 (Ack:155449156)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:55.420 INFO >>> [E:32718i S:20517 M:155449157 (Ack:204967229)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:55.434 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=65529 [MatterTest] 09-27 06:44:55.434 INFO <<< [E:32718i S:20517 M:204967231 (Ack:155449157)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:55.437 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:55.440 INFO <<< [E:32719i S:20517 M:204967232] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:55.594 INFO >>> [E:32719i S:20517 M:155449158 (Ack:204967232)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:55.606 INFO <<< [E:32719i S:20517 M:204967233 (Ack:155449158)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:55.607 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=65531 [MatterTest] 09-27 06:44:55.610 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:55.613 INFO <<< [E:32720i S:20517 M:204967234] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:57.947 INFO >>> [E:32719i S:20517 M:155449158 (Ack:204967232)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:57.949 INFO <<< [E:32719i S:20517 M:204967235 (Ack:155449158)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:58.056 INFO >>> [E:32720i S:20517 M:155449159 (Ack:204967234)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:58.072 INFO <<< [E:32720i S:20517 M:204967236 (Ack:155449159)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:58.073 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=65532 [MatterTest] 09-27 06:44:58.075 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:58.078 INFO <<< [E:32721i S:20517 M:204967237] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:44:58.587 INFO >>> [E:32721i S:20517 M:155449160 (Ack:204967237)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:44:58.601 INFO <<< [E:32721i S:20517 M:204967238 (Ack:155449160)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:44:58.602 INFO TYZ endpoint_id=0,cluster_id=53,attribute_id=65533 [MatterTest] 09-27 06:44:58.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:44:58.607 INFO <<< [E:32722i S:20517 M:204967239] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:00.961 INFO >>> [E:32721i S:20517 M:155449160 (Ack:204967237)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:00.964 INFO <<< [E:32721i S:20517 M:204967240 (Ack:155449160)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:01.038 INFO >>> [E:32722i S:20517 M:155449161 (Ack:204967239)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:01.051 INFO <<< [E:32722i S:20517 M:204967241 (Ack:155449161)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:01.052 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=0 [MatterTest] 09-27 06:45:01.055 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:01.057 INFO <<< [E:32723i S:20517 M:204967242] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:03.423 INFO >>> [E:32722i S:20517 M:155449161 (Ack:204967239)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:03.425 INFO <<< [E:32722i S:20517 M:204967243 (Ack:155449161)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:03.536 INFO >>> [E:32723i S:20517 M:155449162 (Ack:204967242)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:03.549 INFO <<< [E:32723i S:20517 M:204967244 (Ack:155449162)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:03.550 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=1 [MatterTest] 09-27 06:45:03.553 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:03.555 INFO <<< [E:32724i S:20517 M:204967245] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:04.571 INFO >>> [E:32724i S:20517 M:155449163 (Ack:204967245)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:04.583 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=2 [MatterTest] 09-27 06:45:04.584 INFO <<< [E:32724i S:20517 M:204967246 (Ack:155449163)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:04.587 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:04.590 INFO <<< [E:32725i S:20517 M:204967247] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:06.952 INFO >>> [E:32724i S:20517 M:155449163 (Ack:204967245)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:06.954 INFO <<< [E:32724i S:20517 M:204967248 (Ack:155449163)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:07.032 INFO >>> [E:32725i S:20517 M:155449164 (Ack:204967247)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:07.046 INFO <<< [E:32725i S:20517 M:204967249 (Ack:155449164)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:07.046 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=65528 [MatterTest] 09-27 06:45:07.049 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:07.051 INFO <<< [E:32726i S:20517 M:204967250] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:09.444 INFO >>> [E:32725i S:20517 M:155449164 (Ack:204967247)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:09.445 INFO <<< [E:32725i S:20517 M:204967251 (Ack:155449164)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:09.520 INFO >>> [E:32726i S:20517 M:155449165 (Ack:204967250)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:09.534 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=65529 [MatterTest] 09-27 06:45:09.535 INFO <<< [E:32726i S:20517 M:204967252 (Ack:155449165)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:09.538 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:09.540 INFO <<< [E:32727i S:20517 M:204967253] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:10.199 INFO >>> [E:32727i S:20517 M:155449166 (Ack:204967253)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:10.213 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=65531 [MatterTest] 09-27 06:45:10.213 INFO <<< [E:32727i S:20517 M:204967254 (Ack:155449166)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:10.216 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:10.219 INFO <<< [E:32728i S:20517 M:204967255] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:10.594 INFO >>> [E:32728i S:20517 M:155449167 (Ack:204967255)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:10.609 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=65532 [MatterTest] 09-27 06:45:10.609 INFO <<< [E:32728i S:20517 M:204967256 (Ack:155449167)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:10.613 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:10.616 INFO <<< [E:32729i S:20517 M:204967257] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:12.969 INFO >>> [E:32728i S:20517 M:155449167 (Ack:204967255)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:12.971 INFO <<< [E:32728i S:20517 M:204967258 (Ack:155449167)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:13.032 INFO >>> [E:32729i S:20517 M:155449168 (Ack:204967257)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:13.044 INFO <<< [E:32729i S:20517 M:204967259 (Ack:155449168)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:13.045 INFO TYZ endpoint_id=0,cluster_id=60,attribute_id=65533 [MatterTest] 09-27 06:45:13.048 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:13.050 INFO <<< [E:32730i S:20517 M:204967260] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:13.588 INFO >>> [E:32730i S:20517 M:155449169 (Ack:204967260)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:13.599 INFO <<< [E:32730i S:20517 M:204967261 (Ack:155449169)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:13.600 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=0 [MatterTest] 09-27 06:45:13.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:13.606 INFO <<< [E:32731i S:20517 M:204967262] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:14.091 INFO >>> [E:32731i S:20517 M:155449170 (Ack:204967262)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:14.100 INFO <<< [E:32731i S:20517 M:204967263 (Ack:155449170)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:14.100 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=1 [MatterTest] 09-27 06:45:14.104 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:14.107 INFO <<< [E:32732i S:20517 M:204967264] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:14.601 INFO >>> [E:32732i S:20517 M:155449171 (Ack:204967264)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:14.616 INFO <<< [E:32732i S:20517 M:204967265 (Ack:155449171)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:14.617 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=2 [MatterTest] 09-27 06:45:14.619 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:14.622 INFO <<< [E:32733i S:20517 M:204967266] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:16.982 INFO >>> [E:32732i S:20517 M:155449171 (Ack:204967264)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:16.984 INFO <<< [E:32732i S:20517 M:204967267 (Ack:155449171)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:17.022 INFO >>> [E:32733i S:20517 M:155449172 (Ack:204967266)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:17.036 INFO <<< [E:32733i S:20517 M:204967268 (Ack:155449172)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:17.037 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=3 [MatterTest] 09-27 06:45:17.040 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:17.042 INFO <<< [E:32734i S:20517 M:204967269] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:17.589 INFO >>> [E:32734i S:20517 M:155449173 (Ack:204967269)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:17.602 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=4 [MatterTest] 09-27 06:45:17.602 INFO <<< [E:32734i S:20517 M:204967270 (Ack:155449173)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:17.605 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:17.608 INFO <<< [E:32735i S:20517 M:204967271] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:18.113 INFO >>> [E:32735i S:20517 M:155449174 (Ack:204967271)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:18.127 INFO <<< [E:32735i S:20517 M:204967272 (Ack:155449174)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:18.129 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=5 [MatterTest] 09-27 06:45:18.131 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:18.134 INFO <<< [E:32736i S:20517 M:204967273] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:20.496 INFO >>> [E:32735i S:20517 M:155449174 (Ack:204967271)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:20.499 INFO <<< [E:32735i S:20517 M:204967274 (Ack:155449174)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:20.532 INFO >>> [E:32736i S:20517 M:155449175 (Ack:204967273)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:20.544 INFO <<< [E:32736i S:20517 M:204967275 (Ack:155449175)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:20.545 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=65528 [MatterTest] 09-27 06:45:20.548 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:20.550 INFO <<< [E:32737i S:20517 M:204967276] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:21.093 INFO >>> [E:32737i S:20517 M:155449176 (Ack:204967276)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:21.106 INFO <<< [E:32737i S:20517 M:204967277 (Ack:155449176)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:21.107 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=65529 [MatterTest] 09-27 06:45:21.110 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:21.113 INFO <<< [E:32738i S:20517 M:204967278] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:23.459 INFO >>> [E:32737i S:20517 M:155449176 (Ack:204967276)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:23.461 INFO <<< [E:32737i S:20517 M:204967279 (Ack:155449176)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:23.527 INFO >>> [E:32738i S:20517 M:155449177 (Ack:204967278)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:23.539 INFO <<< [E:32738i S:20517 M:204967280 (Ack:155449177)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:23.540 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=65531 [MatterTest] 09-27 06:45:23.544 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:23.547 INFO <<< [E:32739i S:20517 M:204967281] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:24.095 INFO >>> [E:32739i S:20517 M:155449178 (Ack:204967281)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:24.107 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=65532 [MatterTest] 09-27 06:45:24.108 INFO <<< [E:32739i S:20517 M:204967282 (Ack:155449178)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:24.112 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:24.114 INFO <<< [E:32740i S:20517 M:204967283] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:24.589 INFO >>> [E:32740i S:20517 M:155449179 (Ack:204967283)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:24.604 INFO <<< [E:32740i S:20517 M:204967284 (Ack:155449179)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:24.604 INFO TYZ endpoint_id=0,cluster_id=62,attribute_id=65533 [MatterTest] 09-27 06:45:24.608 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:24.610 INFO <<< [E:32741i S:20517 M:204967285] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:25.089 INFO >>> [E:32741i S:20517 M:155449180 (Ack:204967285)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:25.104 INFO <<< [E:32741i S:20517 M:204967286 (Ack:155449180)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:25.104 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=0 [MatterTest] 09-27 06:45:25.107 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:25.110 INFO <<< [E:32742i S:20517 M:204967287] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:25.596 INFO >>> [E:32742i S:20517 M:155449181 (Ack:204967287)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:25.611 INFO <<< [E:32742i S:20517 M:204967288 (Ack:155449181)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:25.611 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=1 [MatterTest] 09-27 06:45:25.614 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:25.616 INFO <<< [E:32743i S:20517 M:204967289] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:28.002 INFO >>> [E:32742i S:20517 M:155449181 (Ack:204967287)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:28.004 INFO <<< [E:32742i S:20517 M:204967290 (Ack:155449181)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:28.181 INFO >>> [E:32743i S:20517 M:155449182 (Ack:204967289)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:28.194 INFO <<< [E:32743i S:20517 M:204967291 (Ack:155449182)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:28.195 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=2 [MatterTest] 09-27 06:45:28.197 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:28.200 INFO <<< [E:32744i S:20517 M:204967292] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:28.589 INFO >>> [E:32744i S:20517 M:155449183 (Ack:204967292)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:28.600 INFO <<< [E:32744i S:20517 M:204967293 (Ack:155449183)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:28.600 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=3 [MatterTest] 09-27 06:45:28.603 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:28.606 INFO <<< [E:32745i S:20517 M:204967294] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:30.971 INFO >>> [E:32744i S:20517 M:155449183 (Ack:204967292)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:30.973 INFO <<< [E:32744i S:20517 M:204967295 (Ack:155449183)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:31.048 INFO >>> [E:32745i S:20517 M:155449184 (Ack:204967294)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:31.062 INFO <<< [E:32745i S:20517 M:204967296 (Ack:155449184)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:31.063 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=65528 [MatterTest] 09-27 06:45:31.065 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:31.068 INFO <<< [E:32746i S:20517 M:204967297] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:33.411 INFO >>> [E:32745i S:20517 M:155449184 (Ack:204967294)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:33.412 INFO <<< [E:32745i S:20517 M:204967298 (Ack:155449184)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:33.494 INFO >>> [E:32746i S:20517 M:155449185 (Ack:204967297)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:33.508 INFO <<< [E:32746i S:20517 M:204967299 (Ack:155449185)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:33.509 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=65529 [MatterTest] 09-27 06:45:33.512 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:33.514 INFO <<< [E:32747i S:20517 M:204967300] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:35.875 INFO >>> [E:32746i S:20517 M:155449185 (Ack:204967297)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:35.877 INFO <<< [E:32746i S:20517 M:204967301 (Ack:155449185)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:35.942 INFO >>> [E:32747i S:20517 M:155449186 (Ack:204967300)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:35.954 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=65531 [MatterTest] 09-27 06:45:35.954 INFO <<< [E:32747i S:20517 M:204967302 (Ack:155449186)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:35.958 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:35.961 INFO <<< [E:32748i S:20517 M:204967303] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:36.113 INFO >>> [E:32748i S:20517 M:155449187 (Ack:204967303)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:36.127 INFO <<< [E:32748i S:20517 M:204967304 (Ack:155449187)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:36.128 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=65532 [MatterTest] 09-27 06:45:36.131 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:36.134 INFO <<< [E:32749i S:20517 M:204967305] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:36.588 INFO >>> [E:32749i S:20517 M:155449188 (Ack:204967305)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:36.601 INFO <<< [E:32749i S:20517 M:204967306 (Ack:155449188)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:36.602 INFO TYZ endpoint_id=0,cluster_id=63,attribute_id=65533 [MatterTest] 09-27 06:45:36.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:36.607 INFO <<< [E:32750i S:20517 M:204967307] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:37.090 INFO >>> [E:32750i S:20517 M:155449189 (Ack:204967307)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:37.103 INFO <<< [E:32750i S:20517 M:204967308 (Ack:155449189)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:37.103 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=0 [MatterTest] 09-27 06:45:37.106 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:37.108 INFO <<< [E:32751i S:20517 M:204967309] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:37.588 INFO >>> [E:32751i S:20517 M:155449190 (Ack:204967309)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:37.598 INFO <<< [E:32751i S:20517 M:204967310 (Ack:155449190)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:37.599 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=1 [MatterTest] 09-27 06:45:37.601 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:37.604 INFO <<< [E:32752i S:20517 M:204967311] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:39.958 INFO >>> [E:32751i S:20517 M:155449190 (Ack:204967309)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:39.960 INFO <<< [E:32751i S:20517 M:204967312 (Ack:155449190)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:40.034 INFO >>> [E:32752i S:20517 M:155449191 (Ack:204967311)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:40.048 INFO <<< [E:32752i S:20517 M:204967313 (Ack:155449191)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:40.049 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=2 [MatterTest] 09-27 06:45:40.051 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:40.054 INFO <<< [E:32753i S:20517 M:204967314] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:40.590 INFO >>> [E:32753i S:20517 M:155449192 (Ack:204967314)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:40.604 INFO <<< [E:32753i S:20517 M:204967315 (Ack:155449192)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:40.604 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=65528 [MatterTest] 09-27 06:45:40.607 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:40.610 INFO <<< [E:32754i S:20517 M:204967316] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:41.089 INFO >>> [E:32754i S:20517 M:155449193 (Ack:204967316)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:41.103 INFO <<< [E:32754i S:20517 M:204967317 (Ack:155449193)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:41.104 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=65529 [MatterTest] 09-27 06:45:41.107 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:41.109 INFO <<< [E:32755i S:20517 M:204967318] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:41.589 INFO >>> [E:32755i S:20517 M:155449194 (Ack:204967318)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:41.601 INFO <<< [E:32755i S:20517 M:204967319 (Ack:155449194)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:41.601 INFO TYZ endpoint_id=0,cluster_id=70,attribute_id=65531 [MatterTest] 09-27 06:45:41.604 INFO Found an existing secure session to [2:0000000012344321]! [MatterTest] 09-27 06:45:41.607 INFO <<< [E:32756i S:20517 M:204967320] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:02 (IM:ReadRequest) [MatterTest] 09-27 06:45:41.673 ERROR Exception occurred in test_TC_ACE_2_1. Traceback (most recent call last): File "/root/temp_python_testing/scripts/sdk/TC_AccessChecker.py", line 256, in test_TC_ACE_2_1 await self.run_access_test(AccessTestType.READ) File "/root/temp_python_testing/scripts/sdk/TC_AccessChecker.py", line 229, in run_access_test await self._run_read_access_test_for_cluster_privilege(endpoint_id, cluster_id, device_cluster_data, xml_cluster, privilege) File "/root/temp_python_testing/scripts/sdk/TC_AccessChecker.py", line 140, in _run_read_access_test_for_cluster_privilege ret = await self.read_single_attribute_check_success(dev_ctrl=self.TH2, endpoint=endpoint_id, cluster=cluster_class, attribute=attribute, assert_on_error=False, test_name=f"Read access Checker - {privilege}") File "/root/temp_python_testing/scripts/sdk/matter_testing_support.py", line 835, in read_single_attribute_check_success result = await dev_ctrl.ReadAttribute(node_id, [(endpoint, attribute)], fabricFiltered=fabric_filtered) File "/usr/local/lib/python3.10/dist-packages/chip/ChipDeviceCtrl.py", line 1338, in ReadAttribute res = await self.Read(nodeid, File "/usr/local/lib/python3.10/dist-packages/chip/ChipDeviceCtrl.py", line 1276, in Read return await future asyncio.exceptions.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/asyncio/tasks.py", line 456, in wait_for return fut.result() asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mobly/base_test.py", line 783, in exec_one_test test_method() File "/root/temp_python_testing/scripts/sdk/matter_testing_support.py", line 1547, in async_runner return asyncio.run(runner_with_timeout) File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/usr/lib/python3.10/asyncio/tasks.py", line 458, in wait_for raise exceptions.TimeoutError() from exc asyncio.exceptions.TimeoutError [MatterTest] 09-27 06:45:41.690 INFO Found an existing secure session to [1:0000000012344321]! [MatterTest] 09-27 06:45:41.696 INFO <<< [E:32757i S:20516 M:175879036] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0001:06 (IM:WriteRequest) [MatterTest] 09-27 06:45:43.971 INFO >>> [E:32755i S:20517 M:155449194 (Ack:204967318)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) [MatterTest] 09-27 06:45:43.975 INFO <<< [E:32755i S:20517 M:204967321 (Ack:155449194)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:44.098 INFO >>> [E:32756i S:20517 M:155449195 (Ack:204967320)] (S) Msg RX from 2:0000000012344321 [736C] --- Type 0001:05 (IM:ReportData) Exception ignored on calling ctypes callback function: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/chip/clusters/Attribute.py", line 927, in _OnReadDoneCallback closure.handleDone() File "/usr/local/lib/python3.10/dist-packages/chip/clusters/Attribute.py", line 810, in handleDone self._event_loop.call_soon_threadsafe(self._handleDone) File "/usr/lib/python3.10/asyncio/base_events.py", line 798, in call_soon_threadsafe self._check_closed() File "/usr/lib/python3.10/asyncio/base_events.py", line 515, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed [MatterTest] 09-27 06:45:44.114 INFO <<< [E:32756i S:20517 M:204967322 (Ack:155449195)] (S) Msg TX to 2:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:44.147 INFO >>> [E:32757i S:20516 M:115880585 (Ack:175879036)] (S) Msg RX from 1:0000000012344321 [736C] --- Type 0001:07 (IM:WriteResponse) [MatterTest] 09-27 06:45:44.159 INFO <<< [E:32757i S:20516 M:175879037 (Ack:115880585)] (S) Msg TX to 1:0000000012344321 [736C] [UDP:[fd80:5bee:dd34:1:8a2:459d:df1f:28a7%wpan0]:5540] --- Type 0000:10 (SecureChannel:StandaloneAck) [MatterTest] 09-27 06:45:44.164 INFO ***** Test Failure : [MatterTest] 09-27 06:45:44.164 INFO Finished test in 302495ms [MatterTest] 09-27 06:45:44.165 INFO [Test] test_TC_ACE_2_1 ERROR [MatterTest] 09-27 06:45:44.177 INFO ########################################################### [MatterTest] 09-27 06:45:44.177 INFO Problems found: [MatterTest] 09-27 06:45:44.177 INFO =============== [MatterTest] 09-27 06:45:44.178 INFO Problem: ProblemSeverity.WARNING test_name: Spec XML parsing location: Endpoint: 0, Cluster: 257 (0x101) DoorLock, Command: 32 (0x20) problem: Command with unknown direction spec_location: [MatterTest] 09-27 06:45:44.178 INFO Problem: ProblemSeverity.WARNING test_name: Spec XML parsing location: Endpoint: 0, Cluster: 257 (0x101) DoorLock, Command: 33 (0x21) problem: Command with unknown direction spec_location: [MatterTest] 09-27 06:45:44.179 INFO ########################################################### [MatterTest] 09-27 06:45:44.180 INFO Summary for test class AccessChecker: Error 1, Executed 1, Failed 0, Passed 0, Requested 1, Skipped 0 [MatterTest] 09-27 06:45:44.182 INFO Summary for test run MatterTest@09-27-2024_06-39-56-626: Total time elapsed 347.5529707890237s Artifacts are saved in "/tmp/matter_testing/logs/MatterTest/09-27-2024_06-39-56-626" Test summary saved in "/tmp/matter_testing/logs/MatterTest/09-27-2024_06-39-56-626/test_summary.yaml" Test results: Error 1, Executed 2, Failed 0, Passed 1, Requested 2, Skipped 0 INFO:root:Finished test set, ran for 347553968.0ms DEBUG:chip.native.CTL:Shutting down the commissioner DEBUG:chip.native.CTL:Shutting down the controller DEBUG:chip.native.IN:Expiring all sessions for fabric 0x1!! DEBUG:chip.native.IN:SecureSession[0xffff98063720]: MarkForEviction Type:2 LSID:20516 INFO:chip.native.SC:SecureSession[0xffff98063720, LSID:20516]: State change 'kActive' --> 'kPendingEviction' DEBUG:chip.native.IN:SecureSession[0xffff98063720]: Released - Type:2 LSID:20516 INFO:chip.native.FP:Forgetting fabric 0x1 INFO:chip.native.TS:Pending Last Known Good Time: 2023-10-14T01:16:48 DEBUG:chip.native.CTL:StorageAdapter::GetKeyValue: Key = g/lkgt, Value = 0xffffa77ad820 (18) DEBUG:chip.native.CTL:Key Found 8 INFO:chip.native.TS:Previous Last Known Good Time: 2023-10-14T01:16:48 INFO:chip.native.TS:Reverted Last Known Good Time to previous value DEBUG:chip.native.CTL:Shutting down the commissioner DEBUG:chip.native.CTL:Shutting down the controller DEBUG:chip.native.IN:Expiring all sessions for fabric 0x2!! DEBUG:chip.native.IN:SecureSession[0xffff980100e0]: MarkForEviction Type:2 LSID:20517 INFO:chip.native.SC:SecureSession[0xffff980100e0, LSID:20517]: State change 'kActive' --> 'kPendingEviction' DEBUG:chip.native.IN:SecureSession[0xffff980100e0]: Released - Type:2 LSID:20517 INFO:chip.native.FP:Forgetting fabric 0x2 INFO:chip.native.TS:Pending Last Known Good Time: 2023-10-14T01:16:48 DEBUG:chip.native.CTL:StorageAdapter::GetKeyValue: Key = g/lkgt, Value = 0xffffa77ad820 (18) DEBUG:chip.native.CTL:Key Found 8 INFO:chip.native.TS:Previous Last Known Good Time: 2023-10-14T01:16:48 INFO:chip.native.TS:Reverted Last Known Good Time to previous value ERROR:chip.native.CTL:Shutting down the stack... DEBUG:chip.native.CTL:Shutting down the System State, this will teardown the CHIP Stack DEBUG:chip.native.IN:SecureSession[0xaaaad6819090]: Released - Type:2 LSID:20514 DEBUG:chip.native.DMG:All ReadHandler-s are clean, clear GlobalDirtySet INFO:chip.native.FP:Shutting down FabricTable INFO:chip.native.TS:Pending Last Known Good Time: 2023-10-14T01:16:48 DEBUG:chip.native.CTL:StorageAdapter::GetKeyValue: Key = g/lkgt, Value = 0xfffffaad3090 (18) DEBUG:chip.native.CTL:Key Found 8 INFO:chip.native.TS:Previous Last Known Good Time: 2023-10-14T01:16:48 INFO:chip.native.TS:Reverted Last Known Good Time to previous value INFO:chip.native.DL:writing settings to file (/tmp/chip_counters.ini-BUo65y) INFO:chip.native.DL:renamed tmp file to file (/tmp/chip_counters.ini) INFO:chip.native.DL:NVS set: chip-counters/total-operational-hours = 0 (0x0) ERROR:chip.native.DL:Inet Layer shutdown ERROR:chip.native.DL:BLE shutdown ERROR:chip.native.DL:System Layer shutdown ERROR:root:Final result: FAIL ! root@raspberrypi:~#