mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-10 05:43:34 +00:00
187 lines
34 KiB
Plaintext
187 lines
34 KiB
Plaintext
2026-02-27 04:35:00.126 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:35:00.127 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2026-02-27_04-35-00__691278b4-d91b-43f3-8db0-24d2473ccd1c
|
|
2026-02-27 04:35:00.128 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:35:00.128 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-27 04:35:00.129 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-27 04:35:00.139 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:35:00.139 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-35-00__691278b4-d91b-43f3-8db0-24d2473ccd1c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:35:00.139 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:35:00.139 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:35:00.141 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:35:00.142 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.112
|
|
2026-02-27 04:35:00.142 DEBUG [src.node.docker_mananger] Generated ports ['27616', '27617', '27618', '27619', '27620']
|
|
2026-02-27 04:35:00.142 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:35:00.143 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:35:00.144 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:35:00.144 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:35:00.145 DEBUG [src.node.docker_mananger] docker run -i -t -p 27616:27616 -p 27617:27617 -p 27618:27618 -p 27619:27619 -p 27620:27620 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=27618 --rest-port=27616 --tcp-port=27617 --discv5-udp-port=27619 --rest-address=0.0.0.0 --nat=extip:172.18.26.112 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=670a08b0ce6e6b3beff2cad10cffb2bdbb55eec2083abbdeddfbe2b0a8a9df36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27620 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-27 04:35:00.330 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.112 waku d4407bb068af4de52bb709c1630088c436329720a9ae9ce598208d0a470afefc
|
|
2026-02-27 04:35:00.352 ERROR [src.node.docker_mananger] Max retries reached for container 479738909d7c. Exiting log stream.
|
|
2026-02-27 04:35:00.365 DEBUG [src.node.docker_mananger] Container started with ID d4407bb068af. Setting up logs at ./log/docker/node1_2026-02-27_04-35-00__691278b4-d91b-43f3-8db0-24d2473ccd1c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:35:00.366 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27616
|
|
2026-02-27 04:35:00.368 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:35:00.962 ERROR [src.node.docker_mananger] Max retries reached for container e3c66c0486ad. Exiting log stream.
|
|
2026-02-27 04:35:01.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:01.371 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-27 04:35:01.371 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:35:01.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:01.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.112/tcp/27617/p2p/16Uiu2HAmL66uXVqDNkiktDeQY3oTdP39BgHQFCxd2EW5kbAmBzQU","/ip4/172.18.26.112/tcp/27618/ws/p2p/16Uiu2HAmL66uXVqDNkiktDeQY3oTdP39BgHQFCxd2EW5kbAmBzQU"],"enrUri":"enr:-L24QLsZODKvF11WOF0aQSjqjxP975mXvTTF-UlStjTbWvYzD3_f4ZUylNZVRV6-aOI6defbhjghsMzJCvAP6vK00_8CgmlkgnY0gmlwhKwSGnCKbXVsdGlhZGRyc5YACASsEhpwBmvhAAoErBIacAZr4t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbnC9y2akFqEh-tYsDaDdvah1CKvLHg8ZYhj36_PWQ0WDdGNwgmvhg3VkcIJr44V3YWt1MgU"}'
|
|
2026-02-27 04:35:01.374 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:35:01.381 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:35:01.382 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-35-00__691278b4-d91b-43f3-8db0-24d2473ccd1c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:35:01.382 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:35:01.382 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:35:01.383 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:35:01.383 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.134
|
|
2026-02-27 04:35:01.384 DEBUG [src.node.docker_mananger] Generated ports ['46155', '46156', '46157', '46158', '46159']
|
|
2026-02-27 04:35:01.384 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:35:01.384 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:35:01.384 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:35:01.384 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:35:01.384 DEBUG [src.node.docker_mananger] docker run -i -t -p 46155:46155 -p 46156:46156 -p 46157:46157 -p 46158:46158 -p 46159:46159 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=46157 --rest-port=46155 --tcp-port=46156 --discv5-udp-port=46158 --rest-address=0.0.0.0 --nat=extip:172.18.237.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c5a1613e72d7eebee87d5b12fca8bcfd3e3c34db3f51d76abdf1de9d7d9feead --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46159 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLsZODKvF11WOF0aQSjqjxP975mXvTTF-UlStjTbWvYzD3_f4ZUylNZVRV6-aOI6defbhjghsMzJCvAP6vK00_8CgmlkgnY0gmlwhKwSGnCKbXVsdGlhZGRyc5YACASsEhpwBmvhAAoErBIacAZr4t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbnC9y2akFqEh-tYsDaDdvah1CKvLHg8ZYhj36_PWQ0WDdGNwgmvhg3VkcIJr44V3YWt1MgU
|
|
2026-02-27 04:35:01.594 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.134 waku c9c95bd348b494c2d5ff60340bd8380387108c2575fae653001f8b3af93d47e9
|
|
2026-02-27 04:35:01.632 DEBUG [src.node.docker_mananger] Container started with ID c9c95bd348b4. Setting up logs at ./log/docker/node2_2026-02-27_04-35-00__691278b4-d91b-43f3-8db0-24d2473ccd1c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:35:01.633 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46155
|
|
2026-02-27 04:35:01.633 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:35:02.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.648 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-27 04:35:02.648 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:35:02.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.134/tcp/46156/p2p/16Uiu2HAmBPqdzazF6fvxqCNGCzKV6CS6fUDBv4GbjCS6DDMTvHQv","/ip4/172.18.237.134/tcp/46157/ws/p2p/16Uiu2HAmBPqdzazF6fvxqCNGCzKV6CS6fUDBv4GbjCS6DDMTvHQv"],"enrUri":"enr:-L24QOimzF0lj-EUcyhtdfLveFR8l2yXR3FqP4HM2DC4BcifAzigqsHHRbi7Wz-flPKfmtZSl4R7lm0wAtPaYhd-oLMCgmlkgnY0gmlwhKwS7YaKbXVsdGlhZGRyc5YACASsEu2GBrRMAAoErBLthga0Td0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7ULAD_tJq2wQXol0cr7eBesMgthsny_8KMy3PEw5mhODdGNwgrRMg3VkcIK0ToV3YWt1MgE"}'
|
|
2026-02-27 04:35:02.658 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:35:02.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46155/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.112/tcp/27617/p2p/16Uiu2HAmL66uXVqDNkiktDeQY3oTdP39BgHQFCxd2EW5kbAmBzQU"]'
|
|
2026-02-27 04:35:02.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:02.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46155/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-27 04:35:02.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:02.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.705 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:02.805 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:02.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902694214334,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:02.810 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:02.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902694214334,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:02.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:02.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.819 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:02.920 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:02.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902814241265,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:02.924 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:02.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:02.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902814241265,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:02.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:02.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:02.934 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.034 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902928342498,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.038 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166902928342498,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.048 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.148 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903043021961,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.152 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.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":1772166903043021961,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.161 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.261 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903156408762,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.266 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903156408762,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.277 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.377 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903271421337,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.382 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903271421337,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.387 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.393 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.493 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903387238966,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.497 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903387238966,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.507 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:35:03.607 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27616/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903501445395,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.611 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:35:03.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46155/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:35:03.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772166903501445395,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:35:03.615 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-27 04:35:03.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.620 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-27 04:35:03.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.625 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-27 04:35:03.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.631 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-02-27 04:35:03.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.637 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-27 04:35:03.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.642 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
|
2026-02-27 04:35:03.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.648 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-27 04:35:03.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.655 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
|
2026-02-27 04:35:03.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.660 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-27 04:35:03.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.668 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
|
2026-02-27 04:35:03.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.672 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-27 04:35:03.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.677 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
|
2026-02-27 04:35:03.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.683 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-27 04:35:03.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.689 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
|
2026-02-27 04:35:03.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.694 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:27616/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-27 04:35:03.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.701 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46155/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
|
2026-02-27 04:35:03.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:35:03.705 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.708 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.711 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.713 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.715 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.719 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.723 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.727 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.731 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27616/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-27 04:35:03.735 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:27616/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-27 04:35:03.737 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:35:03.738 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:35:03.739 DEBUG [src.node.waku_node] Stopping container with id d4407bb068af
|
|
2026-02-27 04:35:04.300 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:35:04.300 DEBUG [src.node.waku_node] Stopping container with id c9c95bd348b4
|
|
2026-02-27 04:35:04.895 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:35:04.898 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:35:04.928 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:35:04.944 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|