mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
144 lines
25 KiB
Plaintext
144 lines
25 KiB
Plaintext
2025-12-10 04:10:59.217 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:10:59.218 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_from_multiple_pubsub_topics with id: 2025-12-10_04-10-59__48b4c801-82b3-48bc-8372-53639dfc47f9
|
|
2025-12-10 04:10:59.218 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:10:59.218 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-10 04:10:59.219 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-10 04:10:59.224 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:10:59.225 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-10-59__48b4c801-82b3-48bc-8372-53639dfc47f9__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:10:59.225 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:10:59.225 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:10:59.226 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:10:59.226 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.83
|
|
2025-12-10 04:10:59.226 DEBUG [src.node.docker_mananger] Generated ports ['23475', '23476', '23477', '23478', '23479']
|
|
2025-12-10 04:10:59.227 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:10:59.227 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:10:59.227 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:10:59.227 DEBUG [src.node.docker_mananger] docker run -i -t -p 23475:23475 -p 23476:23476 -p 23477:23477 -p 23478:23478 -p 23479:23479 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=23477 --rest-port=23475 --tcp-port=23476 --discv5-udp-port=23478 --rest-address=0.0.0.0 --nat=extip:172.18.223.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=45d7b4ac915d9fa5eb7613086da6b65e758af78efdcb229ff1bfefb4cce5dce3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23479 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:10:59.396 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.83 waku f80893413b3ce21c5a8be81a0186d37ae1f080ed45632556456fb8136305192e
|
|
2025-12-10 04:10:59.427 DEBUG [src.node.docker_mananger] Container started with ID f80893413b3c. Setting up logs at ./log/docker/node1_2025-12-10_04-10-59__48b4c801-82b3-48bc-8372-53639dfc47f9__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:10:59.427 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23475
|
|
2025-12-10 04:10:59.428 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:10:59.519 ERROR [src.node.docker_mananger] Max retries reached for container 1de3114c3001. Exiting log stream.
|
|
2025-12-10 04:11:00.023 ERROR [src.node.docker_mananger] Max retries reached for container 5efcce33c807. Exiting log stream.
|
|
2025-12-10 04:11:00.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23475/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:00.432 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-10 04:11:00.432 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:00.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23475/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:00.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.83/tcp/23476/p2p/16Uiu2HAm9WdyesLjrcCr4U5Ak8eQrVxHKdbvQjPViMpeeor6u1Qi","/ip4/172.18.223.83/tcp/23477/ws/p2p/16Uiu2HAm9WdyesLjrcCr4U5Ak8eQrVxHKdbvQjPViMpeeor6u1Qi"],"enrUri":"enr:-L24QJLkVM0RPH0Akv99-ZDHwjVCLgth9O9ZBXIyDEjnSyeIHR-ptHpH4X6iEDwPnXm4WfWwaFHhfBVxpZ1Ii9fYp1gCgmlkgnY0gmlwhKwS31OKbXVsdGlhZGRyc5YACASsEt9TBlu0AAoErBLfUwZbtd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0UlBwv5NQHV9hka2WBaFu2-ooNbLEmACieicd6EzYW-DdGNwglu0g3VkcIJbtoV3YWt1MgU"}'
|
|
2025-12-10 04:11:00.435 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:00.435 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-10 04:11:00.442 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:00.442 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-10-59__48b4c801-82b3-48bc-8372-53639dfc47f9__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:00.442 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:00.442 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:00.444 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:00.444 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.95
|
|
2025-12-10 04:11:00.444 DEBUG [src.node.docker_mananger] Generated ports ['44319', '44320', '44321', '44322', '44323']
|
|
2025-12-10 04:11:00.444 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:00.444 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:00.444 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:00.445 DEBUG [src.node.docker_mananger] docker run -i -t -p 44319:44319 -p 44320:44320 -p 44321:44321 -p 44322:44322 -p 44323:44323 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=44321 --rest-port=44319 --tcp-port=44320 --discv5-udp-port=44322 --rest-address=0.0.0.0 --nat=extip:172.18.244.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0cd2dfc1ecc85f1c45bd40cb90aed7ee998dbbdeae2ecd29466decaffc81beae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44323 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJLkVM0RPH0Akv99-ZDHwjVCLgth9O9ZBXIyDEjnSyeIHR-ptHpH4X6iEDwPnXm4WfWwaFHhfBVxpZ1Ii9fYp1gCgmlkgnY0gmlwhKwS31OKbXVsdGlhZGRyc5YACASsEt9TBlu0AAoErBLfUwZbtd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0UlBwv5NQHV9hka2WBaFu2-ooNbLEmACieicd6EzYW-DdGNwglu0g3VkcIJbtoV3YWt1MgU --filternode=/ip4/172.18.223.83/tcp/23476/p2p/16Uiu2HAm9WdyesLjrcCr4U5Ak8eQrVxHKdbvQjPViMpeeor6u1Qi
|
|
2025-12-10 04:11:00.614 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.95 waku 7d5e62309763659451aa32b4d24c3745b66ccaec1e15a34b037049863b5e0699
|
|
2025-12-10 04:11:00.646 DEBUG [src.node.docker_mananger] Container started with ID 7d5e62309763. Setting up logs at ./log/docker/node2_2025-12-10_04-10-59__48b4c801-82b3-48bc-8372-53639dfc47f9__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:00.646 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44319
|
|
2025-12-10 04:11:00.646 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:01.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:01.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-10 04:11:01.651 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:01.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:01.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.95/tcp/44320/p2p/16Uiu2HAm5sxb3bPFMW1VmVj3dmp4pAD9zpQ2yL6CU6NJzgsApLAg","/ip4/172.18.244.95/tcp/44321/ws/p2p/16Uiu2HAm5sxb3bPFMW1VmVj3dmp4pAD9zpQ2yL6CU6NJzgsApLAg"],"enrUri":"enr:-L24QFgpgvE_9bnCU3YZYV2Lnj74tfbwaUBa2pvqAGKnzCeZdZAhnzQbt-RicfzOIiEBvRqgljYnsbCb554IilxiU5UCgmlkgnY0gmlwhKwS9F-KbXVsdGlhZGRyc5YACASsEvRfBq0gAAoErBL0XwatId0DgnJzhQADAQAAiXNlY3AyNTZrMaECm1C_sMVx6k7P4LQiMAQ9KP5ZVcheLeQphujqkETS8UWDdGNwgq0gg3VkcIKtIoV3YWt1MgA"}'
|
|
2025-12-10 04:11:01.654 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:01.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.223.83/tcp/23476/p2p/16Uiu2HAm9WdyesLjrcCr4U5Ak8eQrVxHKdbvQjPViMpeeor6u1Qi"]'
|
|
2025-12-10 04:11:01.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2025-12-10 04:11:01.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0fa0cc0b-66e3-41d0-b4d8-7ab9aaa352b2", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2025-12-10 04:11:01.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0fa0cc0b-66e3-41d0-b4d8-7ab9aaa352b2","statusDesc":"OK"}'
|
|
2025-12-10 04:11:01.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:01.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.715 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:01.816 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:01.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:01.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1765339861709196213,"ephemeral":false}]'
|
|
2025-12-10 04:11:01.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:01.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "938b19d1-fea7-431f-b47c-564b4f3802b3", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-10 04:11:01.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"938b19d1-fea7-431f-b47c-564b4f3802b3","statusDesc":"OK"}'
|
|
2025-12-10 04:11:01.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:01.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.837 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:01.937 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:01.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:01.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1765339861832906124,"ephemeral":false}]'
|
|
2025-12-10 04:11:01.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
|
2025-12-10 04:11:01.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ef09d174-87c1-44dd-8c80-faa7fe76a36f", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2025-12-10 04:11:01.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ef09d174-87c1-44dd-8c80-faa7fe76a36f","statusDesc":"OK"}'
|
|
2025-12-10 04:11:01.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:01.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:01.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.060 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1765339861955197936,"ephemeral":false}]'
|
|
2025-12-10 04:11:02.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
|
2025-12-10 04:11:02.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9b88d8f3-fa18-40c9-89d5-9179f69a5905", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
|
2025-12-10 04:11:02.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9b88d8f3-fa18-40c9-89d5-9179f69a5905","statusDesc":"OK"}'
|
|
2025-12-10 04:11:02.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.083 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.183 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1765339862077867914,"ephemeral":false}]'
|
|
2025-12-10 04:11:02.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2025-12-10 04:11:02.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44319/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "08e09029-b33c-46cb-bb99-c93384d16bee", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2025-12-10 04:11:02.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"08e09029-b33c-46cb-bb99-c93384d16bee","statusDesc":"OK"}'
|
|
2025-12-10 04:11:02.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.306 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1765339862200513996,"ephemeral":false}]'
|
|
2025-12-10 04:11:02.310 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:44319/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
|
2025-12-10 04:11:02.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-10 04:11:02.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.322 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.422 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.425 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Not subscribed to topic: /waku/2/rs/3/0'
|
|
2025-12-10 04:11:02.427 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.430 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.530 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.533 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Not subscribed to topic: /waku/2/rs/3/1'
|
|
2025-12-10 04:11:02.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.637 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.640 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Not subscribed to topic: /waku/2/rs/3/9'
|
|
2025-12-10 04:11:02.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.645 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.746 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.749 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Not subscribed to topic: /waku/2/rs/3/25'
|
|
2025-12-10 04:11:02.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:11:02.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:02.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:02.854 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:02.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:02.857 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:44319/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Not subscribed to topic: /waku/2/rs/3/1000'
|
|
2025-12-10 04:11:02.860 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:11:02.861 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:11:02.861 DEBUG [src.node.waku_node] Stopping container with id f80893413b3c
|
|
2025-12-10 04:11:03.391 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:03.392 DEBUG [src.node.waku_node] Stopping container with id 7d5e62309763
|
|
2025-12-10 04:11:03.902 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:03.903 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:11:03.911 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:11:03.919 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|