Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(telemetry)_: track store confirmation failures #5800

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

adklempner
Copy link
Contributor

@adklempner adklempner commented Sep 4, 2024

Notifies telemetry when a message sent with store confirmation expires.

Modifies the go-routine in startMessageSender to push a new metric to the telemetry client when it detects an item in the msgExpiredChan channel.

Important changes:

Closes status-im/telemetry#46

@status-im-auto
Copy link
Member

status-im-auto commented Sep 4, 2024

Jenkins Builds

Click to see older builds (20)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ f389efb #1 2024-09-04 23:35:52 ~2 min tests-rpc 📄log
✔️ f389efb #1 2024-09-04 23:37:25 ~4 min linux 📦zip
✔️ f389efb #1 2024-09-04 23:38:07 ~4 min ios 📦zip
✔️ f389efb #1 2024-09-04 23:38:47 ~5 min android 📦aar
✔️ f389efb #1 2024-09-05 00:05:49 ~32 min tests 📄log
✔️ 80f88ab #2 2024-09-06 02:14:44 ~2 min android 📦aar
✔️ 80f88ab #2 2024-09-06 02:14:50 ~2 min tests-rpc 📄log
✔️ 80f88ab #2 2024-09-06 02:14:50 ~2 min linux 📦zip
✔️ 80f88ab #2 2024-09-06 02:17:04 ~4 min ios 📦zip
✔️ 80f88ab #2 2024-09-06 02:44:45 ~32 min tests 📄log
✔️ dc233fc #3 2024-09-07 18:25:11 ~3 min ios 📦zip
✔️ dc233fc #3 2024-09-07 18:55:47 ~2 min android 📦aar
✔️ dc233fc #3 2024-09-07 21:05:50 ~2 min linux 📦zip
✔️ dc233fc #3 2024-09-07 21:33:48 ~32 min tests 📄log
✔️ dc233fc #3 2024-09-07 23:16:34 ~2 min tests-rpc 📄log
✔️ 232d7b4 #4 2024-09-09 20:46:44 ~2 min tests-rpc 📄log
✔️ 232d7b4 #4 2024-09-09 20:46:51 ~2 min android 📦aar
✔️ 232d7b4 #4 2024-09-09 20:47:03 ~2 min linux 📦zip
✔️ 232d7b4 #4 2024-09-09 20:49:17 ~4 min ios 📦zip
✔️ 232d7b4 #4 2024-09-09 21:15:48 ~31 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 782d97e #5 2024-09-09 21:56:55 ~2 min android 📦aar
✔️ 782d97e #5 2024-09-09 21:56:57 ~2 min tests-rpc 📄log
✔️ 782d97e #5 2024-09-09 21:57:08 ~2 min linux 📦zip
✔️ 782d97e #5 2024-09-09 21:59:49 ~5 min ios 📦zip
✔️ 782d97e #5 2024-09-09 22:25:56 ~31 min tests 📄log
✔️ 2749da2 #6 2024-10-01 01:40:42 ~2 min tests-rpc 📄log
✔️ 2749da2 #6 2024-10-01 01:41:46 ~4 min linux 📦zip
✔️ 2749da2 #6 2024-10-01 01:42:28 ~4 min ios 📦zip
✔️ 2749da2 #6 2024-10-01 01:42:40 ~4 min android 📦aar

@adklempner adklempner force-pushed the feat/telemetry-store-confirmation-failure branch 3 times, most recently from dc233fc to 232d7b4 Compare September 9, 2024 20:44
@adklempner adklempner force-pushed the feat/telemetry-store-confirmation-failure branch from 782d97e to 2749da2 Compare October 1, 2024 01:37
@codecov-commenter
Copy link

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2777 1 2776 29
View the full list of 1 ❄️ flaky tests
github.com/status-im/status-go/protocol TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse

Flake rate in main: 7.53% (Passed 135 times, Failed 11 times)

