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

chore_: take fixes from go-waku #5861

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

chaitanyaprem
Copy link
Contributor

Take in fixes from go-waku for various issues noticed.

  1. fix: filter batch duration opt was not propagated correctly waku-org/go-waku#1224
  2. feat: ratelimit store queries and add options to Next waku-org/go-waku#1221
  3. feat: increase outbound q size for pubsub waku-org/go-waku#1217

item 3 has already been dogfooded by me and had not noticed any side-effects.
item-1 will be dogfooded using status mobile.

@richard-ramos is item 2 dogfooded already? If not, we can create a PR using desktop to dogfood?

Closes #status-im/status-mobile#21120

@status-im-auto
Copy link
Member

status-im-auto commented Sep 20, 2024

Jenkins Builds

Click to see older builds (10)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 36c91a9 #1 2024-09-20 07:33:40 ~2 min tests-rpc 📄log
✔️ 36c91a9 #1 2024-09-20 07:35:18 ~4 min linux 📦zip
✔️ 36c91a9 #1 2024-09-20 07:36:33 ~5 min android 📦aar
✔️ 36c91a9 #1 2024-09-20 07:36:40 ~5 min ios 📦zip
✔️ 36c91a9 #1 2024-09-20 08:03:35 ~32 min tests 📄log
✔️ 1cdfcd6 #2 2024-09-20 08:05:23 ~1 min android 📦aar
✔️ 1cdfcd6 #2 2024-09-20 08:05:42 ~2 min linux 📦zip
✔️ 1cdfcd6 #2 2024-09-20 08:05:52 ~2 min tests-rpc 📄log
✔️ 1cdfcd6 #2 2024-09-20 08:07:04 ~3 min ios 📦zip
✔️ 1cdfcd6 #2 2024-09-20 08:34:23 ~30 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ cb7f3da #3 2024-09-21 01:24:38 ~2 min android 📦aar
✔️ cb7f3da #3 2024-09-21 01:24:40 ~2 min linux 📦zip
✔️ cb7f3da #3 2024-09-21 01:24:42 ~2 min tests-rpc 📄log
✔️ cb7f3da #3 2024-09-21 01:26:07 ~3 min ios 📦zip
✔️ cb7f3da #3 2024-09-21 01:54:46 ~32 min tests 📄log
✔️ 2d1350b #4 2024-09-23 05:22:26 ~2 min tests-rpc 📄log
✔️ 2d1350b #4 2024-09-23 05:23:28 ~3 min linux 📦zip
✔️ 2d1350b #4 2024-09-23 05:24:14 ~4 min android 📦aar
✔️ 2d1350b #4 2024-09-23 05:24:54 ~5 min ios 📦zip
✔️ 2d1350b #4 2024-09-23 05:52:19 ~32 min tests 📄log

@richard-ramos
Copy link
Member

It's not dogfooded yet!

@chaitanyaprem
Copy link
Contributor Author

It's not dogfooded yet!

let's create a desktop PR and dogfood it, so that this status-go PR can be merged.

