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_: move uniswap token downloading to makefile target #5891

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

igor-sirotin
Copy link
Collaborator

Created a separate download-uniswap-tokens makefile target not to run this on each go generate.

Required for:

@igor-sirotin igor-sirotin requested review from dlipicar and a team September 30, 2024 11:17
@igor-sirotin igor-sirotin self-assigned this Sep 30, 2024
@igor-sirotin igor-sirotin requested review from virginiabalducci and removed request for a team September 30, 2024 11:17
@status-im-auto
Copy link
Member

status-im-auto commented Sep 30, 2024

Jenkins Builds

Click to see older builds (10)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b85d05d #1 2024-09-30 11:21:08 ~3 min tests-rpc 📄log
✔️ b85d05d #1 2024-09-30 11:22:14 ~4 min linux 📦zip
✔️ b85d05d #1 2024-09-30 11:22:47 ~4 min android 📦aar
✔️ b85d05d #1 2024-09-30 11:23:07 ~5 min ios 📦zip
✔️ b85d05d #1 2024-09-30 11:51:08 ~32 min tests 📄log
✖️ 6b4f5c5 #2 2024-09-30 19:18:09 ~2 min tests 📄log
✔️ 6b4f5c5 #2 2024-09-30 19:18:24 ~2 min tests-rpc 📄log
✔️ 6b4f5c5 #2 2024-09-30 19:18:39 ~3 min ios 📦zip
✔️ 6b4f5c5 #2 2024-09-30 19:19:25 ~4 min linux 📦zip
✔️ 6b4f5c5 #2 2024-09-30 19:20:14 ~4 min android 📦aar
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ c35773d #3 2024-09-30 19:58:51 ~1 min tests 📄log
✔️ c35773d #3 2024-09-30 19:59:29 ~2 min android 📦aar
✔️ c35773d #3 2024-09-30 19:59:43 ~2 min linux 📦zip
✔️ c35773d #3 2024-09-30 20:00:01 ~2 min tests-rpc 📄log
✔️ c35773d #3 2024-09-30 20:00:46 ~3 min ios 📦zip
✔️ 8caf5fd #4 2024-09-30 22:12:16 ~1 min android 📦aar
✔️ 8caf5fd #4 2024-09-30 22:13:10 ~2 min linux 📦zip
✔️ 8caf5fd #4 2024-09-30 22:13:26 ~2 min tests-rpc 📄log
✔️ 8caf5fd #4 2024-09-30 22:14:16 ~3 min ios 📦zip
✔️ 8caf5fd #4 2024-09-30 22:42:25 ~31 min tests 📄log

@igor-sirotin igor-sirotin requested review from alaibe and saledjenic and removed request for virginiabalducci September 30, 2024 11:28
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2800 1 2799 29
View the top 1 failed tests by shortest run time
github.com/status-im/status-go/protocol TestMessengerSendImagesAlbumSuite/TestAlbumImageMessagesWithMentionSend
Stack Traces | 1.58s run time
=== RUN   TestMessengerSendImagesAlbumSuite/TestAlbumImageMessagesWithMentionSend
2024-09-30T22:37:49.476Z	DEBUG	waku/waku.go:127	starting waku with config	{"config": {"MaxMessageSize":1048576,"MinimumAcceptedPoW":0,"BloomFilterMode":false,"LightClient":false,"FullNode":false,"RestrictLightClientsConn":true,"EnableConfirmations":false,"SoftBlacklistedPeerIDs":null}}
2024-09-30T22:37:49.500Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 851}}
2024-09-30T22:37:49.500Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1569}}
2024-09-30T22:37:49.500Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 861}}
2024-09-30T22:37:49.526Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 275}}
2024-09-30T22:37:49.526Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2224}}
WARN [09-30|22:37:49.553|github..../status-go/appdatabase/database.go:137]                       Migrating accounts: no wallet_root_address found in settings 
2024-09-30T22:37:49.574Z	DEBUG	messenger-Alice	node/node.go:221	Epoch processing	{"mvds": {"node": "04884347", "epoch": 853}}
2024-09-30T22:37:49.587Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0492c9d8", "epoch": 1566}}
2024-09-30T22:37:49.607Z	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-5891/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5891/vendor/github.com.../mvds/node/node.go:223
2024-09-30T22:37:49.607Z	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-5891/vendor/github.com.../mvds/node/node.go:225
2024-09-30T22:37:49.607Z	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-5891/vendor/github.com.../mvds/node/node.go:229
2024-09-30T22:37:49.607Z	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-5891/vendor/github.com.../mvds/node/node.go:235
2024-09-30T22:37:49.607Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-09-30T22:37:49.616Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b67397", "epoch": 2204}}
2024-09-30T22:37:49.616Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0496d1c1", "epoch": 2214}}
2024-09-30T22:37:49.694Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d51574", "epoch": 1966}}
2024-09-30T22:37:49.694Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "041e1e87", "epoch": 1083}}
2024-09-30T22:37:49.704Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04220d43", "epoch": 1559}}
2024-09-30T22:37:49.705Z	DEBUG	protocol/messenger_status_updates.go:105	Error cleaning status updates	{"error": "sql: database is closed"}
2024-09-30T22:37:49.733Z	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-5891/vendor/github.com.../mvds/node/node.go:386
github..../status-im/mvds/node.(*Node).Start.func3
	.../status-go_prs_tests_PR-5891/vendor/github.com.../mvds/node/node.go:223
