mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
117 lines
21 KiB
Plaintext
117 lines
21 KiB
Plaintext
2026-03-01 04:39:33.787 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:39:33.788 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_multiple_pubsub_topic_from_same_cluster with id: 2026-03-01_04-39-33__f83161ea-d38a-4421-91a3-f3a43aaeb275
|
|
2026-03-01 04:39:33.788 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:39:33.788 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-01 04:39:33.789 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-01 04:39:33.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:39:33.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-39-33__f83161ea-d38a-4421-91a3-f3a43aaeb275__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:39:33.795 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:39:33.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:39:33.797 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:39:33.797 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.48
|
|
2026-03-01 04:39:33.797 DEBUG [src.node.docker_mananger] Generated ports ['32080', '32081', '32082', '32083', '32084']
|
|
2026-03-01 04:39:33.797 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:39:33.797 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:39:33.797 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:39:33.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 32080:32080 -p 32081:32081 -p 32082:32082 -p 32083:32083 -p 32084:32084 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=32082 --rest-port=32080 --tcp-port=32081 --discv5-udp-port=32083 --rest-address=0.0.0.0 --nat=extip:172.18.171.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d41c9edf1a6fbe5cc682f5f6ffbd5b7ae3aaecbcdaadefbc75879fbff9c8e966 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32084 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-01 04:39:33.986 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.48 waku f7ccc6149656d9c9a05c42d44f0ae8d38725b9cffb11daee998588ab9e9a0a7c
|
|
2026-03-01 04:39:34.026 DEBUG [src.node.docker_mananger] Container started with ID f7ccc6149656. Setting up logs at ./log/docker/node1_2026-03-01_04-39-33__f83161ea-d38a-4421-91a3-f3a43aaeb275__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:39:34.026 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32080
|
|
2026-03-01 04:39:34.026 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:39:34.031 ERROR [src.node.docker_mananger] Max retries reached for container a43ed01de73e. Exiting log stream.
|
|
2026-03-01 04:39:34.582 ERROR [src.node.docker_mananger] Max retries reached for container 21e8f512a58c. Exiting log stream.
|
|
2026-03-01 04:39:35.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32080/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:35.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:39:35.030 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:39:35.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32080/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:35.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.48/tcp/32081/p2p/16Uiu2HAmJjRRjsaGXxnK1Y1FHK3PPUcJ6prs6REmNVqJQaK237i6","/ip4/172.18.171.48/tcp/32082/ws/p2p/16Uiu2HAmJjRRjsaGXxnK1Y1FHK3PPUcJ6prs6REmNVqJQaK237i6"],"enrUri":"enr:-L24QDsVc11TetEfzrWXMW2weWHhjFVk0Pmw4IL_dLXBMwANR9ouS6mRpmYIgXwPyrTPnr8GmcCkJzdcOXWfsgcxEaACgmlkgnY0gmlwhKwSqzCKbXVsdGlhZGRyc5YACASsEqswBn1RAAoErBKrMAZ9Ut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWkjMlF86OhFsbz_hqMcyN5M9n0_0_Ie9jk3FhVaVJ4eDdGNwgn1Rg3VkcIJ9U4V3YWt1MgU"}'
|
|
2026-03-01 04:39:35.032 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:39:35.033 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-01 04:39:35.039 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:39:35.039 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-39-33__f83161ea-d38a-4421-91a3-f3a43aaeb275__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:39:35.039 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:39:35.039 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.129
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.docker_mananger] Generated ports ['51645', '51646', '51647', '51648', '51649']
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:39:35.041 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:39:35.041 DEBUG [src.node.docker_mananger] docker run -i -t -p 51645:51645 -p 51646:51646 -p 51647:51647 -p 51648:51648 -p 51649:51649 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=51647 --rest-port=51645 --tcp-port=51646 --discv5-udp-port=51648 --rest-address=0.0.0.0 --nat=extip:172.18.172.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=50f7a9201abe114c56b2c28b26a4537bbc201d2a497fe74fa9fb6fa6b8c44aff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51649 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDsVc11TetEfzrWXMW2weWHhjFVk0Pmw4IL_dLXBMwANR9ouS6mRpmYIgXwPyrTPnr8GmcCkJzdcOXWfsgcxEaACgmlkgnY0gmlwhKwSqzCKbXVsdGlhZGRyc5YACASsEqswBn1RAAoErBKrMAZ9Ut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWkjMlF86OhFsbz_hqMcyN5M9n0_0_Ie9jk3FhVaVJ4eDdGNwgn1Rg3VkcIJ9U4V3YWt1MgU --filternode=/ip4/172.18.171.48/tcp/32081/p2p/16Uiu2HAmJjRRjsaGXxnK1Y1FHK3PPUcJ6prs6REmNVqJQaK237i6
|
|
2026-03-01 04:39:35.245 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.129 waku 811e9bbde875795b479261d6c87e1812cdbda712781f2d928c94817be1a6c4aa
|
|
2026-03-01 04:39:35.282 DEBUG [src.node.docker_mananger] Container started with ID 811e9bbde875. Setting up logs at ./log/docker/node2_2026-03-01_04-39-33__f83161ea-d38a-4421-91a3-f3a43aaeb275__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:39:35.282 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51645
|
|
2026-03-01 04:39:35.283 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:39:36.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:39:36.287 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:39:36.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.129/tcp/51646/p2p/16Uiu2HAmNFLD7SAu1ohLifJ9jfoxCAW1VEg8Nwg2AbHeMUfYyEHZ","/ip4/172.18.172.129/tcp/51647/ws/p2p/16Uiu2HAmNFLD7SAu1ohLifJ9jfoxCAW1VEg8Nwg2AbHeMUfYyEHZ"],"enrUri":"enr:-L24QKxP_IIfNgjR5wwVMwicu1onVBKcZUsTM9bwyrLfdEAxa7Q4Z8VfbKD5VTySKaGF71i_VOii4x7MtPAPIGU-ShoCgmlkgnY0gmlwhKwSrIGKbXVsdGlhZGRyc5YACASsEqyBBsm-AAoErBKsgQbJv90DgnJzhQADAQAAiXNlY3AyNTZrMaEDjoViba5AmQXpCx0ck0apkjii-iE-YDOmNT4Cm6t0McSDdGNwgsm-g3VkcILJwIV3YWt1MgA"}'
|
|
2026-03-01 04:39:36.290 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:39:36.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.171.48/tcp/32081/p2p/16Uiu2HAmJjRRjsaGXxnK1Y1FHK3PPUcJ6prs6REmNVqJQaK237i6"]'
|
|
2026-03-01 04:39:36.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.327 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/0
|
|
2026-03-01 04:39:36.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:39:36.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f4e4e090-9200-4fa2-8ee4-d2a167a79d80", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-01 04:39:36.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f4e4e090-9200-4fa2-8ee4-d2a167a79d80","statusDesc":"OK"}'
|
|
2026-03-01 04:39:36.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/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)'}'
|
|
2026-03-01 04:39:36.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.368 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:39:36.468 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:39:36.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.471 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":1772339976360782091,"ephemeral":false}]'
|
|
2026-03-01 04:39:36.472 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
|
2026-03-01 04:39:36.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-01 04:39:36.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "38e6810b-7d77-43a9-93a0-e1e88502af1d", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-01 04:39:36.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"38e6810b-7d77-43a9-93a0-e1e88502af1d","statusDesc":"OK"}'
|
|
2026-03-01 04:39:36.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/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)'}'
|
|
2026-03-01 04:39:36.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.490 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:39:36.591 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:39:36.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.593 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":1772339976485859725,"ephemeral":false}]'
|
|
2026-03-01 04:39:36.595 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
|
2026-03-01 04:39:36.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
|
2026-03-01 04:39:36.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5eaf6f01-a649-4b83-9488-58f6519b4759", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
|
2026-03-01 04:39:36.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5eaf6f01-a649-4b83-9488-58f6519b4759","statusDesc":"OK"}'
|
|
2026-03-01 04:39:36.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/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)'}'
|
|
2026-03-01 04:39:36.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.613 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:39:36.713 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:39:36.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.715 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":1772339976607844329,"ephemeral":false}]'
|
|
2026-03-01 04:39:36.717 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/25
|
|
2026-03-01 04:39:36.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
|
2026-03-01 04:39:36.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "25b2fce4-5809-4c95-8417-0b700c3d3a4f", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
|
2026-03-01 04:39:36.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"25b2fce4-5809-4c95-8417-0b700c3d3a4f","statusDesc":"OK"}'
|
|
2026-03-01 04:39:36.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/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)'}'
|
|
2026-03-01 04:39:36.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.736 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:39:36.836 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:39:36.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.839 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":1772339976730997770,"ephemeral":false}]'
|
|
2026-03-01 04:39:36.840 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1000
|
|
2026-03-01 04:39:36.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2026-03-01 04:39:36.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51645/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d77f12cf-1c00-4ae6-a548-0d4f11554201", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2026-03-01 04:39:36.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d77f12cf-1c00-4ae6-a548-0d4f11554201","statusDesc":"OK"}'
|
|
2026-03-01 04:39:36.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32080/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)'}'
|
|
2026-03-01 04:39:36.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:39:36.860 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:39:36.960 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:39:36.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51645/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:39:36.964 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":1772339976855001375,"ephemeral":false}]'
|
|
2026-03-01 04:39:36.967 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:39:36.968 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:39:36.968 DEBUG [src.node.waku_node] Stopping container with id f7ccc6149656
|
|
2026-03-01 04:39:37.537 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:39:37.539 DEBUG [src.node.waku_node] Stopping container with id 811e9bbde875
|
|
2026-03-01 04:39:38.067 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:39:38.070 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:39:38.077 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:39:38.083 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|