docker logs 4ec5538b0481
2024-03-14 19:09:48 raspberrypi matter_server.server.stack[1] INFO Initializing CHIP/Matter Controller Stack...
[1710443389.581991][1:1] CHIP:CTL: Setting attestation nonce to random value
[1710443389.589106][1:1] CHIP:CTL: Setting CSR nonce to random value
[1710443389.715704][1:1] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs
[1710443389.719139][1:1] CHIP:DL: writing settings to file (/tmp/chip_kvs-LZPeLi)
[1710443389.719397][1:1] CHIP:DL: renamed tmp file to file (/tmp/chip_kvs)
[1710443389.721984][1:1] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_factory.ini
[1710443389.749759][1:1] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_config.ini
[1710443389.751001][1:1] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /data/chip_counters.ini
[1710443389.758675][1:1] CHIP:DL: writing settings to file (/data/chip_counters.ini-7rlWTh)
[1710443389.761869][1:1] CHIP:DL: renamed tmp file to file (/data/chip_counters.ini)
[1710443389.761946][1:1] CHIP:DL: NVS set: chip-counters/reboot-count = 11 (0xB)
[1710443389.762754][1:1] CHIP:DL: Got Ethernet interface: eth0
[1710443389.763090][1:1] CHIP:DL: Found the primary Ethernet interface:eth0
[1710443389.763438][1:1] CHIP:DL: Got WiFi interface: wlan0
[1710443389.763502][1:1] CHIP:DL: Failed to reset WiFi statistic counts
2024-03-14 19:09:49 raspberrypi PersistentStorage[1] WARNING Initializing persistent storage from file: /data/chip.json
2024-03-14 19:09:49 raspberrypi PersistentStorage[1] WARNING Loading configuration from /data/chip.json...
2024-03-14 19:09:49 raspberrypi chip.DL[1] ERROR MDNS failed to join multicast group on wlan0 for address type IPv4: src/inet/UDPEndPointImplSockets.cpp:777: Inet Error 0x00000110: Address not found
2024-03-14 19:09:50 raspberrypi CertificateAuthorityManager[1] WARNING Loading certificate authorities from storage...
2024-03-14 19:09:50 raspberrypi CertificateAuthority[1] WARNING New CertificateAuthority at index 1
2024-03-14 19:09:50 raspberrypi CertificateAuthority[1] WARNING Loading fabric admins from storage...
2024-03-14 19:09:50 raspberrypi FabricAdmin[1] WARNING New FabricAdmin: FabricId: 0x0000000000000001, VendorId = 0xFFF1
2024-03-14 19:09:50 raspberrypi matter_server.server.stack[1] INFO CHIP Controller Stack initialized.
2024-03-14 19:09:50 raspberrypi matter_server.server.server[1] INFO Starting the Matter Server...
2024-03-14 19:09:50 raspberrypi matter_server.server.helpers.paa_certificates[1] INFO Fetching the latest PAA root certificates from DCL.
/usr/local/lib/python3.11/site-packages/matter_server/server/helpers/paa_certificates.py:46: CryptographyDeprecationWarning: The parsed certificate contains a NULL parameter value in its signature algorithm parameters. This is invalid and will be rejected in a future version of cryptography. If this certificate was created via Java, please upgrade to JDK16+ or the latest JDK11 once a fix is issued. If this certificate was created in some other fashion please report the issue to the cryptography issue tracker. See https://github.com/pyca/cryptography/issues/8996 for more details.
pem_certificate = x509.load_pem_x509_certificate(certificate.encode())
0