2024-09-30T22:37:49.733Z	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-5891/vendor/github.com.../mvds/node/node.go:225
2024-09-30T22:37:49.733Z	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-5891/vendor/github.com.../mvds/node/node.go:229
2024-09-30T22:37:49.733Z	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-5891/vendor/github.com.../mvds/node/node.go:235
2024-09-30T22:37:49.733Z	INFO	node/node.go:218	Epoch processing stopped	{"mvds": {}}
2024-09-30T22:37:49.735Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b98831", "epoch": 1944}}
2024-09-30T22:37:49.735Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04eeaca9", "epoch": 2234}}
2024-09-30T22:37:49.735Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "049cd3a1", "epoch": 2181}}
2024-09-30T22:37:49.768Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04abd294", "epoch": 1563}}
2024-09-30T22:37:49.801Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1570}}
2024-09-30T22:37:49.801Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 852}}
2024-09-30T22:37:49.801Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 862}}
2024-09-30T22:37:49.826Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 276}}
2024-09-30T22:37:49.826Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2225}}
2024-09-30T22:37:49.874Z	DEBUG	messenger-Alice	node/node.go:221	Epoch processing	{"mvds": {"node": "04884347", "epoch": 854}}
2024-09-30T22:37:49.887Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0492c9d8", "epoch": 1567}}
2024-09-30T22:37:49.917Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0496d1c1", "epoch": 2215}}
2024-09-30T22:37:49.917Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b67397", "epoch": 2205}}
2024-09-30T22:37:49.995Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "041e1e87", "epoch": 1084}}
2024-09-30T22:37:49.995Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d51574", "epoch": 1967}}
2024-09-30T22:37:50.005Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04220d43", "epoch": 1560}}
2024-09-30T22:37:50.021Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64-contact-code", "type": "contact-code", "topic": "0x0904fd86"}}
2024-09-30T22:37:50.022Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-445", "type": "partitioned", "topic": "0xe99349b7"}}
2024-09-30T22:37:50.023Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64", "type": "discovery", "topic": "0xe69b42fe"}}
2024-09-30T22:37:50.024Z	INFO	protocol/messenger.go:794	starting messenger	{"identity": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64"}
2024-09-30T22:37:50.024Z	INFO	communities/manager.go:618	starting owner verification loop
2024-09-30T22:37:50.024Z	DEBUG	pushnotificationclient/client.go:715	subscribing for message events
2024-09-30T22:37:50.024Z	DEBUG	pushnotificationclient/client.go:1506	running resending loop
2024-09-30T22:37:50.024Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0437e7b3", "epoch": 0}}
2024-09-30T22:37:50.024Z	DEBUG	pushnotificationclient/client.go:1565	running registration loop
2024-09-30T22:37:50.024Z	DEBUG	pushnotificationclient/client.go:1517	no retriable notifications, quitting
2024-09-30T22:37:50.024Z	INFO	publisher/publisher.go:49	starting publisher	{"Publisher": {"site": "Start"}}
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger.go:1589	watching connection changes
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger_mailserver_cycle.go:420	asyncRequestAllHistoricMessages
2024-09-30T22:37:50.025Z	WARN	protocol/messenger.go:1596	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-5891/protocol/messenger.go:1596
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:852
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).SetupTest
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:28
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5891/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger.go:1610	Checking for chats to unmute every minute
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger.go:1654	Checking for communities to unmute every minute
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger_raw_message_resend.go:20	watching expired messages
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger.go:1683	watching identity image changes
2024-09-30T22:37:50.025Z	DEBUG	pushnotificationclient/client.go:1506	running resending loop
2024-09-30T22:37:50.025Z	INFO	protocol/messenger_wallet.go:62	watching wallet balances
2024-09-30T22:37:50.025Z	DEBUG	pushnotificationclient/client.go:1572	nothing to do, quitting registration loop
2024-09-30T22:37:50.025Z	WARN	protocol/messenger_wallet.go:65	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5891/protocol/messenger_wallet.go:65
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:857
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).SetupTest
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:28
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5891/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger.go:1726	watching community request to join
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger_communities.go:843	watching communities to unmute
2024-09-30T22:37:50.025Z	DEBUG	pushnotificationclient/client.go:1565	running registration loop
2024-09-30T22:37:50.025Z	DEBUG	protocol/messenger_status_updates.go:195	broadcasting user status
2024-09-30T22:37:50.025Z	DEBUG	pushnotificationclient/client.go:1517	no retriable notifications, quitting
2024-09-30T22:37:50.025Z	DEBUG	pushnotificationclient/client.go:1572	nothing to do, quitting registration loop
2024-09-30T22:37:50.028Z	WARN	protocol/messenger_mailserver_cycle.go:56	not starting mailserver cycle: requires wakuv2
github..../status-im/status-go/protocol.(*Messenger).StartMailserverCycle
	.../status-go_prs_tests_PR-5891/protocol/messenger_mailserver_cycle.go:56
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:892
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).SetupTest
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:28
github..../stretchr/testify/suite.Run.func1
	.../status-go_prs_tests_PR-5891/vendor/github.com.../testify/suite/suite.go:192
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.028Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-09-30T22:37:50.035Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b98831", "epoch": 1945}}
2024-09-30T22:37:50.035Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "049cd3a1", "epoch": 2182}}
2024-09-30T22:37:50.035Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04eeaca9", "epoch": 2235}}
2024-09-30T22:37:50.069Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04abd294", "epoch": 1564}}
2024-09-30T22:37:50.101Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 853}}
2024-09-30T22:37:50.101Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 863}}
2024-09-30T22:37:50.101Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1571}}
WARN [09-30|22:37:50.106|github..../status-go/appdatabase/database.go:137]                       Migrating accounts: no wallet_root_address found in settings 
2024-09-30T22:37:50.127Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 277}}
2024-09-30T22:37:50.127Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2226}}
2024-09-30T22:37:50.175Z	DEBUG	messenger-Alice	node/node.go:221	Epoch processing	{"mvds": {"node": "04884347", "epoch": 855}}
2024-09-30T22:37:50.188Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0492c9d8", "epoch": 1568}}
2024-09-30T22:37:50.217Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0496d1c1", "epoch": 2216}}
2024-09-30T22:37:50.217Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b67397", "epoch": 2206}}
2024-09-30T22:37:50.231Z	DEBUG	protocol/messenger_status_updates.go:105	Error cleaning status updates	{"error": "sql: database is closed"}
2024-09-30T22:37:50.296Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "041e1e87", "epoch": 1085}}
2024-09-30T22:37:50.296Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d51574", "epoch": 1968}}
2024-09-30T22:37:50.305Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04220d43", "epoch": 1561}}
2024-09-30T22:37:50.325Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0437e7b3", "epoch": 1}}
2024-09-30T22:37:50.335Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b98831", "epoch": 1946}}
2024-09-30T22:37:50.335Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "049cd3a1", "epoch": 2183}}
2024-09-30T22:37:50.335Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04eeaca9", "epoch": 2236}}
2024-09-30T22:37:50.370Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04abd294", "epoch": 1565}}
2024-09-30T22:37:50.403Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 854}}
2024-09-30T22:37:50.403Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1572}}
2024-09-30T22:37:50.403Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 864}}
2024-09-30T22:37:50.427Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2227}}
2024-09-30T22:37:50.427Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 278}}
2024-09-30T22:37:50.451Z	DEBUG	waku/waku.go:1465	expiring envelope	{"site": "expire", "hash": "0xfeaf8d55fdb2412741528d12163fb593d7825eb3a4ae96d657e7a0d9d67c969d"}
2024-09-30T22:37:50.475Z	DEBUG	messenger-Alice	node/node.go:221	Epoch processing	{"mvds": {"node": "04884347", "epoch": 856}}
2024-09-30T22:37:50.489Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0492c9d8", "epoch": 1569}}
2024-09-30T22:37:50.518Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0496d1c1", "epoch": 2217}}
2024-09-30T22:37:50.518Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b67397", "epoch": 2207}}
2024-09-30T22:37:50.591Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349-contact-code", "type": "contact-code", "topic": "0x6c53aa34"}}
2024-09-30T22:37:50.591Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-4269", "type": "partitioned", "topic": "0x7a231d31"}}
2024-09-30T22:37:50.592Z	DEBUG	transport/filters_manager.go:525	registering filter for	{"filtersManager": {"chatID": "contact-discovery-042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "type": "discovery", "topic": "0x5447316c"}}
2024-09-30T22:37:50.593Z	INFO	protocol/messenger.go:794	starting messenger	{"identity": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.593Z	INFO	communities/manager.go:618	starting owner verification loop
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:715	subscribing for message events
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1565	running registration loop
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1506	running resending loop
2024-09-30T22:37:50.593Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "042346a2", "epoch": 0}}
2024-09-30T22:37:50.593Z	INFO	publisher/publisher.go:49	starting publisher	{"Publisher": {"site": "Start"}}
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1572	nothing to do, quitting registration loop
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger.go:1589	watching connection changes
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger_mailserver_cycle.go:420	asyncRequestAllHistoricMessages
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1565	running registration loop
2024-09-30T22:37:50.593Z	WARN	protocol/messenger.go:1596	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-5891/protocol/messenger.go:1596
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:852
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).TestAlbumImageMessagesWithMentionSend
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:108
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-5891/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger.go:1610	Checking for chats to unmute every minute
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1506	running resending loop
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1517	no retriable notifications, quitting
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger.go:1654	Checking for communities to unmute every minute
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger_raw_message_resend.go:20	watching expired messages
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger.go:1683	watching identity image changes
2024-09-30T22:37:50.593Z	INFO	protocol/messenger_wallet.go:62	watching wallet balances
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger_communities.go:843	watching communities to unmute
2024-09-30T22:37:50.593Z	WARN	protocol/messenger_wallet.go:65	wallet service not enabled
github..../status-im/status-go/protocol.(*Messenger).watchWalletBalances
	.../status-go_prs_tests_PR-5891/protocol/messenger_wallet.go:65
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:857
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).TestAlbumImageMessagesWithMentionSend
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:108
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-5891/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.593Z	DEBUG	pushnotificationclient/client.go:1572	nothing to do, quitting registration loop
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger.go:1726	watching community request to join
2024-09-30T22:37:50.593Z	DEBUG	protocol/messenger_status_updates.go:195	broadcasting user status
2024-09-30T22:37:50.594Z	DEBUG	pushnotificationclient/client.go:1517	no retriable notifications, quitting
2024-09-30T22:37:50.596Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "041e1e87", "epoch": 1086}}
2024-09-30T22:37:50.596Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d51574", "epoch": 1969}}
2024-09-30T22:37:50.596Z	WARN	protocol/messenger_mailserver_cycle.go:56	not starting mailserver cycle: requires wakuv2
github..../status-im/status-go/protocol.(*Messenger).StartMailserverCycle
	.../status-go_prs_tests_PR-5891/protocol/messenger_mailserver_cycle.go:56
