mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2025-12-08 08:56:05.522 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:56:05.522 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/1] with id: 2025-12-08_08-56-05__e0e76f4c-4df2-4ac5-b5ff-6d3d53b82fdf
|
|
2025-12-08 08:56:05.522 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:56:05.523 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:56:05.523 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 08:56:05.530 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:05.530 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-56-05__e0e76f4c-4df2-4ac5-b5ff-6d3d53b82fdf__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:05.531 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:05.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:05.532 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:05.532 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.61
|
|
2025-12-08 08:56:05.532 DEBUG [src.node.docker_mananger] Generated ports ['54481', '54482', '54483', '54484', '54485']
|
|
2025-12-08 08:56:05.532 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2025-12-08 08:56:05.533 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:56:05.533 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:05.533 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:05.533 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:05.533 DEBUG [src.node.docker_mananger] docker run -i -t -p 54481:54481 -p 54482:54482 -p 54483:54483 -p 54484:54484 -p 54485:54485 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54483 --rest-port=54481 --tcp-port=54482 --discv5-udp-port=54484 --rest-address=0.0.0.0 --nat=extip:172.18.48.61 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=49f9b78ee68d2f1fff2afdbfdfe5ca17d678d1325b43ed627b367e619cb11fd9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54485 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 08:56:05.717 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.61 waku e3b85b1e1dc37ae1a6a069b65d955c65377c5c0881d3f33c6f15b839dcc69921
|
|
2025-12-08 08:56:05.749 DEBUG [src.node.docker_mananger] Container started with ID e3b85b1e1dc3. Setting up logs at ./log/docker/node1_2025-12-08_08-56-05__e0e76f4c-4df2-4ac5-b5ff-6d3d53b82fdf__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:05.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54481
|
|
2025-12-08 08:56:05.749 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:05.774 ERROR [src.node.docker_mananger] Max retries reached for container 44580671c2a2. Exiting log stream.
|
|
2025-12-08 08:56:06.329 ERROR [src.node.docker_mananger] Max retries reached for container 99f931460b74. Exiting log stream.
|
|
2025-12-08 08:56:06.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54481/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:06.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-08 08:56:06.754 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:06.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54481/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:06.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.61/tcp/54482/p2p/16Uiu2HAkvfEYtT2QMirUwG1wNUvmBoyJPgipTt3vQ12rv8TVXmJF","/ip4/172.18.48.61/tcp/54483/ws/p2p/16Uiu2HAkvfEYtT2QMirUwG1wNUvmBoyJPgipTt3vQ12rv8TVXmJF"],"enrUri":"enr:-L24QAwSZMU-crfb3gfXyDEZQxHxQE9CHFGqnNDQ1FiW6J_DZoR8Grp57sWPB7qZ5eW-1BO4dpZb3TPWzyPHus8IpmsCgmlkgnY0gmlwhKwSMD2KbXVsdGlhZGRyc5YACASsEjA9BtTSAAoErBIwPQbU090DgnJzhQAFAQAAiXNlY3AyNTZrMaECElUQrGEk3ndQU89dHziDKzA-CPXEFGfeqh_UMvtkggiDdGNwgtTSg3VkcILU1IV3YWt1MgU"}'
|
|
2025-12-08 08:56:06.757 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:06.764 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:56:06.764 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_08-56-05__e0e76f4c-4df2-4ac5-b5ff-6d3d53b82fdf__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:06.764 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:56:06.764 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:56:06.766 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:56:06.766 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.7
|
|
2025-12-08 08:56:06.766 DEBUG [src.node.docker_mananger] Generated ports ['38741', '38742', '38743', '38744', '38745']
|
|
2025-12-08 08:56:06.766 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2025-12-08 08:56:06.767 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:56:06.767 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:56:06.767 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:56:06.767 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:56:06.767 DEBUG [src.node.docker_mananger] docker run -i -t -p 38741:38741 -p 38742:38742 -p 38743:38743 -p 38744:38744 -p 38745:38745 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38743 --rest-port=38741 --tcp-port=38742 --discv5-udp-port=38744 --rest-address=0.0.0.0 --nat=extip:172.18.113.7 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=f2e0906619628997efd9dfef5fa48e537a94763c54f4cef4072c2deaaec4ea05 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38745 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAwSZMU-crfb3gfXyDEZQxHxQE9CHFGqnNDQ1FiW6J_DZoR8Grp57sWPB7qZ5eW-1BO4dpZb3TPWzyPHus8IpmsCgmlkgnY0gmlwhKwSMD2KbXVsdGlhZGRyc5YACASsEjA9BtTSAAoErBIwPQbU090DgnJzhQAFAQAAiXNlY3AyNTZrMaECElUQrGEk3ndQU89dHziDKzA-CPXEFGfeqh_UMvtkggiDdGNwgtTSg3VkcILU1IV3YWt1MgU
|
|
2025-12-08 08:56:06.963 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.7 waku 46006315af84118aa137811a3d78fbbef845744521755cdbefee1bc46c1e1e59
|
|
2025-12-08 08:56:06.992 DEBUG [src.node.docker_mananger] Container started with ID 46006315af84. Setting up logs at ./log/docker/node2_2025-12-08_08-56-05__e0e76f4c-4df2-4ac5-b5ff-6d3d53b82fdf__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:56:06.993 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38741
|
|
2025-12-08 08:56:06.993 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:56:07.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38741/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:08.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:56:08.010 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:56:08.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38741/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:08.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.7/tcp/38742/p2p/16Uiu2HAm7LS8b17T3cq8ef7CNofhTU2GXbZCBa4mXNs1MeXngYL2","/ip4/172.18.113.7/tcp/38743/ws/p2p/16Uiu2HAm7LS8b17T3cq8ef7CNofhTU2GXbZCBa4mXNs1MeXngYL2"],"enrUri":"enr:-L24QOJ0MWlw6_tQbWinTs63_bD_u-wPNsjfgFMQYel0uBfcNtpgx5EfFgIRLhnhkRIfkqox1Ov4RCR7aZ5juNIkq6ECgmlkgnY0gmlwhKwScQeKbXVsdGlhZGRyc5YACASsEnEHBpdWAAoErBJxBwaXV90DgnJzhQAFAQAAiXNlY3AyNTZrMaECsPSuPwseNiZy_rePcuT_w3UAfdrmoiau29IxTyImHZODdGNwgpdWg3VkcIKXWIV3YWt1MgE"}'
|
|
2025-12-08 08:56:08.015 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:56:08.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38741/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.48.61/tcp/54482/p2p/16Uiu2HAkvfEYtT2QMirUwG1wNUvmBoyJPgipTt3vQ12rv8TVXmJF"]'
|
|
2025-12-08 08:56:08.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:08.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54481/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2025-12-08 08:56:08.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:08.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38741/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2025-12-08 08:56:08.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:08.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54481/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:56:08.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:56:08.037 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 08:56:08.138 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:56:08.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54481/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:08.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184168031811210,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:08.143 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:56:08.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38741/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:56:08.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184168031811210,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:56:08.149 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:56:08.150 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:56:08.150 DEBUG [src.node.waku_node] Stopping container with id e3b85b1e1dc3
|
|
2025-12-08 08:56:08.710 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:56:08.710 DEBUG [src.node.waku_node] Stopping container with id 46006315af84
|
|
2025-12-08 08:56:09.273 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:56:09.273 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:56:09.280 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:56:09.285 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|