@codecov-commenter
Copy link

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
2765 2 2763 29
View the top 2 failed tests by shortest run time
github.com/status-im/status-go/protocol TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
Stack Traces | 1.88s run time
=== RUN   TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
2024-09-23T05:32:49.272Z	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 [09-23|05:32:49.347|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-09-23T05:32:49.391Z	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-5861/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5861/vendor/github.com.../mvds/node/node.go:223
2024-09-23T05:32:49.391Z	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-5861/vendor/github.com.../mvds/node/node.go:225
2024-09-23T05:32:49.391Z	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-5861/vendor/github.com.../mvds/node/node.go:229
2024-09-23T05:32:49.391Z	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-5861/vendor/github.com.../mvds/node/node.go:235
2024-09-23T05:32:49.391Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-09-23T05:32:49.395Z	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-5861/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5861/vendor/github.com.../mvds/node/node.go:223
2024-09-23T05:32:49.395Z	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-5861/vendor/github.com.../mvds/node/node.go:225
2024-09-23T05:32:49.395Z	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-5861/vendor/github.com.../mvds/node/node.go:229
2024-09-23T05:32:49.395Z	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-5861/vendor/github.com.../mvds/node/node.go:235
2024-09-23T05:32:49.395Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-09-23T05:32:49.400Z	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-5861/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5861/vendor/github.com.../mvds/node/node.go:223
2024-09-23T05:32:49.400Z	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-5861/vendor/github.com.../mvds/node/node.go:225
2024-09-23T05:32:49.400Z	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-5861/vendor/github.com.../mvds/node/node.go:229
2024-09-23T05:32:49.400Z	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-5861/vendor/github.com.../mvds/node/node.go:235
2024-09-23T05:32:49.400Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xe6847789d028fb95dce0d4e82ad81f7b553f6cf15421d607e0ac5e8948a582aa"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xd60bc7893b7296713f0abfc6944c86f18b82f05edfb1514f3e81cf5711a604a8"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xe149a52f98b701f219a952987d772161971e3aa55a369deb7605c64896b886b2"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x8037c98329d52261f0d4c8e7985a626d579d744202fd89ff7d57843d2aecfc96"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x2860074f5291ab07d7f73cf3491dbcbeafafc968215108048864b6a74a29cbb5"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xcc25d8ef5288253edd259e277c188504ed49e67d1b327ea2a90581a826c575d0"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x8cd95d031bdb18f1b96f1344818b1c3427de5c14ffd66cf18ec8f7af70e05116"}
2024-09-23T05:32:49.529Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x4d28c3e5717da30e7464b1473a8b921ca5158157eba749d785a8c98c4d2e6296"}
2024-09-23T05:32:49.735Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7-contact-code", "type": "contact-code", "topic": "0x079072c6"}}
2024-09-23T05:32:49.736Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-2077", "type": "partitioned", "topic": "0xe33688b4"}}
2024-09-23T05:32:49.737Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7", "type": "discovery", "topic": "0xa8374aba"}}
WARN [09-23|05:32:49.811|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-09-23T05:32:50.259Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x04b602680b71fb57adc30e250f1e4de2d989bb7609d7c7120b419d8b7d3504b4b251c0b7bbdaa3e5e3f5a2ddb8581ad7bd3c4f9a24c558dc194240b81177d67e27-contact-code", "type": "contact-code", "topic": "0x37298438"}}
2024-09-23T05:32:50.260Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-874", "type": "partitioned", "topic": "0x1b63bbef"}}
2024-09-23T05:32:50.260Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-04b602680b71fb57adc30e250f1e4de2d989bb7609d7c7120b419d8b7d3504b4b251c0b7bbdaa3e5e3f5a2ddb8581ad7bd3c4f9a24c558dc194240b81177d67e27", "type": "discovery", "topic": "0xbcb4c64b"}}
WARN [09-23|05:32:50.332|github..../status-go/appdatabase/database.go:137]  Migrating accounts: no wallet_root_address found in settings 
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x95a9da386ef2041d4413c9e1efe40b9233a5bd3708f07ba078335dba582aea3a"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xc1fac900f7ab4c7bb9cdc2a327075aae5e85b103eb759ecef0f7ec6f25b8bec8"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x3eb644c72751b7b4cac709d8edab4e486b1e86b2765bfbd364d0a428d075c2c5"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xbca7c892a7e9b2cfac6eff4a006915f91466082d455d0ebaf2552248f70de73e"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x4350b65cbc957bb581170780481c1319ae466fdc7314b61770f5a7e74a857541"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0xf37ecf942f8c5681532a493b150dbe6a9ad0b9c0154d92eee412b8cf7006dc59"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x793fa95ad3747c8ade0596029bec3ef7621d43f6f6308754dcb04cc78aecd1d1"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x76a2c287febe4823cda51f5957cf384152c0900eb7cc75e8997dc286f415e30d"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x6668737dc2eb6f87e18132de22ac8d522c2fd9c90e8844aaa029532b7380be38"}
2024-09-23T05:32:50.528Z	DEBUG	waku/waku.go:1457	expiring envelope	{"site": "expire", "hash": "0x02f59dd767c9697d7cbeabdc08d4c52429ad326f54e1e967f54e82e41c998826"}
2024-09-23T05:32:50.796Z	DEBUG	protocol/messenger_status_updates.go:104	Error cleaning status updates	{"name": "alice-2", "error": "sql: database is closed"}
2024-09-23T05:32:50.797Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678-contact-code", "type": "contact-code", "topic": "0x666d1839"}}
2024-09-23T05:32:50.797Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-317", "type": "partitioned", "topic": "0xd55f41ad"}}
2024-09-23T05:32:50.798Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678", "type": "discovery", "topic": "0xe8682de2"}}
2024-09-23T05:32:50.799Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7"}
2024-09-23T05:32:50.799Z	INFO	communities/manager.go:616	starting owner verification loop
2024-09-23T05:32:50.799Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-09-23T05:32:50.799Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d82c6a", "epoch": 0}}
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.799Z	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-5861/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-09-23T05:32:50.799Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-09-23T05:32:50.799Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5861/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-09-23T05:32:50.799Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.799Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.802Z	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-5861/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:68
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.802Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-09-23T05:32:50.803Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x04b602680b71fb57adc30e250f1e4de2d989bb7609d7c7120b419d8b7d3504b4b251c0b7bbdaa3e5e3f5a2ddb8581ad7bd3c4f9a24c558dc194240b81177d67e27"}
2024-09-23T05:32:50.804Z	INFO	communities/manager.go:616	starting owner verification loop
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.804Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b60268", "epoch": 0}}
2024-09-23T05:32:50.804Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-09-23T05:32:50.804Z	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-5861/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-09-23T05:32:50.804Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.804Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5861/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-09-23T05:32:50.804Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-09-23T05:32:50.804Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.807Z	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-5861/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:70
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.807Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-09-23T05:32:50.808Z	INFO	protocol/messenger.go:793	starting messenger	{"identity": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:50.808Z	INFO	communities/manager.go:616	starting owner verification loop
2024-09-23T05:32:50.808Z	DEBUG	pushnotificationclient/client.go:713	subscribing for message events
2024-09-23T05:32:50.808Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.808Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.808Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "047311ee", "epoch": 0}}
2024-09-23T05:32:50.808Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.808Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.808Z	INFO	publisher/publisher.go:48	starting publisher	{"Publisher": {"site": "Start"}}
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger.go:1583	watching connection changes
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger_mailserver_cycle.go:417	asyncRequestAllHistoricMessages
2024-09-23T05:32:50.809Z	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-5861/protocol/messenger.go:1590
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:851
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger.go:1604	Checking for chats to unmute every minute
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger.go:1647	Checking for communities to unmute every minute
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger_raw_message_resend.go:19	watching expired messages
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger.go:1675	watching identity image changes
2024-09-23T05:32:50.809Z	DEBUG	pushnotificationclient/client.go:1502	running resending loop
2024-09-23T05:32:50.809Z	INFO	protocol/messenger_wallet.go:61	watching wallet balances
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger_communities.go:838	watching communities to unmute
2024-09-23T05:32:50.809Z	WARN	protocol/messenger_wallet.go:64	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5861/protocol/messenger_wallet.go:64
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:856
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.809Z	DEBUG	pushnotificationclient/client.go:1561	running registration loop
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger.go:1717	watching community request to join
2024-09-23T05:32:50.809Z	DEBUG	protocol/messenger_status_updates.go:194	broadcasting user status
2024-09-23T05:32:50.809Z	DEBUG	pushnotificationclient/client.go:1513	no retriable notifications, quitting
2024-09-23T05:32:50.809Z	DEBUG	pushnotificationclient/client.go:1568	nothing to do, quitting registration loop
2024-09-23T05:32:50.810Z	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-5861/protocol/messenger_mailserver_cycle.go:54
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:891
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).SetupTest
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test.go:72
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5861/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:50.810Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-09-23T05:32:50.811Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-09-23T05:32:50.811Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.811Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-09-23T05:32:50.811Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.811Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-09-23T05:32:50.811Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-09-23T05:32:50.812Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xa2d3160ce3e498b8e4a8166585ba1974e738f48f8a2906c8875c95f3a6c01963", "context": "private-chat"}
2024-09-23T05:32:50.812Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-09-23T05:32:50.812Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-09-23T05:32:50.813Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.813Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.815Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06"}
2024-09-23T05:32:50.815Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "site": "addAndBridge", "topic": "0x079072c6", "isP2P": false}
2024-09-23T05:32:50.815Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "site": "addAndBridge", "topic": "0x079072c6", "isP2P": false}
2024-09-23T05:32:50.815Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x91061322d683b637fb191654ecc911a3d060215ea3e21e3f581244cebcfecb45", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06"]}
2024-09-23T05:32:50.815Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.815Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-09-23T05:32:50.816Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-09-23T05:32:50.816Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.816Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-09-23T05:32:50.816Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.816Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-09-23T05:32:50.817Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-09-23T05:32:50.817Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0xbc6a551158189bf2ccf7cfcd2a195dac8cc1e7bcb9e0db44939d96858f6d6119", "context": "private-chat"}
2024-09-23T05:32:50.817Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-09-23T05:32:50.817Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-09-23T05:32:50.818Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.818Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.820Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xaa2170ab65f2d82e8d1784749d82756028f183501a1cecc8629def758de1a605"}
2024-09-23T05:32:50.820Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xaa2170ab65f2d82e8d1784749d82756028f183501a1cecc8629def758de1a605", "site": "addAndBridge", "topic": "0x37298438", "isP2P": false}
2024-09-23T05:32:50.820Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xaa2170ab65f2d82e8d1784749d82756028f183501a1cecc8629def758de1a605", "site": "addAndBridge", "topic": "0x37298438", "isP2P": false}
2024-09-23T05:32:50.820Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x965dbef8fee7c8aaa410ce338077b6043e9a67fc453412cd278109107692f58e", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xaa2170ab65f2d82e8d1784749d82756028f183501a1cecc8629def758de1a605"]}
2024-09-23T05:32:50.820Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.820Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-09-23T05:32:50.821Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:132	setting for sync received from settings.SyncQueue
2024-09-23T05:32:50.821Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.821Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-09-23T05:32:50.821Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.821Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-09-23T05:32:50.822Z	DEBUG	SyncSettingsLoop	protocol/messenger_sync_settings.go:154	message dispatched
2024-09-23T05:32:50.822Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0x437ebc55e3a098848e93d0039427a69cdaf45fdc1650ffe0865e09ec0d54980b", "context": "private-chat"}
2024-09-23T05:32:50.822Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-09-23T05:32:50.822Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-09-23T05:32:50.823Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.823Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.825Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74"}
2024-09-23T05:32:50.825Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:50.825Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:50.825Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x4dd360a15a663ee6aa476f9acfc0831070e33d80ff1abb2e23375dfef1be66f3", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74"]}
2024-09-23T05:32:50.825Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.825Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-09-23T05:32:50.825Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1, "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "community": {"id":"0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727069570,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{},"categories":{},"images":null,"permissions":{"access":1},"members":{"0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7":{"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-09-23T05:32:50.826Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.826Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.827Z	DEBUG	transport/filters_manager.go:186	registering filter for	{"filtersManager": {"chatID": ".../rs/16/64", "type": "community", "pubsubTopic": ".../rs/16/64", "contentTopic": "0x1a9156d3"}}
2024-09-23T05:32:50.828Z	DEBUG	transport/filters_manager.go:186	registering filter for	{"filtersManager": {"chatID": "0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd-admin", "type": "community", "pubsubTopic": "", "contentTopic": "0x1a9156d3"}}
2024-09-23T05:32:50.851Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "type": "public", "ContentTopic": "0x928e6843", "PubsubTopic": ""}}
2024-09-23T05:32:50.874Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-ping", "type": "public", "ContentTopic": "0xb9f5fb9a", "PubsubTopic": ""}}
2024-09-23T05:32:50.874Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34"}
2024-09-23T05:32:50.874Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:50.874Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:50.874Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xda7c231a0047a11ebfd49e10d0efc5da023fb9025f6685a421ae2038c9971598", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34"]}
2024-09-23T05:32:50.874Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0xda7c231a0047a11ebfd49e10d0efc5da023fb9025f6685a421ae2038c9971598", "clock": 1}
2024-09-23T05:32:50.874Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-09-23T05:32:50.874Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.875Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.875Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.897Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-magnetlinks", "type": "public", "ContentTopic": "0x58a00d4f", "PubsubTopic": ""}}
2024-09-23T05:32:50.919Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-memberUpdate", "type": "public", "ContentTopic": "0x17c4bffd", "PubsubTopic": ""}}
2024-09-23T05:32:50.942Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-shard-info", "type": "public", "ContentTopic": "0xe695f3ac", "PubsubTopic": ".../rs/16/64"}}
2024-09-23T05:32:50.942Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7"}
2024-09-23T05:32:50.942Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:50.942Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:50.942Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x15fe8b83071aae8f576dbecc61fc72f6d9c0ea0f04e053b7d6ec7f15b730cbef", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7"]}
2024-09-23T05:32:50.942Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0x15fe8b83071aae8f576dbecc61fc72f6d9c0ea0f04e053b7d6ec7f15b730cbef"}
2024-09-23T05:32:50.942Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.964Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd", "type": "public", "ContentTopic": "0x1a9156d3", "PubsubTopic": ".../rs/16/64"}}
2024-09-23T05:32:50.965Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1727069570965, "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "community": {"id":"0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727069570,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{"e52952bf-2c30-42ac-b639-4705b489a02d":{"id":"e52952bf-2c30-42ac-b639-4705b489a02d","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":{"0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7":{"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":1727069570965}}
2024-09-23T05:32:50.965Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.966Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.988Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6e52952bf-2c30-42ac-b639-4705b489a02d", "type": "public", "ContentTopic": "0x4fadf400", "PubsubTopic": ""}}
2024-09-23T05:32:50.988Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-09-23T05:32:50.988Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-09-23T05:32:50.988Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-09-23T05:32:50.988Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.988Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-09-23T05:32:50.988Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53"}
2024-09-23T05:32:50.988Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:50.988Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:50.988Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xd644d13f5988715c58b1dcce677947087e6256f0adeaf6ac994967b4e606f250", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53"]}
2024-09-23T05:32:50.988Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0xd644d13f5988715c58b1dcce677947087e6256f0adeaf6ac994967b4e606f250", "clock": 1727069570965}
2024-09-23T05:32:50.988Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-09-23T05:32:50.988Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.988Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "clock": 1727069570965}
2024-09-23T05:32:50.988Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:50.989Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.989Z	DEBUG	RequestToJoinCommunity	protocol/messenger_communities.go:1418	Addresses to reveal	{"Addresses:": ["0x0777100000000000000000000000000000000000"]}
2024-09-23T05:32:50.990Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c"}
2024-09-23T05:32:50.990Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:50.990Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:50.990Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xbbda6d38fc42ddf251a319b08c9eedb4658062d9ebab38d1af1fae68e00a66b9", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c"]}
2024-09-23T05:32:50.990Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0xbbda6d38fc42ddf251a319b08c9eedb4658062d9ebab38d1af1fae68e00a66b9"}
2024-09-23T05:32:50.990Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:50.990Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:50.990Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-09-23T05:32:50.990Z	DEBUG	common/message_sender.go:190	sending a community message	{"communityId": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "site": "SendCommunityMessage"}
2024-09-23T05:32:50.990Z	DEBUG	common/message_sender.go:336	sending community message	{"recipient": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:50.990Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:50.990Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.014Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd", "type": "public", "ContentTopic": "0x1a9156d3", "PubsubTopic": ".../rs/16/64"}}
2024-09-23T05:32:51.015Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"}
2024-09-23T05:32:51.015Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "site": "addAndBridge", "topic": "0x1a9156d3", "isP2P": false}
2024-09-23T05:32:51.015Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "site": "addAndBridge", "topic": "0x1a9156d3", "isP2P": false}
2024-09-23T05:32:51.015Z	DEBUG	common/message_sender.go:429	sent-message: community 	{"recipient": [], "messageID": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682", "messageType": "community", "contentType": "COMMUNITY_REQUEST_TO_JOIN", "hashes": ["0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"]}
2024-09-23T05:32:51.015Z	DEBUG	pushnotificationclient/client.go:802	retrieving queried at
2024-09-23T05:32:51.015Z	DEBUG	pushnotificationclient/client.go:810	checking if querying necessary
2024-09-23T05:32:51.015Z	DEBUG	pushnotificationclient/client.go:815	querying info
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "ba6e04f2b5e1eb78aa3a7b843f80b02925d29d6ea0f781f5cfa579fe5d673146", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "isP2P": false, "topic": "0x1a9156d3"}
2024-09-23T05:32:51.016Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"}}
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "5ee4a3393560db64847ef7c86f1b3228b3b0538d73e89ec08392c793779bbdf9", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "isP2P": false, "topic": "0x1a9156d3"}
2024-09-23T05:32:51.016Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"}}
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "ff8e71573af5731f8a2c326b42305b15456b8e85e246656cae4377db18b82ac7", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "isP2P": false, "topic": "0x928e6843"}
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "ff8e71573af5731f8a2c326b42305b15456b8e85e246656cae4377db18b82ac7", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "isP2P": false, "topic": "0x928e6843"}
2024-09-23T05:32:51.016Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34"}}
2024-09-23T05:32:51.016Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53"}}
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "8019944b0498c7f43a1f9f524c63e0f2d80c2f547689c9ba6595be85d1f2ab99", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "isP2P": false, "topic": "0xe695f3ac"}
2024-09-23T05:32:51.016Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "8019944b0498c7f43a1f9f524c63e0f2d80c2f547689c9ba6595be85d1f2ab99", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "isP2P": false, "topic": "0xe695f3ac"}
2024-09-23T05:32:51.017Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7"}}
2024-09-23T05:32:51.017Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c"}}
2024-09-23T05:32:51.017Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "2eca819642b63b28f2291ae4420d91e28bc1228089f6a64163511f3fcae9e0b3", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "isP2P": false, "topic": "0x079072c6"}
2024-09-23T05:32:51.017Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06"}}
2024-09-23T05:32:51.017Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-3949", "type": "partitioned", "topic": "0x98577fc8"}}
2024-09-23T05:32:51.017Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "EntireMessageHash": "0x684a1f16b96c3793791d36835891866eba428f4115d0094b21d08ffc831ca36a28eb93a7281b3180308a0320bd1b2c4a05e1375050480c25c4da5a697974070101", "Index": 0, "SegmentsCount": 27, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.017Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.017Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.017Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.017Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.017Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.018Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "error": "handling non-datasync message"}
2024-09-23T05:32:51.018Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "count": 1}
2024-09-23T05:32:51.018Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "message-id": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682", "type": "COMMUNITY_REQUEST_TO_JOIN", "senderID": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.018Z	INFO	protocol/messenger_handlers.go:698	handling CommunityRequestToJoin
2024-09-23T05:32:51.019Z	DEBUG	protocol/messenger_communities.go:1956	accept request to join community	{"community": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "pubkey": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.020Z	DEBUG	common/message_sender.go:164	sending a private message	{"public-key": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678", "site": "SendPrivate"}
2024-09-23T05:32:51.019Z	DEBUG	protocol/messenger_communities.go:125	publishing community	{"clock": 1727069571020, "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "community": {"id":"0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6","memberRole":1,"isControlNode":true,"verified":false,"joined":true,"joinedAt":1727069570,"spectated":false,"requestedAccessAt":0,"name":"status","description":"status community description","introMessage":"","outroMessage":"","tags":[],"chats":{"e52952bf-2c30-42ac-b639-4705b489a02d":{"id":"e52952bf-2c30-42ac-b639-4705b489a02d","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":{"0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678":{"last_update_clock":1727069570},"0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7":{"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":1727069571020}}
2024-09-23T05:32:51.020Z	DEBUG	common/message_sender.go:446	sending private message	{"recipient": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.020Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.020Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.020Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.020Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.023Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-317", "type": "partitioned", "topic": "0xd55f41ad"}}
2024-09-23T05:32:51.024Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xdecc3745aa7f9e60cb59ed864028953b183eaecfb38ca3f80eafa786c6971e54"}
2024-09-23T05:32:51.024Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xdecc3745aa7f9e60cb59ed864028953b183eaecfb38ca3f80eafa786c6971e54", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:51.024Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xdecc3745aa7f9e60cb59ed864028953b183eaecfb38ca3f80eafa786c6971e54", "site": "addAndBridge", "topic": "0x928e6843", "isP2P": false}
2024-09-23T05:32:51.024Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xd1ade95b03dd49397069af325e8915fefcaf0d7f8aa18b21f7d85fc3be67c46f", "contentType": "COMMUNITY_DESCRIPTION", "messageType": "public", "hashes": ["0xdecc3745aa7f9e60cb59ed864028953b183eaecfb38ca3f80eafa786c6971e54"]}
2024-09-23T05:32:51.024Z	DEBUG	protocol/messenger_communities.go:159	published community	{"pubsubTopic": "", "communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0xd1ade95b03dd49397069af325e8915fefcaf0d7f8aa18b21f7d85fc3be67c46f", "clock": 1727069571020}
2024-09-23T05:32:51.024Z	DEBUG	protocol/messenger_communities.go:363	published org
2024-09-23T05:32:51.024Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.025Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.025Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.025Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155"}
2024-09-23T05:32:51.025Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "site": "addAndBridge", "topic": "0xd55f41ad", "isP2P": false}
2024-09-23T05:32:51.025Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "site": "addAndBridge", "topic": "0xd55f41ad", "isP2P": false}
2024-09-23T05:32:51.025Z	DEBUG	common/message_sender.go:524	sent-message: private skipProtocolLayer	{"recipient": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678", "messageID": "0x3f7ed10048297c6cf350c5e2a190936c1e639fff026c8712ddcafe4c844bdec1", "messageType": "private", "contentType": "COMMUNITY_REQUEST_TO_JOIN_RESPONSE", "hashes": ["0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155"]}
2024-09-23T05:32:51.026Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "message-id": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682"}
2024-09-23T05:32:51.026Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"], "timestamp": 1727069571026}}
2024-09-23T05:32:51.026Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "EntireMessageHash": "0x684a1f16b96c3793791d36835891866eba428f4115d0094b21d08ffc831ca36a28eb93a7281b3180308a0320bd1b2c4a05e1375050480c25c4da5a697974070101", "Index": 0, "SegmentsCount": 27, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.026Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.026Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.026Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.026Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "error": "handling non-datasync message"}
2024-09-23T05:32:51.027Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "count": 1}
2024-09-23T05:32:51.027Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "message-id": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682", "type": "COMMUNITY_REQUEST_TO_JOIN", "senderID": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.027Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x95fa8932718e8411525355fd61faf47fe28eaa0c7cab769e3da94f09217a1dc7"}
2024-09-23T05:32:51.027Z	DEBUG	protocol/messenger.go:3596	skipping duplicate	{"site": "RetrieveAll", "hash": "0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c", "message-id": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682", "messageID": "0x085f55c8f3815bf1c6da8f7e55160abf458c40de7e0d5e49170f61592b83d682"}
2024-09-23T05:32:51.027Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x95fa8932718e8411525355fd61faf47fe28eaa0c7cab769e3da94f09217a1dc7", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:51.027Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xa739d3bbc77f3a0e05bf75527cb2636272725282023aa0223be1203e42c69e0c"], "timestamp": 1727069571027}}
2024-09-23T05:32:51.027Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x95fa8932718e8411525355fd61faf47fe28eaa0c7cab769e3da94f09217a1dc7", "site": "addAndBridge", "topic": "0xe695f3ac", "isP2P": false}
2024-09-23T05:32:51.027Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x95acacb029248cac712e419aa96e1e5199ae032c388e02ef0fcad73f9e4727fb", "contentType": "COMMUNITY_PUBLIC_SHARD_INFO", "messageType": "public", "hashes": ["0x95fa8932718e8411525355fd61faf47fe28eaa0c7cab769e3da94f09217a1dc7"]}
2024-09-23T05:32:51.027Z	DEBUG	protocol/messenger_community_shard.go:67	published public community shard info	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "messageID": "0x95acacb029248cac712e419aa96e1e5199ae032c388e02ef0fcad73f9e4727fb"}
2024-09-23T05:32:51.027Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.027Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "EntireMessageHash": "0xd3080c27fd49c0bb740ca0d1f1d9a91338918b1c89e125ff666ae118637b806e48964c96ea0775c099dc854bc6293f8c21bdc39d727d0a9cb82db2103aa41ff301", "Index": 0, "SegmentsCount": 25, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.027Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.027Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.027Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.027Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "error": "handling non-datasync message"}
2024-09-23T05:32:51.027Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "count": 1}
2024-09-23T05:32:51.027Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "message-id": "0xda7c231a0047a11ebfd49e10d0efc5da023fb9025f6685a421ae2038c9971598", "type": "COMMUNITY_DESCRIPTION", "senderID": "0x0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd"}
2024-09-23T05:32:51.028Z	INFO	protocol/messenger_handlers.go:680	handling CommunityDescription
2024-09-23T05:32:51.028Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "clock": 1}
2024-09-23T05:32:51.028Z	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-5861/protocol/messenger_handler.go:3908
github..../status-im/status-go/protocol.(*Messenger).handleCommunityDescriptionProtobuf
	.../status-go_prs_tests_PR-5861/protocol/messenger_handlers.go:692