github..../status-im/status-go/protocol.(*Messenger).Start
	.../status-go_prs_tests_PR-5891/protocol/messenger.go:892
github..../status-im/status-go/protocol.(*MessengerSendImagesAlbumSuite).TestAlbumImageMessagesWithMentionSend
	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:108
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-5891/vendor/github.com.../testify/suite/suite.go:202
testing.tRunner
	..................................../nix/store/mf08k94zrnzb2q8x303g14l2ryi2ws3w-go-1.21..../src/testing/testing.go:1595
2024-09-30T22:37:50.596Z	DEBUG	storenodes/storenodes.go:98	loaded communities storenodes	{"CommunityStorenodes": {"count": 0}}
2024-09-30T22:37:50.597Z	DEBUG	hasPairedDevices	protocol/messenger.go:2108	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-30T22:37:50.597Z	DEBUG	hasPairedDevices	protocol/messenger.go:2108	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-30T22:37:50.605Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04220d43", "epoch": 1562}}
2024-09-30T22:37:50.622Z	DEBUG	transport/filters_manager.go:612	registering filter for	{"filtersManager": {"chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349-contact-code", "type": "contact-code", "topic": "0x6c53aa34"}}
2024-09-30T22:37:50.622Z	DEBUG	protocol/messenger.go:5549	sending private message	{"site": "Send", "chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.622Z	DEBUG	common/message_sender.go:164	sending a private message	{"public-key": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "site": "SendPrivate"}
2024-09-30T22:37:50.622Z	DEBUG	common/message_sender.go:446	sending private message	{"recipient": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.623Z	DEBUG	pushnotificationclient/client.go:726	handling message scheduled
2024-09-30T22:37:50.623Z	DEBUG	node/node.go:293	Sending message	{"mvds": {"node": "0437e7b3", "groupID": "01d2984d", "id": "814afb1a"}}
2024-09-30T22:37:50.623Z	DEBUG	hasPairedDevices	protocol/messenger.go:2108	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-30T22:37:50.624Z	DEBUG	protocol/messenger.go:2515	inside sendChatMessage	{"id": "0x67bd11b6b75b06774e443e146b4cc8b6b3d828cbecb61888763c0da90033de59", "from": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64", "displayName": "", "ChatId": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "Clock": "1727735870598", "Timestamp": "1727735870598"}
2024-09-30T22:37:50.625Z	DEBUG	protocol/messenger.go:5549	sending private message	{"site": "Send", "chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.625Z	DEBUG	common/message_sender.go:164	sending a private message	{"public-key": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "site": "SendPrivate"}
2024-09-30T22:37:50.625Z	DEBUG	common/message_sender.go:446	sending private message	{"recipient": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.625Z	DEBUG	pushnotificationclient/client.go:726	handling message scheduled
2024-09-30T22:37:50.625Z	DEBUG	node/node.go:293	Sending message	{"mvds": {"node": "0437e7b3", "groupID": "01d2984d", "id": "7d3969be"}}
2024-09-30T22:37:50.625Z	DEBUG	hasPairedDevices	protocol/messenger.go:2108	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-30T22:37:50.626Z	DEBUG	protocol/messenger.go:2515	inside sendChatMessage	{"id": "0xcc7717eb2c2a3e26652e880996beb8577e4b5ce46fe06059f18241aa714c8534", "from": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64", "displayName": "", "ChatId": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "Clock": "1727735870624", "Timestamp": "1727735870624"}
2024-09-30T22:37:50.626Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0437e7b3", "epoch": 2}}
2024-09-30T22:37:50.627Z	DEBUG	protocol/messenger.go:5549	sending private message	{"site": "Send", "chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.627Z	DEBUG	common/message_sender.go:164	sending a private message	{"public-key": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "site": "SendPrivate"}
2024-09-30T22:37:50.627Z	DEBUG	common/message_sender.go:446	sending private message	{"recipient": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}
2024-09-30T22:37:50.628Z	DEBUG	pushnotificationclient/client.go:726	handling message scheduled
2024-09-30T22:37:50.628Z	DEBUG	node/node.go:293	Sending message	{"mvds": {"node": "0437e7b3", "groupID": "01d2984d", "id": "a741fe2c"}}
2024-09-30T22:37:50.628Z	DEBUG	hasPairedDevices	protocol/messenger.go:2108	installations info	{"Number of installations": 1, "Number of enabled installations": 1}
2024-09-30T22:37:50.628Z	DEBUG	protocol/messenger.go:2515	inside sendChatMessage	{"id": "0x0b1f6672cf331e6d8f7c8e17e423069192d702e4b6e4fe99ec9c6d3b94a5f3e9", "from": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64", "displayName": "", "ChatId": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349", "Clock": "1727735870627", "Timestamp": "1727735870627"}
2024-09-30T22:37:50.636Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04eeaca9", "epoch": 2237}}
2024-09-30T22:37:50.636Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "049cd3a1", "epoch": 2184}}
2024-09-30T22:37:50.636Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b98831", "epoch": 1947}}
2024-09-30T22:37:50.671Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04abd294", "epoch": 1566}}
2024-09-30T22:37:50.703Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1573}}
2024-09-30T22:37:50.703Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 865}}
2024-09-30T22:37:50.703Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 855}}
2024-09-30T22:37:50.728Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 279}}
2024-09-30T22:37:50.728Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2228}}
2024-09-30T22:37:50.776Z	DEBUG	messenger-Alice	node/node.go:221	Epoch processing	{"mvds": {"node": "04884347", "epoch": 857}}
2024-09-30T22:37:50.786Z	DEBUG	protocol/messenger_status_updates.go:105	Error cleaning status updates	{"error": "sql: database is closed"}
2024-09-30T22:37:50.790Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0492c9d8", "epoch": 1570}}
2024-09-30T22:37:50.818Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0496d1c1", "epoch": 2218}}
2024-09-30T22:37:50.818Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b67397", "epoch": 2208}}
2024-09-30T22:37:50.893Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "042346a2", "epoch": 1}}
2024-09-30T22:37:50.897Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d51574", "epoch": 1970}}
2024-09-30T22:37:50.897Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "041e1e87", "epoch": 1087}}
2024-09-30T22:37:50.906Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04220d43", "epoch": 1563}}
2024-09-30T22:37:50.927Z	DEBUG	node/node.go:373	sending MESSAGE	{"mvds": {"groupID": "01d2984d", "from": "0437e7b3", "to": "042346a2", "messageID": "814afb1a"}}
2024-09-30T22:37:50.927Z	DEBUG	node/node.go:373	sending MESSAGE	{"mvds": {"groupID": "01d2984d", "from": "0437e7b3", "to": "042346a2", "messageID": "7d3969be"}}
2024-09-30T22:37:50.927Z	DEBUG	encryption/encryptor.go:509	no installations, sending to all devices	{"encryptor": {"site": "EncryptPayload", "their-identity-key": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349"}}
2024-09-30T22:37:50.937Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "049cd3a1", "epoch": 2185}}
2024-09-30T22:37:50.937Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04eeaca9", "epoch": 2238}}
2024-09-30T22:37:50.937Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04b98831", "epoch": 1948}}
2024-09-30T22:37:50.951Z	DEBUG	transport/filters_manager.go:477	registering filter for	{"filtersManager": {"chatID": "0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349-negotiated", "type": "negotiated", "topic": "0x16998494"}}
2024-09-30T22:37:50.951Z	DEBUG	common/message_segmentation.go:47	message segmented	{"segments": 1}
2024-09-30T22:37:50.951Z	DEBUG	common/message_sender.go:1227	sending partitioned topic	{"site": "sendMessageSpec"}
2024-09-30T22:37:50.954Z	DEBUG	transport/filters_manager.go:441	registering filter for	{"filtersManager": {"chatID": "contact-discovery-4269", "type": "partitioned", "topic": "0x7a231d31"}}
2024-09-30T22:37:50.955Z	DEBUG	waku/waku.go:1004	send: sending envelope	{"hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a"}
2024-09-30T22:37:50.955Z	DEBUG	waku/waku.go:1280	addAndBridge: processing envelope	{"hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "site": "addAndBridge", "topic": "0x7a231d31", "isP2P": false}
2024-09-30T22:37:50.955Z	DEBUG	waku/waku.go:1335	addAndBridge: adding envelope	{"hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "site": "addAndBridge", "topic": "0x7a231d31", "isP2P": false}
2024-09-30T22:37:50.955Z	DEBUG	protocol/messenger_peersyncing.go:417	sent private messages	{"messageIDs": ["0x67bd11b6b75b06774e443e146b4cc8b6b3d828cbecb61888763c0da90033de59", "0xcc7717eb2c2a3e26652e880996beb8577e4b5ce46fe06059f18241aa714c8534"], "hashes": ["0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a"]}
2024-09-30T22:37:50.956Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "0437e7b3", "epoch": 3}}
2024-09-30T22:37:50.956Z	DEBUG	pushnotificationclient/client.go:731	handling message sent
2024-09-30T22:37:50.971Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04abd294", "epoch": 1567}}
2024-09-30T22:37:51.004Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04594082", "epoch": 866}}
2024-09-30T22:37:51.004Z	DEBUG	messenger-Bobby	node/node.go:221	Epoch processing	{"mvds": {"node": "04e1da31", "epoch": 856}}
2024-09-30T22:37:51.004Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04f3e654", "epoch": 1574}}
2024-09-30T22:37:51.029Z	DEBUG	waku/api.go:499	retrieved filter message	{"site": "getFilterMessages", "filterId": "0333e4c33f217ca26fda47f2c124a87795e76c8afde703cee23abc8cfba21a90", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "isP2P": false, "topic": "0x7a231d31"}
2024-09-30T22:37:51.029Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "045655bc", "epoch": 280}}
2024-09-30T22:37:51.029Z	DEBUG	node/node.go:221	Epoch processing	{"mvds": {"node": "04d05c50", "epoch": 2229}}
2024-09-30T22:37:51.029Z	DEBUG	transport/transport.go:264	message not cached	{"Transport": {"site": "retrieveRawAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a"}}
2024-09-30T22:37:51.029Z	DEBUG	common/message_segmentation.go:237	handling message segment	{"site": "handleSegmentationLayerV2", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "EntireMessageHash": "0x", "Index": 0, "SegmentsCount": 0, "ParitySegmentIndex": 0, "ParitySegmentsCount": 0}
2024-09-30T22:37:51.029Z	DEBUG	common/message_sender.go:969	failed to handle segmentation layer message	{"site": "handleMessage", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "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-30T22:37:51.029Z	DEBUG	encryption/protocol.go:756	received a protocol message	{"Protocol": {"site": "HandleMessage", "sender-public-key": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64", "my-installation-id": "6a7de513-82d0-40ed-8fa2-f5a3248d7d11", "messageID": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a"}}
2024-09-30T22:37:51.030Z	DEBUG	datasync/datasync.go:41	handling datasync message	{"site": "Handle"}
2024-09-30T22:37:51.030Z	DEBUG	node/node.go:528	MESSAGE received	{"mvds": {"from": "0437e7b3", "to": "042346a2", "messageID": "814afb1a"}}
2024-09-30T22:37:51.030Z	DEBUG	node/node.go:512	sending ACK	{"mvds": {"groupID": "01d2984d", "from": "042346a2", "": "0437e7b3", "messageID": "814afb1a"}}
2024-09-30T22:37:51.030Z	DEBUG	node/node.go:528	MESSAGE received	{"mvds": {"from": "0437e7b3", "to": "042346a2", "messageID": "7d3969be"}}
2024-09-30T22:37:51.030Z	DEBUG	node/node.go:512	sending ACK	{"mvds": {"groupID": "01d2984d", "from": "042346a2", "": "0437e7b3", "messageID": "7d3969be"}}
2024-09-30T22:37:51.030Z	DEBUG	protocol/messenger.go:3569	processing messages further	{"site": "RetrieveAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "count": 2}
2024-09-30T22:37:51.053Z	DEBUG	transport/filters_manager.go:477	registering filter for	{"filtersManager": {"chatID": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64-negotiated", "type": "negotiated", "topic": "0x16998494"}}
2024-09-30T22:37:51.053Z	INFO	protocol/messenger.go:3585	processing message	{"site": "RetrieveAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "message-id": "0x67bd11b6b75b06774e443e146b4cc8b6b3d828cbecb61888763c0da90033de59", "type": "CHAT_MESSAGE", "senderID": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64"}
2024-09-30T22:37:51.053Z	INFO	protocol/messenger_handlers.go:275	handling ChatMessage
2024-09-30T22:37:51.055Z	DEBUG	protocol/messenger.go:3643	Handled parsed message	{"site": "RetrieveAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "message-id": "0x67bd11b6b75b06774e443e146b4cc8b6b3d828cbecb61888763c0da90033de59"}
2024-09-30T22:37:51.055Z	INFO	protocol/messenger.go:3585	processing message	{"site": "RetrieveAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "message-id": "0xcc7717eb2c2a3e26652e880996beb8577e4b5ce46fe06059f18241aa714c8534", "type": "CHAT_MESSAGE", "senderID": "0x0437e7b34251d167fa9f9a2954ef237d8131d73e35c1bb5f469d7c36bae2a4d68d00ba79c391849fe1a66e12e15f707fdc4666cc92b96325dc889c58b93fce0d64"}
2024-09-30T22:37:51.055Z	INFO	protocol/messenger_handlers.go:275	handling ChatMessage
2024-09-30T22:37:51.056Z	DEBUG	protocol/messenger.go:3643	Handled parsed message	{"site": "RetrieveAll", "hash": "0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a", "message-id": "0xcc7717eb2c2a3e26652e880996beb8577e4b5ce46fe06059f18241aa714c8534"}
2024-09-30T22:37:51.056Z	DEBUG	transport/transport.go:551	confirming message processed	{"Transport": {"ids": ["0xef856b62d732fda15e4f4ec8b731bf81aca37c48504412649af60bdee699448a"], "timestamp": 1727735871056}}
    messenger_send_images_album_test.go:147: 
        	Error Trace:	.../status-go_prs_tests_PR-5891/protocol/messenger_send_images_album_test.go:147
        	Error:      	"[clock:1727735870624 timestamp:1727735870624 text:"hey @0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349" chat_id:"0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349" message_type:ONE_TO_ONE content_type:IMAGE image:{payload:"\xff\xd8\xff\xdb\x00C\x00\x03\x02\x02\x02\x02\x02\x03\x02\x02\x02\x03\x03\x03\x03\x04\x06\x04\x04\x04\x04\x04\x08\x06\x06\x05\x06\t\x08\n\n\t\x08\t\t\n\x0c\x0f\x0c\n\x0b\x0e\x0b\t\t\r\x11\r\x0e\x0f\x10\x10\x11\x10\n\x0c\x12\x13\x12\x10\x13\x0f\x10\x10\x10\xff\xc9\x00\x0b\x08\x00\x01\x00\x01\x01\x01\x11\x00\xff\xcc\x00\x06\x00\x10\x10\x05\xff\xda\x00\x08\x01\x01\x00\x00?\x00\xd2\xcf \xff\xd9" format:JPEG album_id:"a8ec009c-a735-4c90-9d50-60cdacff838c" width:1200 height:1000 album_images_count:3} clock:1727735870598 timestamp:1727735870598 text:"hey @0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349" chat_id:"0x042346a2cf4d4e9bdb94a152aea8dcabf37bd34ca54214f891953c108e79b5cf45fdf4d2d299c03ccc7d640f480ba66e330fa43dd8054d75e34a2546d6832c0349" message_type:ONE_TO_ONE content_type:IMAGE image:{payload:"\xff\xd8\xff\xdb\x00C\x00\x03\x02\x02\x02\x02\x02\x03\x02\x02\x02\x03\x03\x03\x03\x04\x06\x04\x04\x04\x04\x04\x08\x06\x06\x05\x06\t\x08\n\n\t\x08\t\t\n\x0c\x0f\x0c\n\x0b\x0e\x0b\t\t\r\x11\r\x0e\x0f\x10\x10\x11\x10\n\x0c\x12\x13\x12\x10\x13\x0f\x10\x10\x10\xff\xc9\x00\x0b\x08\x00\x01\x00\x01\x01\x01\x11\x00\xff\xcc\x00\x06\x00\x10\x10\x05\xff\xda\x00\x08\x01\x01\x00\x00?\x00\xd2\xcf \xff\xd9" format:JPEG album_id:"a8ec009c-a735-4c90-9d50-60cdacff838c" width:1200 height:1000 album_images_count:3}]" should have 3 item(s), but has 2
        	Test:       	TestMessengerSendImagesAlbumSuite/TestAlbumImageMessagesWithMentionSend
2024-09-30T22:37:51.057Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 0}
2024-09-30T22:37:51.057Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 1}
2024-09-30T22:37:51.057Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 2}
2024-09-30T22:37:51.057Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 3}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 4}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 5}
2024-09-30T22:37:51.058Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4681	CommunityRekeyLoop stopped
2024-09-30T22:37:51.058Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:112	peersyncing loop stopped
2024-09-30T22:37:51.058Z	DEBUG	communities/manager.go:543	quitting ens verification loop
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 6}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 7}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:1484	quitting encryption subscription loop
2024-09-30T22:37:51.058Z	DEBUG	communities/manager.go:624	quitting owner verification loop
2024-09-30T22:37:51.058Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 8}
2024-09-30T22:37:51.058Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 9}
2024-09-30T22:37:51.058Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 0}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 1}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 2}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 3}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 4}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 5}
2024-09-30T22:37:51.059Z	DEBUG	CommunityRekeyLoop	protocol/messenger_communities.go:4681	CommunityRekeyLoop stopped
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 6}
2024-09-30T22:37:51.059Z	DEBUG	communities/manager.go:624	quitting owner verification loop
2024-09-30T22:37:51.059Z	DEBUG	PeerSyncingLoop	protocol/messenger_peersyncing.go:112	peersyncing loop stopped
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 7}
2024-09-30T22:37:51.059Z	INFO	node/node.go:245	Stopping node	{"mvds": {}}
2024-09-30T22:37:51.059Z	DEBUG	communities/manager.go:543	quitting ens verification loop
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:1484	quitting encryption subscription loop
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 8}
2024-09-30T22:37:51.059Z	INFO	node/node.go:203	reset data sync for peer stopped	{"mvds": {}}
2024-09-30T22:37:51.059Z	DEBUG	protocol/messenger.go:2010	running shutdown task	{"n": 9}
--- FAIL: TestMessengerSendImagesAlbumSuite/TestAlbumImageMessagesWithMentionSend (1.58s)


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

@dlipicar
Copy link
Contributor

dlipicar commented Sep 30, 2024

The command doesn't work in its current form since the URL for the Uniswap token list (https://gateway.ipfs.io/ipns/tokens.uniswap.org) defined in services/wallet/token/downloader/main.go is no longer valid. The new one is https://ipfs.io/ipns/tokens.uniswap.org (see https://tokenlists.org/token-list?url=https://ipfs.io/ipns/tokens.uniswap.org)

Changed the URL locally and tested the command, the uniswap.go file gets generated wherever the command is run (in my case the status-go root dir). We should use services/wallet/token/ as destination dir.

@igor-sirotin igor-sirotin force-pushed the chore/download-uniswap-tokens-target branch from b85d05d to 6b4f5c5 Compare September 30, 2024 19:15
@igor-sirotin igor-sirotin force-pushed the chore/download-uniswap-tokens-target branch from c35773d to 8caf5fd Compare September 30, 2024 22:10
@igor-sirotin igor-sirotin merged commit 3e69092 into develop Oct 1, 2024
10 checks passed
@igor-sirotin igor-sirotin deleted the chore/download-uniswap-tokens-target branch October 1, 2024 09:20
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