mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
187 lines
34 KiB
Plaintext
187 lines
34 KiB
Plaintext
2026-02-26 04:36:08.682 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-26 04:36:08.683 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2026-02-26_04-36-08__56f1f6ee-b2bc-4703-a5b6-c06c2668693c
|
|
2026-02-26 04:36:08.683 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-26 04:36:08.683 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-26 04:36:08.683 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-26 04:36:08.691 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:36:08.691 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-26_04-36-08__56f1f6ee-b2bc-4703-a5b6-c06c2668693c__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:36:08.691 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:36:08.691 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:36:08.693 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:36:08.693 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.198
|
|
2026-02-26 04:36:08.693 DEBUG [src.node.docker_mananger] Generated ports ['51124', '51125', '51126', '51127', '51128']
|
|
2026-02-26 04:36:08.693 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:36:08.694 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:36:08.694 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:36:08.694 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:36:08.694 DEBUG [src.node.docker_mananger] docker run -i -t -p 51124:51124 -p 51125:51125 -p 51126:51126 -p 51127:51127 -p 51128:51128 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=51126 --rest-port=51124 --tcp-port=51125 --discv5-udp-port=51127 --rest-address=0.0.0.0 --nat=extip:172.18.237.198 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=633e8c4dc5da4aae25f52ddec1a7d0f3ab3658991477efafef715c1fdf0d3228 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51128 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-26 04:36:08.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.198 waku 4362b79b087fc5fe183f6e5d323df8616153124bb0c22da73488b5f382fe0022
|
|
2026-02-26 04:36:08.917 DEBUG [src.node.docker_mananger] Container started with ID 4362b79b087f. Setting up logs at ./log/docker/node1_2026-02-26_04-36-08__56f1f6ee-b2bc-4703-a5b6-c06c2668693c__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:36:08.917 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51124
|
|
2026-02-26 04:36:08.917 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:36:08.922 ERROR [src.node.docker_mananger] Max retries reached for container 47df47da21bc. Exiting log stream.
|
|
2026-02-26 04:36:09.485 ERROR [src.node.docker_mananger] Max retries reached for container 97922c4099f6. Exiting log stream.
|
|
2026-02-26 04:36:09.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:09.921 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-02-26 04:36:09.921 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:36:09.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:09.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.198/tcp/51125/p2p/16Uiu2HAmLLCzbP8GULpw8kEb7EihZ7Nehxu4LTy14eUTkY1pFNR3","/ip4/172.18.237.198/tcp/51126/ws/p2p/16Uiu2HAmLLCzbP8GULpw8kEb7EihZ7Nehxu4LTy14eUTkY1pFNR3"],"enrUri":"enr:-L24QDX_3pTws5ATczflO6RK_mu6VRT5szAcwKnUp6JjhBxqK_sIBDt5pRlXvtmiOhINhTMm_yHakGbndxNjx3cr78ACgmlkgnY0gmlwhKwS7caKbXVsdGlhZGRyc5YACASsEu3GBse1AAoErBLtxgbHtt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDcg3BdnME3JmmSWCZkMs7ZxIJ536T-gMGZCjgKK-fNsaDdGNwgse1g3VkcILHt4V3YWt1MgU"}'
|
|
2026-02-26 04:36:09.924 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:36:09.931 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-26 04:36:09.931 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-26_04-36-08__56f1f6ee-b2bc-4703-a5b6-c06c2668693c__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:36:09.931 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-26 04:36:09.931 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.18
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.docker_mananger] Generated ports ['50561', '50562', '50563', '50564', '50565']
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-26 04:36:09.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-26 04:36:09.933 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-26 04:36:09.934 DEBUG [src.node.docker_mananger] docker run -i -t -p 50561:50561 -p 50562:50562 -p 50563:50563 -p 50564:50564 -p 50565:50565 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=50563 --rest-port=50561 --tcp-port=50562 --discv5-udp-port=50564 --rest-address=0.0.0.0 --nat=extip:172.18.148.18 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f31cc7ae6d6c8a7bfcdaa7ed11eab38fb3b8f90c8fca8db6daf4aba25af8fd6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50565 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDX_3pTws5ATczflO6RK_mu6VRT5szAcwKnUp6JjhBxqK_sIBDt5pRlXvtmiOhINhTMm_yHakGbndxNjx3cr78ACgmlkgnY0gmlwhKwS7caKbXVsdGlhZGRyc5YACASsEu3GBse1AAoErBLtxgbHtt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDcg3BdnME3JmmSWCZkMs7ZxIJ536T-gMGZCjgKK-fNsaDdGNwgse1g3VkcILHt4V3YWt1MgU
|
|
2026-02-26 04:36:10.124 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.18 waku d98c5b60bfe1c8c8eb105f2540d49c2da951640c24748633df774f644fa91f24
|
|
2026-02-26 04:36:10.158 DEBUG [src.node.docker_mananger] Container started with ID d98c5b60bfe1. Setting up logs at ./log/docker/node2_2026-02-26_04-36-08__56f1f6ee-b2bc-4703-a5b6-c06c2668693c__wakuorg_nwaku:latest.log
|
|
2026-02-26 04:36:10.159 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50561
|
|
2026-02-26 04:36:10.159 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-26 04:36:11.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.185 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_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-02-26 04:36:11.188 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-26 04:36:11.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.18/tcp/50562/p2p/16Uiu2HAmNbbAiZU9Mjx6mpSW5jH1KYQwfiYi5dbjGFapAx1BsgvU","/ip4/172.18.148.18/tcp/50563/ws/p2p/16Uiu2HAmNbbAiZU9Mjx6mpSW5jH1KYQwfiYi5dbjGFapAx1BsgvU"],"enrUri":"enr:-L24QPP_CBtgW5QEjY6LN8sw7BNvrNFkxWJdU8IBVEF4FhOYfqlTIimkYtpxlHARDUzIV_6KQ76NHVV7VfbFFeG8HPkCgmlkgnY0gmlwhKwSlBKKbXVsdGlhZGRyc5YACASsEpQSBsWCAAoErBKUEgbFg90DgnJzhQACAQAAiXNlY3AyNTZrMaEDk7XqH4TmhFG49LsoNYZrjgos1T8jIg3zX0xsc2htWkmDdGNwgsWCg3VkcILFhIV3YWt1MgE"}'
|
|
2026-02-26 04:36:11.195 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-26 04:36:11.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50561/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.237.198/tcp/51125/p2p/16Uiu2HAmLLCzbP8GULpw8kEb7EihZ7Nehxu4LTy14eUTkY1pFNR3"]'
|
|
2026-02-26 04:36:11.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-26 04:36:11.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-26 04:36:11.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.245 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.345 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571236068927,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.350 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571236068927,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.361 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.461 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571355029882,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.466 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571355029882,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.470 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.475 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.575 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571470318456,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.579 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.582 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571470318456,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.589 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.689 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571583583087,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.694 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571583583087,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.704 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.804 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571698351010,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.809 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571698351010,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.818 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:11.918 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571813217056,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.923 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:11.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:11.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571813217056,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:11.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:11.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:11.932 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:12.032 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:12.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:12.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571927035624,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:12.037 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:12.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:12.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080571927035624,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:12.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.047 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-26 04:36:12.147 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:12.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:12.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080572042324249,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:12.152 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-26 04:36:12.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50561/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-26 04:36:12.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772080572042324249,"ephemeral":false,"proof":""}]'
|
|
2026-02-26 04:36:12.156 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-26 04:36:12.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.161 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-26 04:36:12.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.167 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-26 04:36:12.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.173 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-26 04:36:12.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.177 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-26 04:36:12.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.183 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-26 04:36:12.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.188 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-26 04:36:12.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.194 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-26 04:36:12.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.200 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-26 04:36:12.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.205 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-26 04:36:12.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.211 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-26 04:36:12.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.216 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-26 04:36:12.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.222 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-26 04:36:12.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.228 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-26 04:36:12.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.233 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:51124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-26 04:36:12.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.239 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:50561/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-26 04:36:12.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-26 04:36:12.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.247 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-02-26 04:36:12.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.251 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-02-26 04:36:12.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.255 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-02-26 04:36:12.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.259 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2026-02-26 04:36:12.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.263 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2026-02-26 04:36:12.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.267 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2026-02-26 04:36:12.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.271 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2026-02-26 04:36:12.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-26 04:36:12.275 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2026-02-26 04:36:12.277 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-26 04:36:12.278 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-26 04:36:12.279 DEBUG [src.node.waku_node] Stopping container with id 4362b79b087f
|
|
2026-02-26 04:36:12.847 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:36:12.851 DEBUG [src.node.waku_node] Stopping container with id d98c5b60bfe1
|
|
2026-02-26 04:36:13.415 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-26 04:36:13.417 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-26 04:36:13.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-26 04:36:13.448 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|