github..../status-im/status-go/protocol.(*Messenger).dispatchToHandler
	.../status-go_prs_tests_PR-5861/protocol/messenger_handlers.go:89
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3622
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.028Z	WARN	protocol/messenger.go:3625	failed to process protobuf	{"site": "RetrieveAll", "hash": "0x261c685cd5f96ad0378963709ed28f3fe433ce278d63a875eb85f8df4a46ff34", "message-id": "0xda7c231a0047a11ebfd49e10d0efc5da023fb9025f6685a421ae2038c9971598", "error": "invalid community description outdated clock"}
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3625
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.028Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "EntireMessageHash": "0xbc3722e037dbd044d7e5129226ff8e1fe2433a06508ad48472d347377f3303980a2a34512e8cc2da90878d5291b79a4927f264fc681ce00fef079fa09151a3e700", "Index": 0, "SegmentsCount": 25, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.029Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.029Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.029Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.029Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "error": "handling non-datasync message"}
2024-09-23T05:32:51.029Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "count": 1}
2024-09-23T05:32:51.029Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "message-id": "0xd644d13f5988715c58b1dcce677947087e6256f0adeaf6ac994967b4e606f250", "type": "COMMUNITY_DESCRIPTION", "senderID": "0x0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd"}
2024-09-23T05:32:51.029Z	INFO	protocol/messenger_handlers.go:680	handling CommunityDescription
2024-09-23T05:32:51.029Z	DEBUG	communities/manager.go:2114	HandleCommunityDescriptionMessage	{"communityID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "clock": 1727069570965}
2024-09-23T05:32:51.030Z	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-5861/protocol/messenger_handler.go:3908
github..../status-im/status-go/protocol.(*Messenger).handleCommunityDescriptionProtobuf
	.../status-go_prs_tests_PR-5861/protocol/messenger_handlers.go:692
github..../status-im/status-go/protocol.(*Messenger).dispatchToHandler
	.../status-go_prs_tests_PR-5861/protocol/messenger_handlers.go:89
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3622
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.030Z	WARN	protocol/messenger.go:3625	failed to process protobuf	{"site": "RetrieveAll", "hash": "0xa7c113c38d033e3069842026dc0b55151b3203590b0138a01e1c87ca21d9ad53", "message-id": "0xd644d13f5988715c58b1dcce677947087e6256f0adeaf6ac994967b4e606f250", "error": "invalid community description outdated clock"}
github..../status-im/status-go/protocol.(*Messenger).handleRetrievedMessages
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3625
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.030Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "EntireMessageHash": "0x2bcb52b49029cb0c3e51ac882e14c96bcd302e01b59811c9b1828a9494af12852680a311fda0ec4256cb9c36d3217f7f8d439ea0a843b224158d93272851d8f800", "Index": 0, "SegmentsCount": 79, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.030Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.030Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.030Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.030Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "error": "handling non-datasync message"}
2024-09-23T05:32:51.030Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "count": 1}
2024-09-23T05:32:51.031Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "message-id": "0x15fe8b83071aae8f576dbecc61fc72f6d9c0ea0f04e053b7d6ec7f15b730cbef", "type": "COMMUNITY_PUBLIC_SHARD_INFO", "senderID": "0x0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd"}
2024-09-23T05:32:51.031Z	INFO	protocol/messenger_handlers.go:1674	handling CommunityPublicShardInfo
2024-09-23T05:32:51.031Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "message-id": "0x15fe8b83071aae8f576dbecc61fc72f6d9c0ea0f04e053b7d6ec7f15b730cbef"}
2024-09-23T05:32:51.031Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "EntireMessageHash": "0x82fc1c1a705753b5da025a8c42a248c0ef9105681fe36ec664a5cada5dc24b7f70224118f04b4e49a6c4e6417555ae8bc2660a9fc6bb89c4ddca0dc2899fae0901", "Index": 0, "SegmentsCount": 79, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.031Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.031Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.031Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:530\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.032Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "error": "handling non-datasync message"}
2024-09-23T05:32:51.032Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "count": 1}
2024-09-23T05:32:51.032Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "message-id": "0xbbda6d38fc42ddf251a319b08c9eedb4658062d9ebab38d1af1fae68e00a66b9", "type": "COMMUNITY_PUBLIC_SHARD_INFO", "senderID": "0x0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd"}
2024-09-23T05:32:51.032Z	INFO	protocol/messenger_handlers.go:1674	handling CommunityPublicShardInfo
2024-09-23T05:32:51.032Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c", "message-id": "0xbbda6d38fc42ddf251a319b08c9eedb4658062d9ebab38d1af1fae68e00a66b9"}
2024-09-23T05:32:51.032Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x199c390bf0d6f6d849d7d3459360867d4f458ccb6718cf3cce4dccaa73cab1a7", "0xec937e58d2e16ebb7add16add7528446b238200d0e7d0efcbd22330f8e070b4c"], "timestamp": 1727069571032}}
2024-09-23T05:32:51.033Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "EntireMessageHash": "0x", "Index": 0, "SegmentsCount": 0, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.033Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "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-09-23T05:32:51.033Z	DEBUG	encryption/protocol.go:756	received a protocol message	{"Protocol": {"site": "HandleMessage", "sender-public-key": "0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7", "my-installation-id": "215610c6-e02f-4669-8986-87e70bb10fdd", "messageID": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06"}}
2024-09-23T05:32:51.033Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "error": "handling non-datasync message"}
2024-09-23T05:32:51.033Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "count": 1}
2024-09-23T05:32:51.033Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06", "message-id": "0x91061322d683b637fb191654ecc911a3d060215ea3e21e3f581244cebcfecb45", "type": "CONTACT_CODE_ADVERTISEMENT", "senderID": "0x04d82c6a4f2360f0dba909c39db3a3690e4cdd5c107c3103b08d4b047e07f43d3d218baf70f20fa59583d17da6632d7558353936c460e316474acb719f648f69c7"}
2024-09-23T05:32:51.033Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xf873a817cb5fd7d08a26db6412c87da26a0606777259d85338586c54f3fdfa06"], "timestamp": 1727069571033}}
2024-09-23T05:32:51.042Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "7a5bac5fcba0d2772eff0f8d18eb80caa25781f04d3e82062dee2d1df2659c5e0e420f82b27caccfdf0713a4c8222df54282bb50c94c530996a655b0ce45632d", "type": "public", "ContentTopic": "0x795b1f2a", "PubsubTopic": ""}}
2024-09-23T05:32:51.042Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "09811b97171b199a44b523e7837e8709a37430b5d1ce742ced9b62b2e462fafd", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "isP2P": false, "topic": "0x666d1839"}
2024-09-23T05:32:51.042Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400"}
2024-09-23T05:32:51.042Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "site": "addAndBridge", "topic": "0x795b1f2a", "isP2P": false}
2024-09-23T05:32:51.042Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "site": "addAndBridge", "topic": "0x795b1f2a", "isP2P": false}
2024-09-23T05:32:51.042Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x402228dddcd12d25c0665d8bd35e2859a58b4de795a63f1417864ca70983513d", "contentType": "PUSH_NOTIFICATION_QUERY", "messageType": "public", "hashes": ["0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400"]}
2024-09-23T05:32:51.042Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.042Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74"}}
2024-09-23T05:32:51.042Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "6fc4cfcf9eb58c0cb7e3436415b6f3286df893883567d1e615b5b02be9b3d9ca", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "isP2P": false, "topic": "0xd55f41ad"}
2024-09-23T05:32:51.042Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155"}}
2024-09-23T05:32:51.042Z	DEBUG	waku/api.go:501	retrieved filter message	{"site": "getFilterMessages", "filterId": "b4523a30e023553b8fb8f349e2220bb5fa39f53c03393650a9d374dd94cdc18a", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "isP2P": false, "topic": "0x795b1f2a"}
2024-09-23T05:32:51.042Z	DEBUG	transport/transport.go:263	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400"}}
2024-09-23T05:32:51.042Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "EntireMessageHash": "0xfd14fd1d0f544bb74cff9e2194b7af446c1982b76ea46242389ce847f7724c5968d1846aacc1a39a915b7e359c4f81268550a62c594815654973c6b90a404e0100", "Index": 0, "SegmentsCount": 48, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.043Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.043Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.043Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.043Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "error": "handling non-datasync message"}
2024-09-23T05:32:51.043Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "count": 1}
2024-09-23T05:32:51.043Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "message-id": "0x3f7ed10048297c6cf350c5e2a190936c1e639fff026c8712ddcafe4c844bdec1", "type": "COMMUNITY_REQUEST_TO_JOIN_RESPONSE", "senderID": "0x0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd"}
2024-09-23T05:32:51.043Z	INFO	protocol/messenger_handlers.go:1131	handling CommunityRequestToJoinResponse
2024-09-23T05:32:51.068Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "type": "public", "ContentTopic": "0x928e6843", "PubsubTopic": ""}}
2024-09-23T05:32:51.090Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-ping", "type": "public", "ContentTopic": "0xb9f5fb9a", "PubsubTopic": ""}}
2024-09-23T05:32:51.099Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d82c6a", "epoch": 1}}
2024-09-23T05:32:51.105Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b60268", "epoch": 1}}
2024-09-23T05:32:51.109Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "047311ee", "epoch": 1}}
2024-09-23T05:32:51.112Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-magnetlinks", "type": "public", "ContentTopic": "0x58a00d4f", "PubsubTopic": ""}}
2024-09-23T05:32:51.124Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6-memberUpdate", "type": "public", "ContentTopic": "0x17c4bffd", "PubsubTopic": ""}}
2024-09-23T05:32:51.136Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6e52952bf-2c30-42ac-b639-4705b489a02d", "type": "public", "ContentTopic": "0x4fadf400", "PubsubTopic": ""}}
2024-09-23T05:32:51.136Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-09-23T05:32:51.136Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-09-23T05:32:51.136Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-09-23T05:32:51.136Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.136Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.137Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xf1a357c3d2d40da8921f2420775bf5e15cd2ad665f0fab5b27692e62a52ba6f1"}
2024-09-23T05:32:51.137Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xf1a357c3d2d40da8921f2420775bf5e15cd2ad665f0fab5b27692e62a52ba6f1", "site": "addAndBridge", "topic": "0xb9f5fb9a", "isP2P": false}
2024-09-23T05:32:51.137Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xf1a357c3d2d40da8921f2420775bf5e15cd2ad665f0fab5b27692e62a52ba6f1", "site": "addAndBridge", "topic": "0xb9f5fb9a", "isP2P": false}
2024-09-23T05:32:51.137Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xcffc308244ea1702458daa92edd95f684c270b52ed763657796c65cab02130ee", "contentType": "STATUS_UPDATE", "messageType": "public", "hashes": ["0xf1a357c3d2d40da8921f2420775bf5e15cd2ad665f0fab5b27692e62a52ba6f1"]}
2024-09-23T05:32:51.137Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-09-23T05:32:51.137Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.137Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-09-23T05:32:51.137Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0x437ebc55e3a098848e93d0039427a69cdaf45fdc1650ffe0865e09ec0d54980b", "context": "private-chat"}
2024-09-23T05:32:51.137Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-09-23T05:32:51.137Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-09-23T05:32:51.138Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.138Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.139Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xf4c985d71b6fee7b3f4949000665a63445b0694aff4d65a364fd170ff9139311"}
2024-09-23T05:32:51.139Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xf4c985d71b6fee7b3f4949000665a63445b0694aff4d65a364fd170ff9139311", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:51.139Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xf4c985d71b6fee7b3f4949000665a63445b0694aff4d65a364fd170ff9139311", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:51.139Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xd288e8cda5524d2aaeaf5b93e5e62d962fed894716bcf3af60ea4f818f00a038", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xf4c985d71b6fee7b3f4949000665a63445b0694aff4d65a364fd170ff9139311"]}
2024-09-23T05:32:51.139Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.139Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.139Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.140Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x18b7538a30073876b490983d83286deb08df02ea330c4095605396f362d96564"}
2024-09-23T05:32:51.140Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x18b7538a30073876b490983d83286deb08df02ea330c4095605396f362d96564", "site": "addAndBridge", "topic": "0x17c4bffd", "isP2P": false}
2024-09-23T05:32:51.140Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x18b7538a30073876b490983d83286deb08df02ea330c4095605396f362d96564", "site": "addAndBridge", "topic": "0x17c4bffd", "isP2P": false}
2024-09-23T05:32:51.140Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xd288e8cda5524d2aaeaf5b93e5e62d962fed894716bcf3af60ea4f818f00a038", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x18b7538a30073876b490983d83286deb08df02ea330c4095605396f362d96564"]}
2024-09-23T05:32:51.140Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-09-23T05:32:51.140Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.140Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:51.140Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-09-23T05:32:51.140Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155", "message-id": "0x3f7ed10048297c6cf350c5e2a190936c1e639fff026c8712ddcafe4c844bdec1"}
2024-09-23T05:32:51.140Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0xba7a3802d3b2bf71ec0a7e12dd068f62dd8421d7371ada50ca8b2509a2162155"], "timestamp": 1727069571140}}
2024-09-23T05:32:51.140Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "EntireMessageHash": "0xb5b49fe95fe1d384c84b3df17e145a064d30a033bc3effd70f4eff7c9cfa3add65d9507a8e5d1af442034e7bf7ecd70a5035df7180b35e1014efdfaf0d631c5b00", "Index": 0, "SegmentsCount": 18, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.140Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "error": "NOT NULL constraint failed: message_segments.payload"}
2024-09-23T05:32:51.140Z	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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-5861/protocol/messenger.go:3529
github..../status-im/status-go/protocol.(*Messenger).RetrieveAll
	.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064