Stack Traces | 1.91s run time
=== RUN   TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
2024-10-01T01:50:29.210Z	DEBUG	waku/waku.go:126	starting waku with config	{"config": {"MaxMessageSize":1048576,"MinimumAcceptedPoW":0,"BloomFilterMode":false,"LightClient":false,"FullNode":false,"RestrictLightClientsConn":true,"EnableConfirmations":false,"SoftBlacklistedPeerIDs":null}}
WARN [10-01|01:50:29.284|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-10-01T01:50:29.343Z	ERROR	node/node.go:386	error while mapping sync state	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).sendMessages
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:223
2024-10-01T01:50:29.343Z	ERROR	node/node.go:225	Error sending messages.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:225
2024-10-01T01:50:29.343Z	ERROR	node/node.go:229	Error clearing sync state.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:229
2024-10-01T01:50:29.343Z	ERROR	node/node.go:235	Failed to persisten epoch	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:235
2024-10-01T01:50:29.343Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-10-01T01:50:29.348Z	ERROR	node/node.go:386	error while mapping sync state	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).sendMessages
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:223
2024-10-01T01:50:29.348Z	ERROR	node/node.go:225	Error sending messages.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:225
2024-10-01T01:50:29.348Z	ERROR	node/node.go:229	Error clearing sync state.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:229
2024-10-01T01:50:29.348Z	ERROR	node/node.go:235	Failed to persisten epoch	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:235
2024-10-01T01:50:29.348Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-10-01T01:50:29.351Z	ERROR	node/node.go:386	error while mapping sync state	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).sendMessages
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:223
2024-10-01T01:50:29.351Z	ERROR	node/node.go:225	Error sending messages.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:225
2024-10-01T01:50:29.351Z	ERROR	node/node.go:229	Error clearing sync state.	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:229
2024-10-01T01:50:29.351Z	ERROR	node/node.go:235	Failed to persisten epoch	{"mvds": {"error": "sql: database is closed"}}
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5800/vendor/github.com.../mvds/node/node.go:235
2024-10-01T01:50:29.351Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x9a16b97a6862c6377c94516d88862e7f8477f16d95677ddd3f57ef761bb1ab2f"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x1549d1f5f322d0acbf46af40535e5382e30adfce1042fce206256b43e031e4ed"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x4d0cffa4eae74bec436fe57a97b19a8a78e22114a4165687b2cb8d55bd478305"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x24d383495a2fa48dc26f4c1f2efd4d6c6ee7a7be80bddccf1461ba1162476ca0"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x70a7c4b7dff75b03e8dc1bfc977a5ad60ae57e7e9e43e491e8e2b7737da0ddfb"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x3b2c51b6aa78dd57237d5ac323e81a8538993d52a28fc24cc7e9ae69c63ee735"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xdd305be70dc4baec6fed9395038ff0ffebdee36d77c0b087bab58b453c619ae5"}
2024-10-01T01:50:29.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xf37ccf0068fbab3a5f1197aefb0d1dc31b167c987b88258e8de5c269fc96c812"}
2024-10-01T01:50:29.757Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e-contact-code", "type": "contact-code", "topic": "0xba94a071"}}
2024-10-01T01:50:29.759Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-462", "type": "partitioned", "topic": "0xa15bf8ae"}}
2024-10-01T01:50:29.760Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e", "type": "discovery", "topic": "0x31fcf881"}}
WARN [10-01|01:50:29.840|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-10-01T01:50:30.275Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x04895382d3bd81d577cce86dd274f85c216ac0eac88db7fdebe3e5e4a17f4ca8cd46fcc9e18b8db3c26042a8e581fad91b6846ef4dd377c00ab04b7bb81174c143-contact-code", "type": "contact-code", "topic": "0x04f9fdcc"}}
2024-10-01T01:50:30.275Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-1165", "type": "partitioned", "topic": "0xab33f15b"}}
2024-10-01T01:50:30.276Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-04895382d3bd81d577cce86dd274f85c216ac0eac88db7fdebe3e5e4a17f4ca8cd46fcc9e18b8db3c26042a8e581fad91b6846ef4dd377c00ab04b7bb81174c143", "type": "discovery", "topic": "0x3db09f9a"}}
WARN [10-01|01:50:30.346|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x8fcb75fd9abb96992aea137dbe9d2da4e67511bf1bae25255a1cdfe9f758f7a4"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x0f8ab3a15c1b25faad747283d641738b51301f412e19ffbb1e37ce64a418b8ff"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xf9bcaea7db53ff3ba8c8e3ed356e8bab03630181ecf02d7ad538716408f3e689"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xab8d407186f31e3d83e547669acf0e29ba0f697e3698ad576549c57bbfc414f3"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x8b978ffb5d0f4c9d044c86b18d5600b8179dc8c76fa5416ec4df50f3440e42f5"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x4dcffce2cf88b7d31f258c6e7e619a74c9e6af391c160fe8db732ce85740e118"}
2024-10-01T01:50:30.600Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x1e519461f8693c922bf417fba463f46dbdf9ff8f1504bf225e88b9e0aa212fb4"}
2024-10-01T01:50:30.601Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xcf7f58ddd213a349dfab7d9fcf59b3a2260d9d6eb0e93b564345e748d8fe1d6d"}
2024-10-01T01:50:30.601Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xdde763fedf6a3a4c1729347df9949e0c803d0f994d69755ceae80084a17b5421"}
2024-10-01T01:50:30.601Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x36f976940723b5aa39f53be03248cf3f65396e6ef97d48c6505e8ee7fdb41590"}
2024-10-01T01:50:30.634Z	DEBUG	protocol/messenger_status_updates.go:104	Error cleaning status updates	{"name": "alice-2", "error": "sql: database is closed"}
2024-10-01T01:50:30.774Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4-contact-code", "type": "contact-code", "topic": "0x7077dca7"}}
2024-10-01T01:50:30.775Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-632", "type": "partitioned", "topic": "0x5edf9bd0"}}
2024-10-01T01:50:30.775Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4", "type": "discovery", "topic": "0x8818bdcc"}}
2024-10-01T01:50:30.776Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e"}
2024-10-01T01:50:30.776Z	INFO	communities/manager.go:616	starting owner verification loop
2024-10-01T01:50:30.776Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-10-01T01:50:30.776Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-10-01T01:50:30.776Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0481cb02", "epoch": 0}}
2024-10-01T01:50:30.776Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.776Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-10-01T01:50:30.777Z	WARN	protocol/messenger.go:1590	using WakuV1, can't watch connection changes, this might be have side-effects
github..../status-im/status-go/protocol.(*Messenger).watchConnectionChange
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-10-01T01:50:30.777Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-10-01T01:50:30.777Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5800/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-10-01T01:50:30.777Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.777Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.780Z	WARN	protocol/messenger_mailserver_cycle.go:54	not starting mailserver cycle: requires wakuv2
github..../status-im/status-go/protocol.(*Messenger).StartMailserverCycle
	.../status-go_prs_tests_PR-5800/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.780Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-10-01T01:50:30.781Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x04895382d3bd81d577cce86dd274f85c216ac0eac88db7fdebe3e5e4a17f4ca8cd46fcc9e18b8db3c26042a8e581fad91b6846ef4dd377c00ab04b7bb81174c143"}
2024-10-01T01:50:30.781Z	INFO	communities/manager.go:616	starting owner verification loop
2024-10-01T01:50:30.781Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-10-01T01:50:30.781Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.781Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.781Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04895382", "epoch": 0}}
2024-10-01T01:50:30.781Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.781Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-10-01T01:50:30.781Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-10-01T01:50:30.782Z	WARN	protocol/messenger.go:1590	using WakuV1, can't watch connection changes, this might be have side-effects
github..../status-im/status-go/protocol.(*Messenger).watchConnectionChange
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-10-01T01:50:30.782Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-10-01T01:50:30.782Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.782Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-10-01T01:50:30.782Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5800/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-10-01T01:50:30.782Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-10-01T01:50:30.782Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.782Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.785Z	WARN	protocol/messenger_mailserver_cycle.go:54	not starting mailserver cycle: requires wakuv2
github..../status-im/status-go/protocol.(*Messenger).StartMailserverCycle
	.../status-go_prs_tests_PR-5800/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.785Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-10-01T01:50:30.786Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:30.786Z	INFO	communities/manager.go:616	starting owner verification loop
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.786Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04a1a1e5", "epoch": 0}}
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.786Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-10-01T01:50:30.786Z	WARN	protocol/messenger.go:1590	using WakuV1, can't watch connection changes, this might be have side-effects
github..../status-im/status-go/protocol.(*Messenger).watchConnectionChange
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-10-01T01:50:30.786Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-10-01T01:50:30.786Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5800/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.786Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-10-01T01:50:30.786Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-10-01T01:50:30.789Z	WARN	protocol/messenger_mailserver_cycle.go:54	not starting mailserver cycle: requires wakuv2
github..../status-im/status-go/protocol.(*Messenger).StartMailserverCycle
	.../status-go_prs_tests_PR-5800/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.789Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-10-01T01:50:30.790Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-10-01T01:50:30.791Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.791Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-10-01T01:50:30.791Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.791Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-10-01T01:50:30.791Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-10-01T01:50:30.791Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xdfbc5d2ade6d5dcb628de38db2fb24d8f0f579b8f2ab1b924ffccbcf1b8dd544", "context": "private-chat"}
2024-10-01T01:50:30.792Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-10-01T01:50:30.792Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-10-01T01:50:30.793Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.793Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.794Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511"}
2024-10-01T01:50:30.794Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "site": "addAndBridge", "topic": "0xba94a071", "isP2P": false}
2024-10-01T01:50:30.794Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "site": "addAndBridge", "topic": "0xba94a071", "isP2P": false}
2024-10-01T01:50:30.794Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x1ffe3aa9f231fa97fade4481f29b9171fd542cc8f45f262cb5a56fe7a67f7794", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511"]}
2024-10-01T01:50:30.795Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.795Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-10-01T01:50:30.795Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-10-01T01:50:30.796Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.796Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-10-01T01:50:30.796Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.796Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-10-01T01:50:30.796Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-10-01T01:50:30.796Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xf1e22a27aaaa82c9fe346357efa61531e7fe2e528b09d59ed94bfa4a7eb32f74", "context": "private-chat"}
2024-10-01T01:50:30.797Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-10-01T01:50:30.797Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-10-01T01:50:30.798Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.798Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.799Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xaac05712b8d19420bf7c6c1b6462f9a1f4b2ab4e47f4ba5bd24e02d70f9b9292"}
2024-10-01T01:50:30.799Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xaac05712b8d19420bf7c6c1b6462f9a1f4b2ab4e47f4ba5bd24e02d70f9b9292", "site": "addAndBridge", "topic": "0x04f9fdcc", "isP2P": false}
2024-10-01T01:50:30.799Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xaac05712b8d19420bf7c6c1b6462f9a1f4b2ab4e47f4ba5bd24e02d70f9b9292", "site": "addAndBridge", "topic": "0x04f9fdcc", "isP2P": false}
2024-10-01T01:50:30.799Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xc1afb90ee39b91f7b0eff55f968596c381504309a848b39149e9795b4a4d4808", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xaac05712b8d19420bf7c6c1b6462f9a1f4b2ab4e47f4ba5bd24e02d70f9b9292"]}
2024-10-01T01:50:30.799Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.799Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-10-01T01:50:30.800Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-10-01T01:50:30.801Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.801Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-10-01T01:50:30.801Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.801Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-10-01T01:50:30.801Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-10-01T01:50:30.801Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xcb4108ab973306d88029079968767e83b1c490e8edb39a6482db20bda4b20df6", "context": "private-chat"}
2024-10-01T01:50:30.802Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-10-01T01:50:30.802Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-10-01T01:50:30.802Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.802Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.804Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142"}
2024-10-01T01:50:30.804Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:30.804Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:30.804Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.804Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xb8913ea3b977f30200407d4f1e451bcae35314ae627e998567959266f6531a13", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142"]}
2024-10-01T01:50:30.804Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-10-01T01:50:30.805Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1, "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "community": {"id":"0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727747430,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{},"categories":{},"images":null,"permissions":{"access":1},"members":{"0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e":{"roles":[1]}},"canRequestAccess":false,"canManageUsers":true,"canDeleteMessageForEveryone":true,"canJoin":false,"color":"#ffffff","isMember":true,"muted":false,"muteTill":"0001-01-01T00:00:00Z","adminSettings":{"pinMessageAllMembersEnabled":false},"encrypted":false,"pendingAndBannedMembers":{},"tokenPermissions":{},"communityTokensMetadata":null,"activeMembersCount":0,"pubsubTopic":"","pubsubTopicKey":"","shard":null,"lastOpenedAt":0,"clock":1}}
2024-10-01T01:50:30.805Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.805Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.806Z	DEBUG	transport/filters_manager.go:186	registering filter for	{"filtersManager": {"chatID": ".../rs/16/64", "type": "community", "pubsubTopic": ".../rs/16/64", "contentTopic": "0x11f57bad"}}
2024-10-01T01:50:30.808Z	DEBUG	transport/filters_manager.go:186	registering filter for	{"filtersManager": {"chatID": "04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b-admin", "type": "community", "pubsubTopic": "", "contentTopic": "0x11f57bad"}}
2024-10-01T01:50:30.830Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "type": "public", "ContentTopic": "0x6fb431c6", "PubsubTopic": ""}}
2024-10-01T01:50:30.831Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811"}
2024-10-01T01:50:30.831Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:30.831Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:30.831Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x79e2a47cfdfb0a5d601961e78b1355e9c467533a60c083870bd7d06edd95183f", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811"]}
2024-10-01T01:50:30.831Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0x79e2a47cfdfb0a5d601961e78b1355e9c467533a60c083870bd7d06edd95183f", "clock": 1}
2024-10-01T01:50:30.831Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-10-01T01:50:30.831Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.831Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.831Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.853Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-ping", "type": "public", "ContentTopic": "0x2ebac674", "PubsubTopic": ""}}
2024-10-01T01:50:30.875Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-magnetlinks", "type": "public", "ContentTopic": "0x301fce36", "PubsubTopic": ""}}
2024-10-01T01:50:30.897Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-shard-info", "type": "public", "ContentTopic": "0x2b5b6903", "PubsubTopic": ".../rs/16/64"}}
2024-10-01T01:50:30.897Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d"}
2024-10-01T01:50:30.897Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:30.897Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:30.897Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x6a420d862cb12bbf1e5ecd7633bc223722c7d8b29263a7ec289df451244cb712", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d"]}
2024-10-01T01:50:30.897Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0x6a420d862cb12bbf1e5ecd7633bc223722c7d8b29263a7ec289df451244cb712"}
2024-10-01T01:50:30.897Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.924Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-memberUpdate", "type": "public", "ContentTopic": "0x408df138", "PubsubTopic": ""}}
2024-10-01T01:50:30.950Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b", "type": "public", "ContentTopic": "0x11f57bad", "PubsubTopic": ".../rs/16/64"}}
2024-10-01T01:50:30.951Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1727747430951, "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "community": {"id":"0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727747430,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{"a3fb9f4b-4e83-4a23-b99d-e56332078658":{"id":"a3fb9f4b-4e83-4a23-b99d-e56332078658","name":"general","color":"#ffffff","emoji":"","description":"General channel for the community","members":null,"permissions":{"access":1},"canPost":true,"canView":true,"canPostReactions":true,"viewersCanPostReactions":false,"position":0,"categoryID":"","tokenGated":false,"hideIfPermissionsNotMet":false,"missingEncryptionKey":false}},"categories":{},"images":null,"permissions":{"access":1},"members":{"0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e":{"roles":[1]}},"canRequestAccess":false,"canManageUsers":true,"canDeleteMessageForEveryone":true,"canJoin":false,"color":"#ffffff","isMember":true,"muted":false,"muteTill":"0001-01-01T00:00:00Z","adminSettings":{"pinMessageAllMembersEnabled":false},"encrypted":false,"pendingAndBannedMembers":{},"tokenPermissions":{},"communityTokensMetadata":null,"activeMembersCount":0,"pubsubTopic":"","pubsubTopicKey":"","shard":null,"lastOpenedAt":0,"clock":1727747430951}}
2024-10-01T01:50:30.952Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.952Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.977Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933fa3fb9f4b-4e83-4a23-b99d-e56332078658", "type": "public", "ContentTopic": "0x57cce9ba", "PubsubTopic": ""}}
2024-10-01T01:50:30.977Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-10-01T01:50:30.977Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-10-01T01:50:30.977Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-10-01T01:50:30.977Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.977Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-10-01T01:50:30.977Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046"}
2024-10-01T01:50:30.977Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:30.977Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "clock": 1727747430951}
2024-10-01T01:50:30.977Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:30.977Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x063b7c9b4a56b6aee52f0ab4dfb75ed9ab8d45fa9c3bcabd1eac07527e90d258", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046"]}
2024-10-01T01:50:30.977Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0x063b7c9b4a56b6aee52f0ab4dfb75ed9ab8d45fa9c3bcabd1eac07527e90d258", "clock": 1727747430951}
2024-10-01T01:50:30.977Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-10-01T01:50:30.977Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.978Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.978Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.978Z	DEBUG	RequestToJoinCommunity	protocol/messenger_communities.go:1418	Addresses to reveal	{"Addresses:": ["0x0777100000000000000000000000000000000000"]}
2024-10-01T01:50:30.979Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:30.979Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-10-01T01:50:30.979Z	DEBUG	common/message_sender.go:190	sending a community message	{"communityId": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "site": "SendCommunityMessage"}
2024-10-01T01:50:30.979Z	DEBUG	common/message_sender.go:336	sending community message	{"recipient": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:30.979Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.979Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.980Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48"}
2024-10-01T01:50:30.980Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:30.980Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:30.980Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xcdf68d56bdbf57d880bd8c5b7fe401d1d8003e1f32dd972caf4394904ff8b779", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48"]}
2024-10-01T01:50:30.980Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0xcdf68d56bdbf57d880bd8c5b7fe401d1d8003e1f32dd972caf4394904ff8b779"}
2024-10-01T01:50:30.980Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:30.991Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b", "type": "public", "ContentTopic": "0x11f57bad", "PubsubTopic": ".../rs/16/64"}}
2024-10-01T01:50:30.991Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"}
2024-10-01T01:50:30.991Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "site": "addAndBridge", "topic": "0x11f57bad", "isP2P": false}
2024-10-01T01:50:30.991Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "site": "addAndBridge", "topic": "0x11f57bad", "isP2P": false}
2024-10-01T01:50:30.991Z	DEBUG	common/message_sender.go:429	sent-message: community 	{"recipient": [], "messageID": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43", "messageType": "community", "contentType": "COMMUNITY_REQUEST_TO_JOIN", "hashes": ["0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"]}
2024-10-01T01:50:30.992Z	DEBUG	pushnotificationclient/client.go:802	retrieving queried at
2024-10-01T01:50:30.992Z	DEBUG	pushnotificationclient/client.go:810	checking if querying necessary
2024-10-01T01:50:30.992Z	DEBUG	pushnotificationclient/client.go:815	querying info
2024-10-01T01:50:30.992Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "e4b4e461995b2cadfcbcb4ed996e6438bbafac4d7dbf3839c6049763077b35d0", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "isP2P": false, "topic": "0xba94a071"}
2024-10-01T01:50:30.992Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511"}}
2024-10-01T01:50:30.992Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "1b32a48f0376c2f92c9dff7b73454f84287bf20cb910b19283fc89d745d0091f", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "isP2P": false, "topic": "0x6fb431c6"}
2024-10-01T01:50:30.992Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "1b32a48f0376c2f92c9dff7b73454f84287bf20cb910b19283fc89d745d0091f", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "isP2P": false, "topic": "0x6fb431c6"}
2024-10-01T01:50:30.992Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811"}}
2024-10-01T01:50:30.992Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046"}}
2024-10-01T01:50:30.992Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "206546b919bc45da240797f8578d22873396c56247e59a35bfe604dd2c6285ee", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "isP2P": false, "topic": "0x11f57bad"}
2024-10-01T01:50:30.993Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-106", "type": "partitioned", "topic": "0x39807da2"}}
2024-10-01T01:50:30.993Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:30.993Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"}}
2024-10-01T01:50:30.993Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:30.993Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "c289a8909aa8781c9e9cd74b72e0519ee6ffe5e81e4b05db0927a6b828d0ab4a", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "isP2P": false, "topic": "0x11f57bad"}
2024-10-01T01:50:30.993Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"}}
2024-10-01T01:50:30.993Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "54905a70ea4795de3ee33a66bb82aa6c34599fa1b90e637468f6246041e113e0", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "isP2P": false, "topic": "0x2b5b6903"}
2024-10-01T01:50:30.993Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "54905a70ea4795de3ee33a66bb82aa6c34599fa1b90e637468f6246041e113e0", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "isP2P": false, "topic": "0x2b5b6903"}
2024-10-01T01:50:30.993Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d"}}
2024-10-01T01:50:30.993Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48"}}
2024-10-01T01:50:30.994Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "EntireMessageHash": "0x9e91aef4c03e14232bf7e3afb320d999c02a08064992aa7a3984775d247533327d66686f1622ebd812bd2c27bca581a97f58dece77195f3882df275663a87a3900", "Index": 0, "SegmentsCount": 79, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:30.994Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:30.994Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.994Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:30.994Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "error": "handling non-datasync message"}
2024-10-01T01:50:30.995Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "count": 1}
2024-10-01T01:50:30.995Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "message-id": "0x6a420d862cb12bbf1e5ecd7633bc223722c7d8b29263a7ec289df451244cb712", "type": "COMMUNITY_PUBLIC_SHARD_INFO", "senderID": "0x04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b"}
2024-10-01T01:50:30.995Z	INFO	protocol/messenger_handlers.go:1672	handling CommunityPublicShardInfo
2024-10-01T01:50:30.995Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "message-id": "0x6a420d862cb12bbf1e5ecd7633bc223722c7d8b29263a7ec289df451244cb712"}
2024-10-01T01:50:30.995Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "EntireMessageHash": "0x986f1f954b3af5964fe6b915ea586abbdfb31b91ce39efb8d26cbb356792dc785a9a7ecadfaa1604e160f2223ddbcaad4606a955c9aa57fe3b3e212a6765d31800", "Index": 0, "SegmentsCount": 79, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:30.996Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:30.996Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.996Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:30.996Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "error": "handling non-datasync message"}
2024-10-01T01:50:30.996Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "count": 1}
2024-10-01T01:50:30.996Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "message-id": "0xcdf68d56bdbf57d880bd8c5b7fe401d1d8003e1f32dd972caf4394904ff8b779", "type": "COMMUNITY_PUBLIC_SHARD_INFO", "senderID": "0x04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b"}
2024-10-01T01:50:30.996Z	INFO	protocol/messenger_handlers.go:1672	handling CommunityPublicShardInfo
2024-10-01T01:50:30.997Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48", "message-id": "0xcdf68d56bdbf57d880bd8c5b7fe401d1d8003e1f32dd972caf4394904ff8b779"}
2024-10-01T01:50:30.997Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x1adc1e9e0fd0ecad8f2ac862f457fd0a60fe274d9a47ff08afeb729fc16fa62d", "0x1a8cca2fc444ae41784673f90c5863bb5c8e0c9cdd19e54d8657c8ca3ef8cb48"], "timestamp": 1727747430997}}
2024-10-01T01:50:30.997Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "EntireMessageHash": "0x", "Index": 0, "SegmentsCount": 0, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:30.997Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "error": "invalid segments count", "errorVerbose": "invalid segments count\ngithub..../status-go/protocol/common.init\n\.../protocol/common/message_segmentation.go:22\nruntime.doInit1\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6735\nruntime.doInit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6702\nruntime.main\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:249\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:30.997Z	DEBUG	encryption/protocol.go:756	received a protocol message	{"Protocol": {"site": "HandleMessage", "sender-public-key": "0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e", "my-installation-id": "224570f3-376b-4682-9ab7-8f26f815bc85", "messageID": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511"}}
2024-10-01T01:50:30.997Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "error": "handling non-datasync message"}
2024-10-01T01:50:30.997Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "count": 1}
2024-10-01T01:50:30.998Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511", "message-id": "0x1ffe3aa9f231fa97fade4481f29b9171fd542cc8f45f262cb5a56fe7a67f7794", "type": "CONTACT_CODE_ADVERTISEMENT", "senderID": "0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e"}
2024-10-01T01:50:30.998Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x2f332e0e3b1f291486d07a306fab60937da61d947f9b2d104d0ad2ee26c4c511"], "timestamp": 1727747430998}}
2024-10-01T01:50:30.998Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "EntireMessageHash": "0xa510944770a7a5c41694fcd367580b885e11a74e830b3c54b5f44f25b3edf8be4ab6c3574423394f7b9215fff7ab27c520924de0211acf433f6ca99a9791e98a01", "Index": 0, "SegmentsCount": 25, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:30.998Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:30.998Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.998Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:30.998Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "error": "handling non-datasync message"}
2024-10-01T01:50:30.998Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "count": 1}
2024-10-01T01:50:30.998Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "message-id": "0x79e2a47cfdfb0a5d601961e78b1355e9c467533a60c083870bd7d06edd95183f", "type": "COMMUNITY_DESCRIPTION", "senderID": "0x04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b"}
2024-10-01T01:50:30.999Z	INFO	protocol/messenger_handlers.go:678	handling CommunityDescription
2024-10-01T01:50:30.999Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "clock": 1}
2024-10-01T01:50:30.999Z	WARN	protocol/messenger_handler.go:3908	failed to handle CommunityDescription	{"error": "invalid community description outdated clock"}
github..../status-im/status-go/protocol.(*Messenger).HandleCommunityDescription
	.../status-go_prs_tests_PR-5800/protocol/messenger_handler.go:3908
