mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
1000 lines
165 KiB
Plaintext
1000 lines
165 KiB
Plaintext
2026-03-13 04:33:00.278 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:33:00.279 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c
|
|
2026-03-13 04:33:00.279 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:33:00.279 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-13 04:33:00.279 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-13 04:33:00.286 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:00.286 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:00.286 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:00.286 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:00.287 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:00.287 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.140.94
|
|
2026-03-13 04:33:00.288 DEBUG [src.node.docker_mananger] Generated ports ['4441', '4442', '4443', '4444', '4445']
|
|
2026-03-13 04:33:00.288 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:00.288 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:00.288 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:00.288 DEBUG [src.node.docker_mananger] docker run -i -t -p 4441:4441 -p 4442:4442 -p 4443:4443 -p 4444:4444 -p 4445:4445 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=4443 --rest-port=4441 --tcp-port=4442 --discv5-udp-port=4444 --rest-address=0.0.0.0 --nat=extip:172.18.140.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb4a11b6b6a91ed8a94bddf05ceda6eeaea10cfdcbdf8bf8782744db956c00ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4445 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:33:00.472 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.140.94 waku fa1d7b96fb0874179cd4b52ff02bcc6bcbd6061a792b6c020b724ed9edb1675e
|
|
2026-03-13 04:33:00.509 DEBUG [src.node.docker_mananger] Container started with ID fa1d7b96fb08. Setting up logs at ./log/docker/node1_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:00.509 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4441
|
|
2026-03-13 04:33:00.509 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:00.581 ERROR [src.node.docker_mananger] Max retries reached for container 2f1f342a11ed. Exiting log stream.
|
|
2026-03-13 04:33:01.079 ERROR [src.node.docker_mananger] Max retries reached for container 8fa87d4e6b77. Exiting log stream.
|
|
2026-03-13 04:33:01.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4441/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:01.512 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-13 04:33:01.513 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:01.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4441/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:01.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.140.94/tcp/4442/p2p/16Uiu2HAmJxKSM9BS4tvoUozcKoeiGaApCoyoJb4dVBVVuQmKS2oL","/ip4/172.18.140.94/tcp/4443/ws/p2p/16Uiu2HAmJxKSM9BS4tvoUozcKoeiGaApCoyoJb4dVBVVuQmKS2oL"],"enrUri":"enr:-L24QB4BNwcDrjDY2iw4tlrV-ayCstUmiVzadCpdbGgbXJ9eBkw8NH6hMX0sXsqYrd1GylsArwc2VdeiQ2Z7OlT5tWACgmlkgnY0gmlwhKwSjF6KbXVsdGlhZGRyc5YACASsEoxeBhFaAAoErBKMXgYRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXZaTyUW4SUiWbQ8zpWS5u9TugEaoUlE4FyqBIihj1euDdGNwghFag3VkcIIRXIV3YWt1MgU"}'
|
|
2026-03-13 04:33:01.515 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:01.516 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-13 04:33:01.522 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:01.522 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:01.522 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:01.522 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:01.523 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:01.524 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.7
|
|
2026-03-13 04:33:01.524 DEBUG [src.node.docker_mananger] Generated ports ['19732', '19733', '19734', '19735', '19736']
|
|
2026-03-13 04:33:01.524 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:01.524 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:01.524 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:01.524 DEBUG [src.node.docker_mananger] docker run -i -t -p 19732:19732 -p 19733:19733 -p 19734:19734 -p 19735:19735 -p 19736:19736 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=19734 --rest-port=19732 --tcp-port=19733 --discv5-udp-port=19735 --rest-address=0.0.0.0 --nat=extip:172.18.112.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b02e33843b1ceffd03a5bb4cf1b0beb2cab29040eec0dec9a3dce732df1ec0ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19736 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QB4BNwcDrjDY2iw4tlrV-ayCstUmiVzadCpdbGgbXJ9eBkw8NH6hMX0sXsqYrd1GylsArwc2VdeiQ2Z7OlT5tWACgmlkgnY0gmlwhKwSjF6KbXVsdGlhZGRyc5YACASsEoxeBhFaAAoErBKMXgYRW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXZaTyUW4SUiWbQ8zpWS5u9TugEaoUlE4FyqBIihj1euDdGNwghFag3VkcIIRXIV3YWt1MgU --filternode=/ip4/172.18.140.94/tcp/4442/p2p/16Uiu2HAmJxKSM9BS4tvoUozcKoeiGaApCoyoJb4dVBVVuQmKS2oL
|
|
2026-03-13 04:33:01.711 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.7 waku 0d55bbd999d4fb62c20a4513e46264cb04f4d6d8b60067169f10b26dee10b9fc
|
|
2026-03-13 04:33:01.746 DEBUG [src.node.docker_mananger] Container started with ID 0d55bbd999d4. Setting up logs at ./log/docker/node2_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:01.746 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19732
|
|
2026-03-13 04:33:01.747 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:02.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:02.750 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-13 04:33:02.750 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:02.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:02.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.7/tcp/19733/p2p/16Uiu2HAmF1zfTFcmm7nAYAs2e4oCE7qyMAe1aVJfrWQbNx66oPs6","/ip4/172.18.112.7/tcp/19734/ws/p2p/16Uiu2HAmF1zfTFcmm7nAYAs2e4oCE7qyMAe1aVJfrWQbNx66oPs6"],"enrUri":"enr:-L24QO52LWLRVk353oDpOwUBjOi8-rXWWOs1CrjPQ499ZRHcEYh4rfIwkF3j-O3uPyz-Rh4rUmPtnYLuK8gnvCf2o7MCgmlkgnY0gmlwhKwScAeKbXVsdGlhZGRyc5YACASsEnAHBk0VAAoErBJwBwZNFt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIxjsyNySFQWxCsAgrucT3fOTiLSBc_Pccru9ZLet1VGDdGNwgk0Vg3VkcIJNF4V3YWt1MgA"}'
|
|
2026-03-13 04:33:02.753 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:02.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.140.94/tcp/4442/p2p/16Uiu2HAmJxKSM9BS4tvoUozcKoeiGaApCoyoJb4dVBVVuQmKS2oL"]'
|
|
2026-03-13 04:33:02.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:02.789 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-13 04:33:02.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-13 04:33:02.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:02.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "863128a0-7dfe-43cd-8179-3f883d6805bb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"863128a0-7dfe-43cd-8179-3f883d6805bb","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:02.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:02.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:03.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:03.162 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-13 04:33:03.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.179 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.279 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1773376383163542904,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.283 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-13 04:33:03.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.396 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1773376383284193501,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.400 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-13 04:33:03.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.412 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.512 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1773376383400572294,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.516 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-13 04:33:03.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.527 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.627 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1773376383516375629,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.631 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-13 04:33:03.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.643 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.743 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1773376383632016568,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.747 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-13 04:33:03.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.758 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.858 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1773376383747422806,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.862 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-13 04:33:03.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.874 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:03.974 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:03.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:03.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1773376383862823838,"ephemeral":false}]'
|
|
2026-03-13 04:33:03.978 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-13 04:33:03.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:03.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:03.989 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.089 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1773376383978258943,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.093 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-13 04:33:04.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.104 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.205 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1773376384093538273,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.208 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-13 04:33:04.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.220 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.320 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1773376384209100530,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.324 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-13 04:33:04.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.335 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.436 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1773376384324578340,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.439 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-13 04:33:04.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.451 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.551 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1773376384440242007,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.556 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-13 04:33:04.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.567 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.668 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1773376384556319168,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.671 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-13 04:33:04.672 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.683 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.783 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1773376384672034246,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.787 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-13 04:33:04.788 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.799 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:04.900 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:04.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:04.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1773376384787932830,"ephemeral":false}]'
|
|
2026-03-13 04:33:04.903 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-13 04:33:04.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:04.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:04.915 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.015 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1773376384903802658,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.019 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-13 04:33:05.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.031 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.131 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1773376385020066711,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.135 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-13 04:33:05.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.147 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.247 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1773376385135857530,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.251 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-13 04:33:05.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.263 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.363 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1773376385251787148,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.367 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-13 04:33:05.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.479 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1773376385367845539,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.483 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-13 04:33:05.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.495 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.596 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1773376385483944591,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.599 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-13 04:33:05.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.611 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.711 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1773376385600242231,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.715 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-13 04:33:05.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.827 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1773376385715857005,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.831 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-13 04:33:05.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.843 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:05.943 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:05.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:05.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1773376385831912276,"ephemeral":false}]'
|
|
2026-03-13 04:33:05.947 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-13 04:33:05.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:05.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:05.959 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:06.059 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:06.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:06.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1773376385947964927,"ephemeral":false}]'
|
|
2026-03-13 04:33:06.063 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-13 04:33:06.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:06.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:06.074 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:06.175 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:06.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:06.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1773376386063595961,"ephemeral":false}]'
|
|
2026-03-13 04:33:06.179 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-13 04:33:06.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:06.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:06.190 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:06.291 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:06.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:06.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1773376386179486364,"ephemeral":false}]'
|
|
2026-03-13 04:33:06.295 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-13 04:33:06.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:06.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:06.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:06.407 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:06.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:06.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1773376386295379933,"ephemeral":false}]'
|
|
2026-03-13 04:33:06.411 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-13 04:33:06.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:06.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:06.423 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:06.523 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:06.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19732/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:06.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1773376386411758426,"ephemeral":false}]'
|
|
2026-03-13 04:33:06.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19732/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:06.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:06.582 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:33:06.583 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:33:06.583 DEBUG [src.node.waku_node] Stopping container with id fa1d7b96fb08
|
|
2026-03-13 04:33:07.099 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:07.099 DEBUG [src.node.waku_node] Stopping container with id 0d55bbd999d4
|
|
2026-03-13 04:33:07.671 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:07.671 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:33:07.694 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:07.714 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:07.715 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-13 04:33:07.716 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-13 04:33:07.716 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:07.718 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-13_04-33-00__7e8a0caa-5e81-420b-889a-9772c336a31c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:07.726 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:33:07.726 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa
|
|
2026-03-13 04:33:07.726 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:33:07.727 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-13 04:33:07.727 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-13 04:33:07.733 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:07.733 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:07.734 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:07.734 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:07.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:07.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.65
|
|
2026-03-13 04:33:07.735 DEBUG [src.node.docker_mananger] Generated ports ['19459', '19460', '19461', '19462', '19463']
|
|
2026-03-13 04:33:07.735 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:07.736 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:07.736 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:07.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 19459:19459 -p 19460:19460 -p 19461:19461 -p 19462:19462 -p 19463:19463 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=19461 --rest-port=19459 --tcp-port=19460 --discv5-udp-port=19462 --rest-address=0.0.0.0 --nat=extip:172.18.94.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e82bdc69532bdd89a2cdddea1cc263edc844afbbebd5e3d493bc9cfc34c5aefb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19463 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:33:07.920 ERROR [src.node.docker_mananger] Max retries reached for container fa1d7b96fb08. Exiting log stream.
|
|
2026-03-13 04:33:07.926 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.65 waku b302d4019fbc37a3bb590a7219a35148da6af841197090936e7707b9e482dc0c
|
|
2026-03-13 04:33:07.958 DEBUG [src.node.docker_mananger] Container started with ID b302d4019fbc. Setting up logs at ./log/docker/node1_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:07.958 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19459
|
|
2026-03-13 04:33:07.958 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:08.504 ERROR [src.node.docker_mananger] Max retries reached for container 0d55bbd999d4. Exiting log stream.
|
|
2026-03-13 04:33:08.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19459/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:08.962 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-13 04:33:08.962 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:08.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:08.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.65/tcp/19460/p2p/16Uiu2HAmFJYnJVxgDipyTyVP3BE3uen4BZcY6UGJvWKf7Y6RXyZ1","/ip4/172.18.94.65/tcp/19461/ws/p2p/16Uiu2HAmFJYnJVxgDipyTyVP3BE3uen4BZcY6UGJvWKf7Y6RXyZ1"],"enrUri":"enr:-L24QGK418y8iQU2BwHC8yqYEuCQfjZyhSHXsXAZHwCcC9R-fcyQV2dJmx7wt41oURBODdaVvAHWSZnYJZ1FdgdfF_cCgmlkgnY0gmlwhKwSXkGKbXVsdGlhZGRyc5YACASsEl5BBkwEAAoErBJeQQZMBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJ1aIrykW7JmmkS5mAbe9AvjkZ-HvErcxcCACkt2_JDCDdGNwgkwEg3VkcIJMBoV3YWt1MgU"}'
|
|
2026-03-13 04:33:08.965 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:08.965 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-13 04:33:08.972 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:08.972 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:08.972 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:08.972 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:08.974 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:08.974 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.63
|
|
2026-03-13 04:33:08.974 DEBUG [src.node.docker_mananger] Generated ports ['61334', '61335', '61336', '61337', '61338']
|
|
2026-03-13 04:33:08.974 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:08.974 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:08.974 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:08.975 DEBUG [src.node.docker_mananger] docker run -i -t -p 61334:61334 -p 61335:61335 -p 61336:61336 -p 61337:61337 -p 61338:61338 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=61336 --rest-port=61334 --tcp-port=61335 --discv5-udp-port=61337 --rest-address=0.0.0.0 --nat=extip:172.18.221.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb3ebebda1ab12edfca75a61bc0e5232ebdbe5fc38c9f6177c6dde648cfb8f64 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61338 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGK418y8iQU2BwHC8yqYEuCQfjZyhSHXsXAZHwCcC9R-fcyQV2dJmx7wt41oURBODdaVvAHWSZnYJZ1FdgdfF_cCgmlkgnY0gmlwhKwSXkGKbXVsdGlhZGRyc5YACASsEl5BBkwEAAoErBJeQQZMBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJ1aIrykW7JmmkS5mAbe9AvjkZ-HvErcxcCACkt2_JDCDdGNwgkwEg3VkcIJMBoV3YWt1MgU --filternode=/ip4/172.18.94.65/tcp/19460/p2p/16Uiu2HAmFJYnJVxgDipyTyVP3BE3uen4BZcY6UGJvWKf7Y6RXyZ1
|
|
2026-03-13 04:33:09.161 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.63 waku d454e5b92005eac8acb45ea6fdc8e5f0a94afd8fe8629cccbbb64f95e2e46ab0
|
|
2026-03-13 04:33:09.195 DEBUG [src.node.docker_mananger] Container started with ID d454e5b92005. Setting up logs at ./log/docker/node2_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:09.195 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61334
|
|
2026-03-13 04:33:09.196 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:10.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:10.199 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-13 04:33:10.200 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:10.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:10.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.63/tcp/61335/p2p/16Uiu2HAmTndkCBnF5ZbbHZ917f5HgsTRHYr5aHNoy3PBaWUj4aij","/ip4/172.18.221.63/tcp/61336/ws/p2p/16Uiu2HAmTndkCBnF5ZbbHZ917f5HgsTRHYr5aHNoy3PBaWUj4aij"],"enrUri":"enr:-L24QLqIIcIsXa2YSxydmL0DT5me0ZkF6d3wBoliMNpddjElZCrFg-K1gmyQ63p9Me63tt-xxfvzB4OMEAC1kegm_GUCgmlkgnY0gmlwhKwS3T-KbXVsdGlhZGRyc5YACASsEt0_Bu-XAAoErBLdPwbvmN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4NSm7_nbL91ZVpVI-g5KDKPaG7UoUgffVpw1Ioe2U9CDdGNwgu-Xg3VkcILvmYV3YWt1MgA"}'
|
|
2026-03-13 04:33:10.202 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:10.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.65/tcp/19460/p2p/16Uiu2HAmFJYnJVxgDipyTyVP3BE3uen4BZcY6UGJvWKf7Y6RXyZ1"]'
|
|
2026-03-13 04:33:10.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.238 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-13 04:33:10.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-13 04:33:10.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d3b11944-26db-4df1-a27a-aa69d0fcc75d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d3b11944-26db-4df1-a27a-aa69d0fcc75d","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.465 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:10.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:10.611 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-13 04:33:10.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:10.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.625 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:10.726 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:10.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:10.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1773376390611760877,"ephemeral":false}]'
|
|
2026-03-13 04:33:10.730 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-13 04:33:10.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:10.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.741 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:10.842 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:10.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:10.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1773376390730554212,"ephemeral":false}]'
|
|
2026-03-13 04:33:10.846 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-13 04:33:10.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:10.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.857 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:10.957 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:10.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:10.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1773376390846311609,"ephemeral":false}]'
|
|
2026-03-13 04:33:10.961 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-13 04:33:10.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:10.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:10.973 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.073 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1773376390962137323,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.077 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-13 04:33:11.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.089 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.189 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1773376391077879131,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.193 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-13 04:33:11.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.305 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1773376391193951919,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.310 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-13 04:33:11.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.321 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.422 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1773376391310291591,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.425 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-13 04:33:11.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.437 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.537 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1773376391426007373,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.541 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-13 04:33:11.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.553 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.653 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1773376391541846678,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.657 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-13 04:33:11.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.669 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.769 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1773376391658010616,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.773 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-13 04:33:11.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.785 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:11.885 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:11.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:11.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1773376391773946522,"ephemeral":false}]'
|
|
2026-03-13 04:33:11.889 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-13 04:33:11.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:11.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:11.900 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.000 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1773376391889507389,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.004 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-13 04:33:12.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.117 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1773376392004990776,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.120 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-13 04:33:12.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.132 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.232 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1773376392121174435,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.236 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-13 04:33:12.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.248 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.349 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1773376392236981721,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.352 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-13 04:33:12.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.364 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.465 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1773376392353090871,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.469 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-13 04:33:12.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.481 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.581 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1773376392469419151,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.585 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-13 04:33:12.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.597 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.697 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1773376392585813318,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.701 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-13 04:33:12.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.713 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.813 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1773376392701681662,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.817 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-13 04:33:12.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.829 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:12.929 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:12.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:12.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1773376392817834937,"ephemeral":false}]'
|
|
2026-03-13 04:33:12.933 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-13 04:33:12.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:12.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:12.945 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.046 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1773376392934075762,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.050 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-13 04:33:13.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.062 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.162 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1773376393050503431,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.166 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-13 04:33:13.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.178 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.278 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1773376393166965521,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.282 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-13 04:33:13.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.294 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.394 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1773376393282791446,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.398 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-13 04:33:13.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.410 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.510 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1773376393398714215,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.514 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-13 04:33:13.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.625 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1773376393514264528,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.629 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-13 04:33:13.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.641 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.741 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1773376393629908730,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.745 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-13 04:33:13.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.757 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.857 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1773376393745921713,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.861 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-13 04:33:13.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:13.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:13.873 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:13.973 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:13.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61334/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:13.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1773376393861742820,"ephemeral":false}]'
|
|
2026-03-13 04:33:13.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61334/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:13.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:13.999 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:33:14.000 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:33:14.000 DEBUG [src.node.waku_node] Stopping container with id b302d4019fbc
|
|
2026-03-13 04:33:14.571 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:14.572 DEBUG [src.node.waku_node] Stopping container with id d454e5b92005
|
|
2026-03-13 04:33:15.124 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:15.126 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:33:15.170 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:15.189 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:15.190 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-13 04:33:15.190 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-13 04:33:15.191 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:15.191 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-13_04-33-07__656a5476-0ba7-45aa-b2be-18ecf5f111aa__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:15.200 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:33:15.200 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd
|
|
2026-03-13 04:33:15.200 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:33:15.201 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-13 04:33:15.201 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-13 04:33:15.207 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:15.208 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:15.208 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:15.208 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:15.209 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:15.209 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.175
|
|
2026-03-13 04:33:15.210 DEBUG [src.node.docker_mananger] Generated ports ['10478', '10479', '10480', '10481', '10482']
|
|
2026-03-13 04:33:15.210 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:15.210 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:15.210 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:15.210 DEBUG [src.node.docker_mananger] docker run -i -t -p 10478:10478 -p 10479:10479 -p 10480:10480 -p 10481:10481 -p 10482:10482 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=10480 --rest-port=10478 --tcp-port=10479 --discv5-udp-port=10481 --rest-address=0.0.0.0 --nat=extip:172.18.178.175 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb9f8ec2d0930bcfb76fd17efd9dad9b06bfbfbaaca5ff532dc297cc0fb73db5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10482 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:33:15.404 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.175 waku 9fd8341871699a74dc68f49aa452717161c71fcc80f2e2a5f303d218139373b5
|
|
2026-03-13 04:33:15.437 DEBUG [src.node.docker_mananger] Container started with ID 9fd834187169. Setting up logs at ./log/docker/node1_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:15.438 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10478
|
|
2026-03-13 04:33:15.438 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:15.456 ERROR [src.node.docker_mananger] Max retries reached for container b302d4019fbc. Exiting log stream.
|
|
2026-03-13 04:33:15.979 ERROR [src.node.docker_mananger] Max retries reached for container d454e5b92005. Exiting log stream.
|
|
2026-03-13 04:33:16.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10478/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:16.441 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-13 04:33:16.441 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:16.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10478/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:16.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.175/tcp/10479/p2p/16Uiu2HAmDpckC5Hzu11HZyQzi69NCGrDkSJsLYhz8eNaFu2zazUc","/ip4/172.18.178.175/tcp/10480/ws/p2p/16Uiu2HAmDpckC5Hzu11HZyQzi69NCGrDkSJsLYhz8eNaFu2zazUc"],"enrUri":"enr:-L24QHvyHuiUNiBjAydWGRXCsTnu7fASY8q6ppJv8RZLC-lzeLRTtZPzs_Q3vVCgLjsBYU3TahdCSXYk1xRO8TQcWLMCgmlkgnY0gmlwhKwSsq-KbXVsdGlhZGRyc5YACASsErKvBijvAAoErBKyrwYo8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEVMQ5doYrHy7EN3GT_P0AmdbqYw4T_uV6KKP8Yq2Z52DdGNwgijvg3VkcIIo8YV3YWt1MgU"}'
|
|
2026-03-13 04:33:16.444 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:16.444 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-13 04:33:16.450 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:16.451 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:16.451 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:16.451 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:16.452 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:16.452 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.45
|
|
2026-03-13 04:33:16.452 DEBUG [src.node.docker_mananger] Generated ports ['54468', '54469', '54470', '54471', '54472']
|
|
2026-03-13 04:33:16.453 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:16.453 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:16.453 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:16.453 DEBUG [src.node.docker_mananger] docker run -i -t -p 54468:54468 -p 54469:54469 -p 54470:54470 -p 54471:54471 -p 54472:54472 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=54470 --rest-port=54468 --tcp-port=54469 --discv5-udp-port=54471 --rest-address=0.0.0.0 --nat=extip:172.18.61.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=add106704eaecfb7efadfbb667f7aebc0cc58cdebcfdc231ab5a3dbe7ab01e0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54472 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHvyHuiUNiBjAydWGRXCsTnu7fASY8q6ppJv8RZLC-lzeLRTtZPzs_Q3vVCgLjsBYU3TahdCSXYk1xRO8TQcWLMCgmlkgnY0gmlwhKwSsq-KbXVsdGlhZGRyc5YACASsErKvBijvAAoErBKyrwYo8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEVMQ5doYrHy7EN3GT_P0AmdbqYw4T_uV6KKP8Yq2Z52DdGNwgijvg3VkcIIo8YV3YWt1MgU --filternode=/ip4/172.18.178.175/tcp/10479/p2p/16Uiu2HAmDpckC5Hzu11HZyQzi69NCGrDkSJsLYhz8eNaFu2zazUc
|
|
2026-03-13 04:33:16.638 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.45 waku fba0e7e4a7f3da49cc1e287bf76908779b8c105616c7190759d01b9707588054
|
|
2026-03-13 04:33:16.669 DEBUG [src.node.docker_mananger] Container started with ID fba0e7e4a7f3. Setting up logs at ./log/docker/node2_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:16.670 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54468
|
|
2026-03-13 04:33:16.670 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:17.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:17.673 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-13 04:33:17.673 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:17.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:17.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.45/tcp/54469/p2p/16Uiu2HAm5cySPQ2NyMfVGwQafRh5r5FDSWvmVYvyjMrmdTF9KaBd","/ip4/172.18.61.45/tcp/54470/ws/p2p/16Uiu2HAm5cySPQ2NyMfVGwQafRh5r5FDSWvmVYvyjMrmdTF9KaBd"],"enrUri":"enr:-L24QNVZuRfrzhyo8Seotva2scHAze_Bfb1QVZifoA80fDS9Kk66JcXoxirn0zPaMXx0tP9e7qK-GRBzqipxBZKeEOYCgmlkgnY0gmlwhKwSPS2KbXVsdGlhZGRyc5YACASsEj0tBtTFAAoErBI9LQbUxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECl3n_obLx62ckpx-rbbsgG92esybcZTLpQeEJBcJtRJyDdGNwgtTFg3VkcILUx4V3YWt1MgA"}'
|
|
2026-03-13 04:33:17.676 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:17.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.178.175/tcp/10479/p2p/16Uiu2HAmDpckC5Hzu11HZyQzi69NCGrDkSJsLYhz8eNaFu2zazUc"]'
|
|
2026-03-13 04:33:17.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:17.714 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-13 04:33:17.715 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-13 04:33:17.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:17.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "40f492a7-aa0b-4e52-a26f-0ed0bb6925cb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"40f492a7-aa0b-4e52-a26f-0ed0bb6925cb","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.756 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.776 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.932 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:17.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:17.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:18.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:18.090 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
|
2026-03-13 04:33:18.091 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.105 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.206 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1773376398091164664,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.209 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
|
2026-03-13 04:33:18.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.222 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.322 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1773376398210205522,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.326 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
|
2026-03-13 04:33:18.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.337 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.438 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1773376398326500044,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.442 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
|
2026-03-13 04:33:18.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.453 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.553 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1773376398442303178,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.557 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
|
2026-03-13 04:33:18.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.569 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.669 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1773376398558088593,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.673 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
|
2026-03-13 04:33:18.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.684 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.785 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1773376398673629282,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.789 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
|
2026-03-13 04:33:18.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.801 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:18.901 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:18.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:18.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1773376398789498887,"ephemeral":false}]'
|
|
2026-03-13 04:33:18.905 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
|
2026-03-13 04:33:18.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:18.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:18.917 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.017 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1773376398905629704,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.021 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
|
2026-03-13 04:33:19.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.132 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1773376399021513827,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.136 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
|
2026-03-13 04:33:19.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.148 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.248 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1773376399136924246,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.252 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
|
2026-03-13 04:33:19.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.264 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.364 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1773376399252736921,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.367 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
|
2026-03-13 04:33:19.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.479 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1773376399368079112,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.483 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
|
2026-03-13 04:33:19.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.495 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.595 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1773376399483863173,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.599 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
|
2026-03-13 04:33:19.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.611 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.711 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1773376399599854511,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.716 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
|
2026-03-13 04:33:19.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.727 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.827 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1773376399716527804,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.831 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
|
2026-03-13 04:33:19.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.843 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:19.943 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:19.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:19.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1773376399832003784,"ephemeral":false}]'
|
|
2026-03-13 04:33:19.947 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
|
2026-03-13 04:33:19.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:19.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:19.959 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.059 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1773376399948001439,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.063 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
|
2026-03-13 04:33:20.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.075 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.175 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1773376400064108374,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.179 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
|
2026-03-13 04:33:20.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.191 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.291 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1773376400180151401,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.295 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
|
2026-03-13 04:33:20.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.308 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.408 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1773376400295935821,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.412 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
|
2026-03-13 04:33:20.412 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.424 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.524 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1773376400412552623,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.528 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
|
2026-03-13 04:33:20.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.540 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.640 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1773376400528597882,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.644 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
|
2026-03-13 04:33:20.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.656 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.756 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1773376400644787397,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.760 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
|
2026-03-13 04:33:20.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.772 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.872 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1773376400761115805,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.876 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
|
2026-03-13 04:33:20.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:20.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:20.888 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:20.988 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:20.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:20.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1773376400877063692,"ephemeral":false}]'
|
|
2026-03-13 04:33:20.993 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
|
2026-03-13 04:33:20.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:21.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:21.005 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:21.105 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:21.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:21.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1773376400993344803,"ephemeral":false}]'
|
|
2026-03-13 04:33:21.109 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
|
2026-03-13 04:33:21.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:21.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:21.120 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:21.221 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:21.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:21.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1773376401109523482,"ephemeral":false}]'
|
|
2026-03-13 04:33:21.225 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
|
2026-03-13 04:33:21.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:21.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:21.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:21.337 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:21.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:21.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1773376401225454057,"ephemeral":false}]'
|
|
2026-03-13 04:33:21.340 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
|
2026-03-13 04:33:21.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10478/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:33:21.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:21.352 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:33:21.452 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-13 04:33:21.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54468/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:21.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1773376401341155385,"ephemeral":false}]'
|
|
2026-03-13 04:33:21.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54468/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:21.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:21.478 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:33:21.479 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:33:21.479 DEBUG [src.node.waku_node] Stopping container with id 9fd834187169
|
|
2026-03-13 04:33:22.031 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:22.032 DEBUG [src.node.waku_node] Stopping container with id fba0e7e4a7f3
|
|
2026-03-13 04:33:22.566 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:22.569 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:33:22.591 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:22.610 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:22.611 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-13 04:33:22.611 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-13 04:33:22.611 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:22.612 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-13_04-33-15__8e454898-c545-4738-a1fd-d96f3f50cfdd__wakuorg_nwaku:latest.log
|