github..../status-im/status-go/protocol.WaitOnMessengerResponse.func1
	.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39
github..../cenkalti/backoff/v3.RetryNotifyWithTimer
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52
github..../cenkalti/backoff/v3.RetryNotify
	.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31
github..../cenkalti/backoff/v3.Retry
	.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37
github..../status-im/status-go/protocol.joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536
github..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity
	.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100
github..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse
	.../status-go_prs_tests_PR-5861/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-5861/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	.................................................................................................................................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-23T05:32:51.140Z	DEBUG	common/message_sender.go:983	failed to handle an encryption message	{"site": "handleMessage", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "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-5861/protocol/messenger.go:3529\ngithub..../status-im/status-go/protocol.(*Messenger).RetrieveAll\n\t.../status-go_prs_tests_PR-5861/protocol/messenger.go:3064\ngithub..../status-im/status-go/protocol.WaitOnMessengerResponse.func1\n\.../status-go_prs_tests_PR-5861/protocol/messenger_testing_utils.go:39\ngithub..../cenkalti/backoff/v3.RetryNotifyWithTimer\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:52\ngithub..../cenkalti/backoff/v3.RetryNotify\n\t.../status-go_prs_tests_PR-5861/vendor/github.com.../backoff/v3/retry.go:31\ngithub..../cenkalti/backoff/v3.Retry\n\t.../status-go_prs_tests_PR-5861/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-5861/protocol/messenger_testing_utils.go:37\ngithub..../status-im/status-go/protocol.joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_helpers_test.go:536\ngithub..../status-im/status-go/protocol.(*CommunitiesMessengerTestSuiteBase).joinCommunity\n\.../status-go_prs_tests_PR-5861/protocol/communities_messenger_test_suite_base_test.go:100\ngithub..../status-im/status-go/protocol.(*MessengerCommunitiesSuite).TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse\n\t.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.140Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "error": "handling non-datasync message"}
2024-09-23T05:32:51.141Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "count": 1}
2024-09-23T05:32:51.141Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "message-id": "0x402228dddcd12d25c0665d8bd35e2859a58b4de795a63f1417864ca70983513d", "type": "PUSH_NOTIFICATION_QUERY", "senderID": "0x04fd248f45fb480233aed014cd562dfd13ab3de9332d9643b32e3806bf054763b519c963c11d70d86ca40caf670f4cbf74667cfcaab4eb711f32f02182c0668032"}
2024-09-23T05:32:51.141Z	INFO	protocol/messenger_handlers.go:554	handling PushNotificationQuery
2024-09-23T05:32:51.141Z	DEBUG	protocol/messenger.go:3631	Handled parsed message	{"site": "RetrieveAll", "hash": "0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400", "message-id": "0x402228dddcd12d25c0665d8bd35e2859a58b4de795a63f1417864ca70983513d"}
2024-09-23T05:32:51.141Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x1a190fbdfa0d5a81a41cc2ed534093b7591c4f67a1bb78740cfac969700b0400"], "timestamp": 1727069571141}}
2024-09-23T05:32:51.141Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "EntireMessageHash": "0x", "Index": 0, "SegmentsCount": 0, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-23T05:32:51.141Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "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-09-23T05:32:51.141Z	DEBUG	encryption/protocol.go:756	received a protocol message	{"Protocol": {"site": "HandleMessage", "sender-public-key": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678", "my-installation-id": "3897e1fa-399a-45d1-bb13-86106b9fa9c6", "messageID": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74"}}
2024-09-23T05:32:51.141Z	DEBUG	common/message_sender.go:994	failed to handle datasync message	{"site": "handleMessage", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "error": "handling non-datasync message"}
2024-09-23T05:32:51.141Z	DEBUG	protocol/messenger.go:3557	processing messages further	{"site": "RetrieveAll", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "count": 1}
2024-09-23T05:32:51.141Z	INFO	protocol/messenger.go:3573	processing message	{"site": "RetrieveAll", "hash": "0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74", "message-id": "0x4dd360a15a663ee6aa476f9acfc0831070e33d80ff1abb2e23375dfef1be66f3", "type": "CONTACT_CODE_ADVERTISEMENT", "senderID": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.141Z	DEBUG	transport/transport.go:547	confirming message processed	{"Transport": {"ids": ["0x2ac3b67dbd8109834769a2021b625f726b014d035c73070fb98e380b936dea74"], "timestamp": 1727069571141}}
2024-09-23T05:32:51.142Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:51.142Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
2024-09-23T05:32:51.142Z	DEBUG	common/message_sender.go:190	sending a community message	{"communityId": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "site": "SendCommunityMessage"}
2024-09-23T05:32:51.142Z	DEBUG	common/message_sender.go:336	sending community message	{"recipient": "0x047311ee255e5799bbc95058a94e6f04d7d1c13b34d34ec7ed41c754a042c1733544aeb341c4a6fdfff860ece0ef1f2014b335c8bfef7a06d5a04a25a0783dc678"}
2024-09-23T05:32:51.142Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.142Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.143Z	DEBUG	transport/filters_manager.go:543	updating pubsub topic for filter	{"filtersManager": {"chatID": "0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd", "type": "public", "oldTopic": ".../rs/16/64", "newTopic": ""}}
2024-09-23T05:32:51.143Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x7e3f83b7d3083766caaafbb27edff6f0a1481d7a825f47bca4c55a33dd72dd52"}
2024-09-23T05:32:51.143Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x7e3f83b7d3083766caaafbb27edff6f0a1481d7a825f47bca4c55a33dd72dd52", "site": "addAndBridge", "topic": "0x1a9156d3", "isP2P": false}
2024-09-23T05:32:51.143Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x7e3f83b7d3083766caaafbb27edff6f0a1481d7a825f47bca4c55a33dd72dd52", "site": "addAndBridge", "topic": "0x1a9156d3", "isP2P": false}
2024-09-23T05:32:51.143Z	DEBUG	common/message_sender.go:429	sent-message: community 	{"recipient": [], "messageID": "0xf3bb1dccc3d841217d88b6cda228425342cea99160b8512c5332e6be82d8a8f8", "messageType": "community", "contentType": "COMMUNITY_REQUEST_TO_LEAVE", "hashes": ["0x7e3f83b7d3083766caaafbb27edff6f0a1481d7a825f47bca4c55a33dd72dd52"]}
2024-09-23T05:32:51.144Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6", "type": "public", "ContentTopic": "0x928e6843", "PubsubTopic": ""}}
2024-09-23T05:32:51.144Z	DEBUG	transport/filters_manager.go:543	updating pubsub topic for filter	{"filtersManager": {"chatID": "0489021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e65488de76051905d90f5d432402801716d53677aa0ca5225391f1af462991aacd", "type": "public", "oldTopic": "", "newTopic": ".../rs/16/64"}}
2024-09-23T05:32:51.144Z	DEBUG	transport/filters_manager.go:574	registering filter for	{"filtersManager": {"chatID": "0x0389021a20730d3e34f8a61d5ba1bdf4d8cba3cc162bcb620a904242bb2c7c24e6e52952bf-2c30-42ac-b639-4705b489a02d", "type": "public", "ContentTopic": "0x4fadf400", "PubsubTopic": ""}}
2024-09-23T05:32:51.144Z	INFO	protocol/messenger.go:2067	contact state changed, re-registering for push notification
2024-09-23T05:32:51.144Z	DEBUG	pushnotificationclient/client.go:326	re-registering
2024-09-23T05:32:51.144Z	INFO	pushnotificationclient/client.go:328	no device token, not registering
2024-09-23T05:32:51.145Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.145Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.146Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xe3170c0097a96d3fba0214cdc8118b94bc9d0608be5e2423ee74451811f79538"}
2024-09-23T05:32:51.146Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xe3170c0097a96d3fba0214cdc8118b94bc9d0608be5e2423ee74451811f79538", "site": "addAndBridge", "topic": "0xb9f5fb9a", "isP2P": false}
2024-09-23T05:32:51.146Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xe3170c0097a96d3fba0214cdc8118b94bc9d0608be5e2423ee74451811f79538", "site": "addAndBridge", "topic": "0xb9f5fb9a", "isP2P": false}
2024-09-23T05:32:51.146Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0xcffc308244ea1702458daa92edd95f684c270b52ed763657796c65cab02130ee", "contentType": "STATUS_UPDATE", "messageType": "public", "hashes": ["0xe3170c0097a96d3fba0214cdc8118b94bc9d0608be5e2423ee74451811f79538"]}
2024-09-23T05:32:51.146Z	DEBUG	protocol/messenger_contacts.go:673	contact state changed ResetWhenChatIdentityLastPublished
2024-09-23T05:32:51.146Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.146Z	DEBUG	protocol/messenger.go:1072	sending contact code
2024-09-23T05:32:51.146Z	INFO	protocol/messenger.go:1330	called createChatIdentity	{"account keyUID": "0x437ebc55e3a098848e93d0039427a69cdaf45fdc1650ffe0865e09ec0d54980b", "context": "private-chat"}
2024-09-23T05:32:51.146Z	INFO	protocol/messenger.go:1406	handling private-chat ChatIdentity
2024-09-23T05:32:51.146Z	DEBUG	protocol/messenger.go:1088	attached chat identity	{"images len": 0}
2024-09-23T05:32:51.146Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.146Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.147Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0xb99f2e4357f3724871b9e233cd149d09aac904a20da78f17ce3afc1b3268f3a8"}
2024-09-23T05:32:51.147Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0xb99f2e4357f3724871b9e233cd149d09aac904a20da78f17ce3afc1b3268f3a8", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:51.147Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0xb99f2e4357f3724871b9e233cd149d09aac904a20da78f17ce3afc1b3268f3a8", "site": "addAndBridge", "topic": "0x666d1839", "isP2P": false}
2024-09-23T05:32:51.147Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x79e6cd774b2536cd73bdffc05df1dc5625fef9192cf2d48d54948c7c7f79850c", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0xb99f2e4357f3724871b9e233cd149d09aac904a20da78f17ce3afc1b3268f3a8"]}
2024-09-23T05:32:51.147Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.148Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-23T05:32:51.148Z	DEBUG	pushnotificationclient/client.go:724	handling message scheduled
2024-09-23T05:32:51.149Z	DEBUG	waku/waku.go:999	send: sending envelope	{"hash": "0x653ecf416b49759e9d85732b58cef0eaf755c4d2be7e77afd92a70a7a87885ec"}
2024-09-23T05:32:51.149Z	DEBUG	waku/waku.go:1275	addAndBridge: processing envelope	{"hash": "0x653ecf416b49759e9d85732b58cef0eaf755c4d2be7e77afd92a70a7a87885ec", "site": "addAndBridge", "topic": "0x17c4bffd", "isP2P": false}
2024-09-23T05:32:51.149Z	DEBUG	waku/waku.go:1330	addAndBridge: adding envelope	{"hash": "0x653ecf416b49759e9d85732b58cef0eaf755c4d2be7e77afd92a70a7a87885ec", "site": "addAndBridge", "topic": "0x17c4bffd", "isP2P": false}
2024-09-23T05:32:51.149Z	DEBUG	common/message_sender.go:805	sent-message: public message	{"recipient": [], "messageID": "0x79e6cd774b2536cd73bdffc05df1dc5625fef9192cf2d48d54948c7c7f79850c", "contentType": "CONTACT_CODE_ADVERTISEMENT", "messageType": "public", "hashes": ["0x653ecf416b49759e9d85732b58cef0eaf755c4d2be7e77afd92a70a7a87885ec"]}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1126	contact code sent
2024-09-23T05:32:51.149Z	DEBUG	pushnotificationclient/client.go:729	handling message sent
2024-09-23T05:32:51.149Z	DEBUG	hasPairedDevices	protocol/messenger.go:2097	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-23T05:32:51.149Z	DEBUG	syncCommunity	protocol/messenger.go:2816	device has no paired devices
    communities_messenger_test.go:4732: 
        	Error Trace:	.../status-go_prs_tests_PR-5861/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-5861/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-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-09-23T05:32:51.149Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-09-23T05:32:51.149Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-09-23T05:32:51.149Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-09-23T05:32:51.149Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-09-23T05:32:51.149Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-09-23T05:32:51.149Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-09-23T05:32:51.149Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-09-23T05:32:51.150Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-09-23T05:32:51.150Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-09-23T05:32:51.150Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-09-23T05:32:51.150Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-09-23T05:32:51.150Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-09-23T05:32:51.150Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 0}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 1}