github..../status-im/status-go/protocol.(*Messenger).handleCommunityDescriptionProtobuf
	.../status-go_prs_tests_PR-5800/protocol/messenger_handlers.go:690
github..../status-im/status-go/protocol.(*Messenger).dispatchToHandler
	.../status-go_prs_tests_PR-5800/protocol/messenger_handlers.go:89
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3622
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.999Z	WARN	protocol/messenger.go:3625	failed to process protobuf	{"site": "RetrieveAll", "hash": "0x4d36489936b9e0c7a176ceb390d3c71414b2782f353e17b8c7a0cc7274d68811", "message-id": "0x79e2a47cfdfb0a5d601961e78b1355e9c467533a60c083870bd7d06edd95183f", "error": "invalid community description outdated clock"}
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3625
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.999Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "EntireMessageHash": "0x48e72e2e799613e0aa94e6ca4a69647cdddde595b73e23482adb801dbd0cf14e7024895cb8c3861c425d54f6c251cf257dc17b60c2b3cdd1caedcca70318addd01", "Index": 0, "SegmentsCount": 25, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:30.999Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:30.999Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:30.999Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:30.999Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "error": "handling non-datasync message"}
2024-10-01T01:50:31.000Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "count": 1}
2024-10-01T01:50:31.000Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "message-id": "0x063b7c9b4a56b6aee52f0ab4dfb75ed9ab8d45fa9c3bcabd1eac07527e90d258", "type": "COMMUNITY_DESCRIPTION", "senderID": "0x04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b"}
2024-10-01T01:50:31.000Z	INFO	protocol/messenger_handlers.go:678	handling CommunityDescription
2024-10-01T01:50:31.000Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "clock": 1727747430951}
2024-10-01T01:50:31.001Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046", "message-id": "0x063b7c9b4a56b6aee52f0ab4dfb75ed9ab8d45fa9c3bcabd1eac07527e90d258"}
2024-10-01T01:50:31.001Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xb22f6d623ca76737e24e9f1f2a4af06591bcb3c21b3e5a2f55a5de6fa0c80046"], "timestamp": 1727747431001}}
2024-10-01T01:50:31.001Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "EntireMessageHash": "0x7ad0c7627d55b6dd8484d4486011819a606abf46cdb564e1af52ce96f48cb2cc12f8fe27904e17fe08cb4cd62d2b2ca7abbb8b8b567ccb55f73423edf5f21b0b01", "Index": 0, "SegmentsCount": 27, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:31.001Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:31.001Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:31.001Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:31.001Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "handling non-datasync message"}
2024-10-01T01:50:31.001Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "count": 1}
2024-10-01T01:50:31.001Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "message-id": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43", "type": "COMMUNITY_REQUEST_TO_JOIN", "senderID": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.002Z	INFO	protocol/messenger_handlers.go:696	handling CommunityRequestToJoin
2024-10-01T01:50:31.002Z	DEBUG	protocol/messenger_communities.go:1956	accept request to join community	{"community": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "pubkey": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.003Z	DEBUG	common/message_sender.go:164	sending a private message	{"public-key": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4", "site": "SendPrivate"}
2024-10-01T01:50:31.003Z	DEBUG	common/message_sender.go:446	sending private message	{"recipient": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.003Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1727747431004, "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "community": {"id":"0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727747430,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{"a3fb9f4b-4e83-4a23-b99d-e56332078658":{"id":"a3fb9f4b-4e83-4a23-b99d-e56332078658","name":"general","color":"#ffffff","emoji":"","description":"General channel for the community","members":null,"permissions":{"access":1},"canPost":true,"canView":true,"canPostReactions":true,"viewersCanPostReactions":false,"position":0,"categoryID":"","tokenGated":false,"hideIfPermissionsNotMet":false,"missingEncryptionKey":false}},"categories":{},"images":null,"permissions":{"access":1},"members":{"0x0481cb028c573a86ddaf8fce4b4b3af409e67a128f42728cf3e7d5c69280267f2e9c8689d3b0e5f98797bf669af585a6660805fd48dcae6aea392303a0bbdf215e":{"roles":[1]},"0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4":{"last_update_clock":1727747430}},"canRequestAccess":false,"canManageUsers":true,"canDeleteMessageForEveryone":true,"canJoin":false,"color":"#ffffff","isMember":true,"muted":false,"muteTill":"0001-01-01T00:00:00Z","adminSettings":{"pinMessageAllMembersEnabled":false},"encrypted":false,"pendingAndBannedMembers":{},"tokenPermissions":{},"communityTokensMetadata":null,"activeMembersCount":0,"pubsubTopic":"","pubsubTopicKey":"","shard":null,"lastOpenedAt":0,"clock":1727747431004}}
2024-10-01T01:50:31.003Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.003Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.003Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.004Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.006Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-632", "type": "partitioned", "topic": "0x5edf9bd0"}}
2024-10-01T01:50:31.006Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x89b68500a1a83205b21fe3ab353495df7c68e31a79950f965de0a5d87a6e2b43"}
2024-10-01T01:50:31.006Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x89b68500a1a83205b21fe3ab353495df7c68e31a79950f965de0a5d87a6e2b43", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:31.006Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x89b68500a1a83205b21fe3ab353495df7c68e31a79950f965de0a5d87a6e2b43", "site": "addAndBridge", "topic": "0x6fb431c6", "isP2P": false}
2024-10-01T01:50:31.006Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xad65cdd7092a793214f4d734de16b3ad41fd03ea572aabe9e4fde21f15f55e2e", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0x89b68500a1a83205b21fe3ab353495df7c68e31a79950f965de0a5d87a6e2b43"]}
2024-10-01T01:50:31.006Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0xad65cdd7092a793214f4d734de16b3ad41fd03ea572aabe9e4fde21f15f55e2e", "clock": 1727747431004}
2024-10-01T01:50:31.006Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-10-01T01:50:31.006Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.007Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.007Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.007Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f"}
2024-10-01T01:50:31.007Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "site": "addAndBridge", "topic": "0x5edf9bd0", "isP2P": false}
2024-10-01T01:50:31.007Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "site": "addAndBridge", "topic": "0x5edf9bd0", "isP2P": false}
2024-10-01T01:50:31.007Z	DEBUG	common/message_sender.go:524	sent-message: private skipProtocolLayer	{"recipient": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4", "messageID": "0xab44103c7f8b4756b12503d8d593f4785f00f10951fb056a8fc9c9b68b98625d", "messageType": "private", "contentType": "COMMUNITY_REQUEST_TO_JOIN_RESPONSE", "hashes": ["0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f"]}
2024-10-01T01:50:31.008Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "message-id": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43"}
2024-10-01T01:50:31.008Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"], "timestamp": 1727747431008}}
2024-10-01T01:50:31.008Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "EntireMessageHash": "0x7ad0c7627d55b6dd8484d4486011819a606abf46cdb564e1af52ce96f48cb2cc12f8fe27904e17fe08cb4cd62d2b2ca7abbb8b8b567ccb55f73423edf5f21b0b01", "Index": 0, "SegmentsCount": 27, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:31.008Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:31.008Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:31.008Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:31.008Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "error": "handling non-datasync message"}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x5b3f329889745eb1516f0bfd79c84fb1e1fd25d0fdae5043ff4ef38f39f5f149"}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x5b3f329889745eb1516f0bfd79c84fb1e1fd25d0fdae5043ff4ef38f39f5f149", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x5b3f329889745eb1516f0bfd79c84fb1e1fd25d0fdae5043ff4ef38f39f5f149", "site": "addAndBridge", "topic": "0x2b5b6903", "isP2P": false}
2024-10-01T01:50:31.009Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "count": 1}
2024-10-01T01:50:31.009Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x35dd11d5d6dec75bcddfb7c906f4399766fab5e0eaeb71e9f62e2da06e32d343", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0x5b3f329889745eb1516f0bfd79c84fb1e1fd25d0fdae5043ff4ef38f39f5f149"]}
2024-10-01T01:50:31.009Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "messageID": "0x35dd11d5d6dec75bcddfb7c906f4399766fab5e0eaeb71e9f62e2da06e32d343"}
2024-10-01T01:50:31.009Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "message-id": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43", "type": "COMMUNITY_REQUEST_TO_JOIN", "senderID": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.009Z	DEBUG	protocol/messenger.go:3596	skipping duplicate	{"site": "RetrieveAll", "hash": "0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a", "message-id": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43", "messageID": "0xf23069b947a921670ba858eb156db0db2dcdb30fc90ac320ee23d670d970ec43"}
2024-10-01T01:50:31.009Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x6d150e7dbec3349c5ee10082b2de5e68f8eb571f8e522ed4aec210ca2109015a"], "timestamp": 1727747431009}}
2024-10-01T01:50:31.009Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.009Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "ec94fe9564b1c171211205419282b70d13a3293686dc8714bdbf447a259931f05a3087e961f29bfa4956356e3d767d9ea36cd9eb905c5be220ddc9da0289da8a", "type": "public", "ContentTopic": "0x502eae45", "PubsubTopic": ""}}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x557ad84a1f880e3b8bd7bb42c7ef8a92fe95d455d633670137c391c2f06081cf"}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x557ad84a1f880e3b8bd7bb42c7ef8a92fe95d455d633670137c391c2f06081cf", "site": "addAndBridge", "topic": "0x502eae45", "isP2P": false}
2024-10-01T01:50:31.009Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x557ad84a1f880e3b8bd7bb42c7ef8a92fe95d455d633670137c391c2f06081cf", "site": "addAndBridge", "topic": "0x502eae45", "isP2P": false}
2024-10-01T01:50:31.009Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x5848c6795e477229859739e2658891008c3dd973549c35a000f0d7ab526c0d41", "contentType": "PUSH_NOTIFICATION_QUERY", "messageType": "public", "hashes": ["0x557ad84a1f880e3b8bd7bb42c7ef8a92fe95d455d633670137c391c2f06081cf"]}
2024-10-01T01:50:31.009Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "e6edbe7ddb089e8243668c867e0a4a907494078c4b8bd8bcb679135c24f79c8c", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "isP2P": false, "topic": "0x7077dca7"}
2024-10-01T01:50:31.009Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.009Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142"}}
2024-10-01T01:50:31.009Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "ce0abe934c57ce963639344e240c073b042cd9423fbb60c605ccff4a15ce0fb2", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "isP2P": false, "topic": "0x5edf9bd0"}
2024-10-01T01:50:31.010Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f"}}
2024-10-01T01:50:31.010Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "EntireMessageHash": "0x", "Index": 0, "SegmentsCount": 0, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:31.010Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "error": "invalid segments count", "errorVerbose": "invalid segments count\ngithub..../status-go/protocol/common.init\n\.../protocol/common/message_segmentation.go:22\nruntime.doInit1\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6735\nruntime.doInit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6702\nruntime.main\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:249\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:31.010Z	DEBUG	encryption/protocol.go:756	received a protocol message	{"Protocol": {"site": "HandleMessage", "sender-public-key": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4", "my-installation-id": "23165eff-e85b-40a5-826c-1da80506f03e", "messageID": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142"}}
2024-10-01T01:50:31.010Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "error": "handling non-datasync message"}
2024-10-01T01:50:31.010Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "count": 1}
2024-10-01T01:50:31.010Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142", "message-id": "0xb8913ea3b977f30200407d4f1e451bcae35314ae627e998567959266f6531a13", "type": "CONTACT_CODE_ADVERTISEMENT", "senderID": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.010Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xfe8c953890ffe5992f08c9d75d9e0f7760fd0ae56774db0d24e51fb87d6c1142"], "timestamp": 1727747431010}}
2024-10-01T01:50:31.011Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "EntireMessageHash": "0xd26b11130add345e83a399b6824871a3c106fe4d8ed5b041625e57471d5ce8985a8c49bdad549f6ca466f01c9b84dbc5531d0080f2ce0edbff51a015ca6dd65a00", "Index": 0, "SegmentsCount": 48, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-10-01T01:50:31.011Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-10-01T01:50:31.011Z	ERROR	common/message_sender.go:1039	failed to handle an encrypted message	{"site": "handleEncryptionLayer", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
github..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer
	.../protocol/common/message_sender.go:1039
github..../status-go/protocol/common.(*MessageSender).handleMessage
	.../protocol/common/message_sender.go:981
github..../status-go/protocol/common.(*MessageSender).HandleMessages
	.../protocol/common/message_sender.go:858
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25
github..../status-go/protocol/tt.RetryWithBackOff
	.../protocol/tt/backoff.go:24
github..../status-im/status-go/protocol.WaitOnMessengerResponse
	.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:536
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685
reflect.Value.call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596
reflect.Value.Call
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-10-01T01:50:31.011Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "error": "failed to unmarshal ProtocolMessage: string field contains invalid UTF-8", "errorVerbose": "string field contains invalid UTF-8\nfailed to unmarshal ProtocolMessage\ngithub..../status-go/protocol/v1.(*StatusMessage).HandleEncryptionLayer\n\.../protocol/v1/status_message.go:126\ngithub..../status-go/protocol/common.(*MessageSender).handleEncryptionLayer\n\.../protocol/common/message_sender.go:1030\ngithub..../status-go/protocol/common.(*MessageSender).handleMessage\n\.../protocol/common/message_sender.go:981\ngithub..../status-go/protocol/common.(*MessageSender).HandleMessages\n\.../protocol/common/message_sender.go:858\ngithub..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5800/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../backoff/v3/retry.go:25\ngithub..../status-go/protocol/tt.RetryWithBackOff\n\.../protocol/tt/backoff.go:24\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse\n\.../status-go_prs_tests_PR-5800/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4685\nreflect.Value.call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:596\nreflect.Value.Call\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/reflect/value.go:380\ngithub..../stretchr/testify/suite.Run.func1\n\t.../status-go_prs_tests_PR-5800/vendor/github.com.../testify/suite/suite.go:202\ntesting.tRunner\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595\nruntime.goexit\n\t......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650"}
2024-10-01T01:50:31.011Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "error": "handling non-datasync message"}
2024-10-01T01:50:31.011Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "count": 1}
2024-10-01T01:50:31.011Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "message-id": "0xab44103c7f8b4756b12503d8d593f4785f00f10951fb056a8fc9c9b68b98625d", "type": "COMMUNITY_REQUEST_TO_JOIN_RESPONSE", "senderID": "0x04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b"}
2024-10-01T01:50:31.011Z	INFO	protocol/messenger_handlers.go:1129	handling CommunityRequestToJoinResponse
2024-10-01T01:50:31.036Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "type": "public", "ContentTopic": "0x6fb431c6", "PubsubTopic": ""}}
2024-10-01T01:50:31.059Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-ping", "type": "public", "ContentTopic": "0x2ebac674", "PubsubTopic": ""}}
2024-10-01T01:50:31.078Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0481cb02", "epoch": 1}}
2024-10-01T01:50:31.078Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-magnetlinks", "type": "public", "ContentTopic": "0x301fce36", "PubsubTopic": ""}}
2024-10-01T01:50:31.082Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04895382", "epoch": 1}}
2024-10-01T01:50:31.087Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04a1a1e5", "epoch": 1}}
2024-10-01T01:50:31.090Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f-memberUpdate", "type": "public", "ContentTopic": "0x408df138", "PubsubTopic": ""}}
2024-10-01T01:50:31.102Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933fa3fb9f4b-4e83-4a23-b99d-e56332078658", "type": "public", "ContentTopic": "0x57cce9ba", "PubsubTopic": ""}}
2024-10-01T01:50:31.102Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-10-01T01:50:31.102Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-10-01T01:50:31.102Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-10-01T01:50:31.102Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.102Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.103Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xce8d51935d33e1ca76b20f903efc32970e2537aa5b34054aec9e4ecfe19b76a7"}
2024-10-01T01:50:31.103Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xce8d51935d33e1ca76b20f903efc32970e2537aa5b34054aec9e4ecfe19b76a7", "site": "addAndBridge", "topic": "0x2ebac674", "isP2P": false}
2024-10-01T01:50:31.103Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xce8d51935d33e1ca76b20f903efc32970e2537aa5b34054aec9e4ecfe19b76a7", "site": "addAndBridge", "topic": "0x2ebac674", "isP2P": false}
2024-10-01T01:50:31.103Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x8b357f05ade2da0a8be9f7116d91dca150364ae48f7e671be545ce676f47bab9", "contentType": "STATUS_UPDATE", "messageType": "public", "hashes": ["0xce8d51935d33e1ca76b20f903efc32970e2537aa5b34054aec9e4ecfe19b76a7"]}
2024-10-01T01:50:31.103Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-10-01T01:50:31.103Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-10-01T01:50:31.103Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.104Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xcb4108ab973306d88029079968767e83b1c490e8edb39a6482db20bda4b20df6", "context": "private-chat"}
2024-10-01T01:50:31.104Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-10-01T01:50:31.104Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-10-01T01:50:31.104Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.104Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.105Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xbe763e6874e94cb2607b9133946f9312b7b59ad0e7e49f4b067a4191548b1289"}
2024-10-01T01:50:31.105Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xbe763e6874e94cb2607b9133946f9312b7b59ad0e7e49f4b067a4191548b1289", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:31.105Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xbe763e6874e94cb2607b9133946f9312b7b59ad0e7e49f4b067a4191548b1289", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:31.105Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x50817aeef908472ad9fad8786e33dc68a4f93ee09f272bc7eaf4382371442d86", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xbe763e6874e94cb2607b9133946f9312b7b59ad0e7e49f4b067a4191548b1289"]}
2024-10-01T01:50:31.105Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.105Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.105Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.106Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x9ba6e46e9e7f8068328478a9ac62da43857bbe8e8b17784202f438f6c9920f65"}
2024-10-01T01:50:31.106Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x9ba6e46e9e7f8068328478a9ac62da43857bbe8e8b17784202f438f6c9920f65", "site": "addAndBridge", "topic": "0x408df138", "isP2P": false}
2024-10-01T01:50:31.106Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x9ba6e46e9e7f8068328478a9ac62da43857bbe8e8b17784202f438f6c9920f65", "site": "addAndBridge", "topic": "0x408df138", "isP2P": false}
2024-10-01T01:50:31.106Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x50817aeef908472ad9fad8786e33dc68a4f93ee09f272bc7eaf4382371442d86", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x9ba6e46e9e7f8068328478a9ac62da43857bbe8e8b17784202f438f6c9920f65"]}
2024-10-01T01:50:31.106Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-10-01T01:50:31.106Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.106Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:31.106Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-10-01T01:50:31.106Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f", "message-id": "0xab44103c7f8b4756b12503d8d593f4785f00f10951fb056a8fc9c9b68b98625d"}
2024-10-01T01:50:31.106Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xbcb6b511eeecb1174c7be468cc7bb89daf99cc08c91dffa299aa27754ca7c73f"], "timestamp": 1727747431106}}
2024-10-01T01:50:31.107Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:31.107Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-10-01T01:50:31.107Z	DEBUG	common/message_sender.go:190	sending a community message	{"communityId": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "site": "SendCommunityMessage"}
2024-10-01T01:50:31.107Z	DEBUG	common/message_sender.go:336	sending community message	{"recipient": "0x04a1a1e58c676523d0deb12e34a218314b3f6f136f9e93c530b89a08f4687cd6b0456dc3bfb77e8f4efd8109afd76291c50c2a91bcaacdb1a5c5d9787a3163d6c4"}
2024-10-01T01:50:31.107Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.107Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.108Z	DEBUG	transport/filters_manager.go:543	updating pubsub topic for filter	{"filtersManager": {"chatID": "04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b", "type": "public", "oldTopic": ".../rs/16/64", "newTopic": ""}}
2024-10-01T01:50:31.108Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xb9755f2f3280e9f473c3a07ae9c24903f0fa7d33e93e6da65f82c604e81f8417"}
2024-10-01T01:50:31.108Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xb9755f2f3280e9f473c3a07ae9c24903f0fa7d33e93e6da65f82c604e81f8417", "site": "addAndBridge", "topic": "0x11f57bad", "isP2P": false}
2024-10-01T01:50:31.108Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xb9755f2f3280e9f473c3a07ae9c24903f0fa7d33e93e6da65f82c604e81f8417", "site": "addAndBridge", "topic": "0x11f57bad", "isP2P": false}
2024-10-01T01:50:31.108Z	DEBUG	common/message_sender.go:429	sent-message: community 	{"recipient": [], "messageID": "0x8540c7495e1a6a0a0f559851d0927e78aea7a8a357599f9104e4e6980759733a", "messageType": "community", "contentType": "COMMUNITY_REQUEST_TO_LEAVE", "hashes": ["0xb9755f2f3280e9f473c3a07ae9c24903f0fa7d33e93e6da65f82c604e81f8417"]}
2024-10-01T01:50:31.109Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f", "type": "public", "ContentTopic": "0x6fb431c6", "PubsubTopic": ""}}
2024-10-01T01:50:31.109Z	DEBUG	transport/filters_manager.go:543	updating pubsub topic for filter	{"filtersManager": {"chatID": "04f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933f072e4b402f45010d66bc011ba3169a51b6f6d29610461ef011a75dd7fc6ac35b", "type": "public", "oldTopic": "", "newTopic": ".../rs/16/64"}}
2024-10-01T01:50:31.109Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x03f3ccceb5863f94ae9323e69958e216e4bbfbaed7cbf801e43a617a99bbf3933fa3fb9f4b-4e83-4a23-b99d-e56332078658", "type": "public", "ContentTopic": "0x57cce9ba", "PubsubTopic": ""}}
2024-10-01T01:50:31.110Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-10-01T01:50:31.110Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-10-01T01:50:31.110Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-10-01T01:50:31.110Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.110Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.111Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x5eebb0439e31216554fec4da7abbfe1e31358849e2e66bc453a3e486f036073c"}
2024-10-01T01:50:31.111Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x5eebb0439e31216554fec4da7abbfe1e31358849e2e66bc453a3e486f036073c", "site": "addAndBridge", "topic": "0x2ebac674", "isP2P": false}
2024-10-01T01:50:31.111Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x5eebb0439e31216554fec4da7abbfe1e31358849e2e66bc453a3e486f036073c", "site": "addAndBridge", "topic": "0x2ebac674", "isP2P": false}
2024-10-01T01:50:31.111Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x8b357f05ade2da0a8be9f7116d91dca150364ae48f7e671be545ce676f47bab9", "contentType": "STATUS_UPDATE", "messageType": "public", "hashes": ["0x5eebb0439e31216554fec4da7abbfe1e31358849e2e66bc453a3e486f036073c"]}
2024-10-01T01:50:31.111Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-10-01T01:50:31.111Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.111Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-10-01T01:50:31.111Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xcb4108ab973306d88029079968767e83b1c490e8edb39a6482db20bda4b20df6", "context": "private-chat"}
2024-10-01T01:50:31.111Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-10-01T01:50:31.111Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-10-01T01:50:31.112Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.112Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.112Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x989b0805f441a76ce612676e751c096274618bceff2c4100d0af845d00539c90"}
2024-10-01T01:50:31.113Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x989b0805f441a76ce612676e751c096274618bceff2c4100d0af845d00539c90", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:31.113Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x989b0805f441a76ce612676e751c096274618bceff2c4100d0af845d00539c90", "site": "addAndBridge", "topic": "0x7077dca7", "isP2P": false}
2024-10-01T01:50:31.113Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xadfd7417872150691fe8cf568be43657a9b82eac00a165edfe4fd479b3ca2fc1", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x989b0805f441a76ce612676e751c096274618bceff2c4100d0af845d00539c90"]}
2024-10-01T01:50:31.113Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.113Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-10-01T01:50:31.113Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-10-01T01:50:31.114Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xb3f774db99ac6b2e278d5302e91a4fdf39b59e4cee279a10e5ed2e29d8a0c2f0"}
2024-10-01T01:50:31.114Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xb3f774db99ac6b2e278d5302e91a4fdf39b59e4cee279a10e5ed2e29d8a0c2f0", "site": "addAndBridge", "topic": "0x408df138", "isP2P": false}
2024-10-01T01:50:31.114Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xb3f774db99ac6b2e278d5302e91a4fdf39b59e4cee279a10e5ed2e29d8a0c2f0", "site": "addAndBridge", "topic": "0x408df138", "isP2P": false}
2024-10-01T01:50:31.114Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xadfd7417872150691fe8cf568be43657a9b82eac00a165edfe4fd479b3ca2fc1", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xb3f774db99ac6b2e278d5302e91a4fdf39b59e4cee279a10e5ed2e29d8a0c2f0"]}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-10-01T01:50:31.114Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-10-01T01:50:31.114Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-10-01T01:50:31.114Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
    communities_messenger_test.go:4732: 
        	Error Trace:	.../status-go_prs_tests_PR-5800/protocol/communities_messenger_test.go:4732
        	Error:      	An error is expected but got nil.
        	Test:       	TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
        	Messages:   	outdated community request to join response
        	            	github..../status-im/status-go/protocol.init
        	            		.../status-go_prs_tests_PR-5800/protocol/messenger_handler.go:61
        	            	runtime.doInit1
        	            		......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6735
        	            	runtime.doInit
        	            		......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:6702
        	            	runtime.main
        	            		......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/proc.go:249
        	            	runtime.goexit
        	            		......................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/runtime/asm_amd64.s:1650
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-10-01T01:50:31.114Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-10-01T01:50:31.114Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-10-01T01:50:31.114Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-10-01T01:50:31.114Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-10-01T01:50:31.114Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-10-01T01:50:31.114Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-10-01T01:50:31.114Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-10-01T01:50:31.115Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-10-01T01:50:31.115Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-10-01T01:50:31.115Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-10-01T01:50:31.115Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-10-01T01:50:31.115Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-10-01T01:50:31.115Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-10-01T01:50:31.115Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-10-01T01:50:31.116Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-10-01T01:50:31.116Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-10-01T01:50:31.116Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-10-01T01:50:31.116Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-10-01T01:50:31.116Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-10-01T01:50:31.116Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-10-01T01:50:31.116Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
--- FAIL: TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse (1.91s)


To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@status-im-auto
Copy link
Member

✔️ status-go/prs/tests/PR-5800#6 🔹 ~32 min 🔹 2749da2 🔹 📦 tests package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track how often store confirmation query fails
3 participants