mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-03-18 02:23:08 +00:00
167 lines
29 KiB
Plaintext
167 lines
29 KiB
Plaintext
2026-02-02 04:41:34.970 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-02 04:41:34.971 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-02-02_04-41-34__aa4a0eb0-c9c2-477a-81a0-9a724aeeb131
|
|
2026-02-02 04:41:34.971 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-02 04:41:34.971 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-02 04:41:34.971 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-02 04:41:34.979 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:41:34.980 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-41-34__aa4a0eb0-c9c2-477a-81a0-9a724aeeb131__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:41:34.980 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:41:34.980 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:41:34.981 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.152
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.docker_mananger] Generated ports ['17704', '17705', '17706', '17707', '17708']
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:41:34.982 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:41:34.982 DEBUG [src.node.docker_mananger] docker run -i -t -p 17704:17704 -p 17705:17705 -p 17706:17706 -p 17707:17707 -p 17708:17708 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=17706 --rest-port=17704 --tcp-port=17705 --discv5-udp-port=17707 --rest-address=0.0.0.0 --nat=extip:172.18.180.152 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4d94b9d931b5de04c8bb183b86e64ba27e52de4232fd8dc9dceb04fb6bbbf2fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17708 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-02 04:41:35.167 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.152 waku cca43d4e309e0bfc0e53ce0ca0ad3d8b602b60c00a48a87f1afa7e1c7b1135d9
|
|
2026-02-02 04:41:35.197 DEBUG [src.node.docker_mananger] Container started with ID cca43d4e309e. Setting up logs at ./log/docker/node1_2026-02-02_04-41-34__aa4a0eb0-c9c2-477a-81a0-9a724aeeb131__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:41:35.198 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17704
|
|
2026-02-02 04:41:35.198 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:41:35.238 ERROR [src.node.docker_mananger] Max retries reached for container f54a4038b6b8. Exiting log stream.
|
|
2026-02-02 04:41:35.775 ERROR [src.node.docker_mananger] Max retries reached for container 5397ed2da6e5. Exiting log stream.
|
|
2026-02-02 04:41:36.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:36.203 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"}]}'
|
|
2026-02-02 04:41:36.203 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:41:36.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:36.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.152/tcp/17705/p2p/16Uiu2HAky1Y9nCM85r8dh4eMtvjxWPwZqVS8JdAXtBZRBUDrvfuF","/ip4/172.18.180.152/tcp/17706/ws/p2p/16Uiu2HAky1Y9nCM85r8dh4eMtvjxWPwZqVS8JdAXtBZRBUDrvfuF"],"enrUri":"enr:-L24QDbn626c6CNHEafpBQB7NGQSWMWhEcl0BNXiYeJywVw4CGEZ8iIArBC5kR9h0ZFWDciEMO_XIuE13GaZ02EV4h4CgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBkUpAAoErBK0mAZFKt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNT_1FJKGM3-jNS18_MyRiQ__z7j9x0ytqufkgIZO1saDdGNwgkUpg3VkcIJFK4V3YWt1MgU"}'
|
|
2026-02-02 04:41:36.206 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:41:36.212 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:41:36.212 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-41-34__aa4a0eb0-c9c2-477a-81a0-9a724aeeb131__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:41:36.213 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:41:36.213 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:41:36.214 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:41:36.214 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.57.147
|
|
2026-02-02 04:41:36.214 DEBUG [src.node.docker_mananger] Generated ports ['32822', '32823', '32824', '32825', '32826']
|
|
2026-02-02 04:41:36.214 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-02 04:41:36.215 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:41:36.215 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:41:36.215 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:41:36.215 DEBUG [src.node.docker_mananger] docker run -i -t -p 32822:32822 -p 32823:32823 -p 32824:32824 -p 32825:32825 -p 32826:32826 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=32824 --rest-port=32822 --tcp-port=32823 --discv5-udp-port=32825 --rest-address=0.0.0.0 --nat=extip:172.18.57.147 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a83af9b75eefd28ceddff12cd915ed6b1f99482bbb6139bdafedc82eafa2f43d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32826 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDbn626c6CNHEafpBQB7NGQSWMWhEcl0BNXiYeJywVw4CGEZ8iIArBC5kR9h0ZFWDciEMO_XIuE13GaZ02EV4h4CgmlkgnY0gmlwhKwStJiKbXVsdGlhZGRyc5YACASsErSYBkUpAAoErBK0mAZFKt0DgnJzhQACAQAAiXNlY3AyNTZrMaECNT_1FJKGM3-jNS18_MyRiQ__z7j9x0ytqufkgIZO1saDdGNwgkUpg3VkcIJFK4V3YWt1MgU
|
|
2026-02-02 04:41:36.411 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.57.147 waku 02b342062759043143c6ac633117dcdb4829acb22b9b3aa74cb6632b0a262176
|
|
2026-02-02 04:41:36.443 DEBUG [src.node.docker_mananger] Container started with ID 02b342062759. Setting up logs at ./log/docker/node2_2026-02-02_04-41-34__aa4a0eb0-c9c2-477a-81a0-9a724aeeb131__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:41:36.443 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32822
|
|
2026-02-02 04:41:36.444 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:41:37.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.456 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"}]}'
|
|
2026-02-02 04:41:37.458 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:41:37.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.57.147/tcp/32823/p2p/16Uiu2HAmTvyCybsmsE4Rjrsgs4LJc8xiXjD2whgSb44Hx5NPkJpD","/ip4/172.18.57.147/tcp/32824/ws/p2p/16Uiu2HAmTvyCybsmsE4Rjrsgs4LJc8xiXjD2whgSb44Hx5NPkJpD"],"enrUri":"enr:-L24QKea916b3z-HAP0EJsr6xLV0nDtxq1EHdxA3wim4KwwYT1RxEjJYe_8AvqKet9qcV8PgjJMlHwfqEWT6aZs0B3gCgmlkgnY0gmlwhKwSOZOKbXVsdGlhZGRyc5YACASsEjmTBoA3AAoErBI5kwaAON0DgnJzhQACAQAAiXNlY3AyNTZrMaED4vdN17El8XlukBflgVgia51Gen4zKWjgFXdSGn1sGM6DdGNwgoA3g3VkcIKAOYV3YWt1MgE"}'
|
|
2026-02-02 04:41:37.464 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:41:37.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.152/tcp/17705/p2p/16Uiu2HAky1Y9nCM85r8dh4eMtvjxWPwZqVS8JdAXtBZRBUDrvfuF"]'
|
|
2026-02-02 04:41:37.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-02 04:41:37.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-02 04:41:37.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:37.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.480 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:37.580 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297475103561,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.585 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297475103561,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-02 04:41:37.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.593 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-02 04:41:37.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:37.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.608 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:37.708 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297599366140,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.713 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297599366140,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-02 04:41:37.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-02 04:41:37.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:37.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.735 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:37.836 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297728201761,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.841 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297728201761,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-02 04:41:37.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-02 04:41:37.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:37.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.862 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:37.962 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297856738233,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.967 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:37.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:37.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297856738233,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:37.971 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-02 04:41:37.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-02 04:41:37.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:37.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:37.987 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:38.087 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297981150150,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.092 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007297981150150,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-02 04:41:38.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-02 04:41:38.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:38.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.114 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:38.214 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298108317777,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.219 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298108317777,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-02 04:41:38.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-02 04:41:38.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:38.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.240 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:38.341 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298234816248,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.346 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298234816248,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-02 04:41:38.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-02 04:41:38.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:41:38.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:41:38.366 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:41:38.467 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17704/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298360239919,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.472 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:41:38.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:41:38.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007298360239919,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:41:38.477 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-02 04:41:38.478 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-02 04:41:38.478 DEBUG [src.node.waku_node] Stopping container with id cca43d4e309e
|
|
2026-02-02 04:41:39.033 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:41:39.033 DEBUG [src.node.waku_node] Stopping container with id 02b342062759
|
|
2026-02-02 04:41:39.547 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:41:39.548 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-02 04:41:39.558 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-02 04:41:39.568 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|