2024-09-23T05:32:51.150Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:110	peersyncing loop stopped
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 2}
2024-09-23T05:32:51.150Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4671	CommunityRekeyLoop stopped
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 3}
2024-09-23T05:32:51.150Z	DEBUG	communities/manager.go:541	quitting ens verification loop
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 4}
2024-09-23T05:32:51.150Z	DEBUG	communities/manager.go:621	quitting owner verification loop
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 5}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1481	quitting encryption subscription loop
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 6}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 7}
2024-09-23T05:32:51.150Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 8}
2024-09-23T05:32:51.150Z	DEBUG	protocol/messenger.go:1999	running shutdown task	{"n": 9}
2024-09-23T05:32:51.150Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
--- FAIL: TestMessengerCommunitiesSuite/TestAliceDidNotProcessOutdatedCommunityRequestToJoinResponse (1.88s)

github.com/status-im/status-go/protocol TestMessengerCommunitiesSuite
Stack Traces | 322s run time
=== RUN   TestMessengerCommunitiesSuite
--- FAIL: TestMessengerCommunitiesSuite (322.26s)


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

@chaitanyaprem
Copy link
Contributor Author

not sure why codecoverage is showing as reduced eventhough i have not touched the files in which it shows as drop in code coverage?
cc @igor-sirotin @osmaczko

@igor-sirotin
Copy link
Collaborator

not sure why codecoverage is showing as reduced

@chaitanyaprem looks ok to me, don't bother about it.

  1. codeclimate/total-coverage is always ±0.2%, because of the integration nature of the tests.
    But it's not a required check to merge, so far just informational.
    image

  2. codeclimate/diff-coverage is quite stable, so it's required. But it's 100% here, which makes sense 🙂
    image

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.

5 participants