mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-30 15:43:32 +00:00
110 lines
20 KiB
Plaintext
110 lines
20 KiB
Plaintext
2026-03-21 04:34:28.428 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:34:28.429 DEBUG [tests.conftest] Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2026-03-21_04-34-28__d48aa580-6a71-4803-924f-fe0c7f36942a
|
|
2026-03-21 04:34:28.429 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:34:28.429 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:34:28.430 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:34:28.438 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:34:28.438 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-34-28__d48aa580-6a71-4803-924f-fe0c7f36942a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:34:28.438 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:34:28.439 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:34:28.440 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:34:28.440 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.134
|
|
2026-03-21 04:34:28.441 DEBUG [src.node.docker_mananger] Generated ports ['27131', '27132', '27133', '27134', '27135']
|
|
2026-03-21 04:34:28.441 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-21 04:34:28.441 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:34:28.441 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:34:28.441 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:34:28.441 DEBUG [src.node.docker_mananger] docker run -i -t -p 27131:27131 -p 27132:27132 -p 27133:27133 -p 27134:27134 -p 27135:27135 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=27133 --rest-port=27131 --tcp-port=27132 --discv5-udp-port=27134 --rest-address=0.0.0.0 --nat=extip:172.18.102.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c3a472a2546de04da111a84697cc507af6378767beba37e4dcf1a85fa9e0b6dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27135 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-21 04:34:28.547 ERROR [src.node.docker_mananger] Max retries reached for container c113af6f6d22. Exiting log stream.
|
|
2026-03-21 04:34:28.654 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.134 waku be4d2577071e50989e21996ec337ba44594c4c839d6daee8c9da5bb84c949d62
|
|
2026-03-21 04:34:28.692 DEBUG [src.node.docker_mananger] Container started with ID be4d2577071e. Setting up logs at ./log/docker/node1_2026-03-21_04-34-28__d48aa580-6a71-4803-924f-fe0c7f36942a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:34:28.693 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27131
|
|
2026-03-21 04:34:28.693 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:34:29.180 ERROR [src.node.docker_mananger] Max retries reached for container 5d4ce4d5ac64. Exiting log stream.
|
|
2026-03-21 04:34:29.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:29.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:34:29.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:29.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:34:29.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:29.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:34:30.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:30.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:34:30.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:30.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:34:30.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:30.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:34:30.216 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:34:30.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27131/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:30.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.134/tcp/27132/p2p/16Uiu2HAmP1DL7sKhBgkbCj5sqj1TLgbzniB2sAYNrQanN8mZnbHN","/ip4/172.18.102.134/tcp/27133/ws/p2p/16Uiu2HAmP1DL7sKhBgkbCj5sqj1TLgbzniB2sAYNrQanN8mZnbHN"],"enrUri":"enr:-L24QPCeZ9pP199gfa-FPrqJIMP90ArZOc-6W-0Y0mcnCOw8b0D6lOma7Hlucdp1y7f1MNg0ZuTL5KryzA7srQWeLGcCgmlkgnY0gmlwhKwSZoaKbXVsdGlhZGRyc5YACASsEmaGBmn8AAoErBJmhgZp_d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmcMpacS6DE3PVYvxLMEnzleGsSueukxB7h0ukY4Y-EWDdGNwgmn8g3VkcIJp_oV3YWt1MgU"}'
|
|
2026-03-21 04:34:30.219 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:34:30.226 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:34:30.227 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-34-28__d48aa580-6a71-4803-924f-fe0c7f36942a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:34:30.227 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:34:30.227 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.165
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.docker_mananger] Generated ports ['21356', '21357', '21358', '21359', '21360']
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:34:30.229 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:34:30.229 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:34:30.230 DEBUG [src.node.docker_mananger] docker run -i -t -p 21356:21356 -p 21357:21357 -p 21358:21358 -p 21359:21359 -p 21360:21360 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=21358 --rest-port=21356 --tcp-port=21357 --discv5-udp-port=21359 --rest-address=0.0.0.0 --nat=extip:172.18.17.165 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ca29aca8ca4beeec9fc5eeac0e8bdb34f5940fcafaef1523cd5caefdaf86d6f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21360 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPCeZ9pP199gfa-FPrqJIMP90ArZOc-6W-0Y0mcnCOw8b0D6lOma7Hlucdp1y7f1MNg0ZuTL5KryzA7srQWeLGcCgmlkgnY0gmlwhKwSZoaKbXVsdGlhZGRyc5YACASsEmaGBmn8AAoErBJmhgZp_d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmcMpacS6DE3PVYvxLMEnzleGsSueukxB7h0ukY4Y-EWDdGNwgmn8g3VkcIJp_oV3YWt1MgU
|
|
2026-03-21 04:34:30.446 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.165 waku d83b2803455467e00ff8cd75d35576cef91de4bdf941738bd34ec572ec204231
|
|
2026-03-21 04:34:30.485 DEBUG [src.node.docker_mananger] Container started with ID d83b28034554. Setting up logs at ./log/docker/node2_2026-03-21_04-34-28__d48aa580-6a71-4803-924f-fe0c7f36942a__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:34:30.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21356
|
|
2026-03-21 04:34:30.486 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:34:31.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:34:31.490 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:34:31.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.165/tcp/21357/p2p/16Uiu2HAmRZhxmJSA5CWPbFm63ZFPtZiexPCbKbnR9ggBXkU1y5XF","/ip4/172.18.17.165/tcp/21358/ws/p2p/16Uiu2HAmRZhxmJSA5CWPbFm63ZFPtZiexPCbKbnR9ggBXkU1y5XF"],"enrUri":"enr:-L24QL9W-_5kyN4qDQxoHQtJ9D8pioM0XiE7twWouAN2afQcQ7V-OUFWN_b6jjRH_MPkr9HZjz5QY2cWQhpKZww5nsQCgmlkgnY0gmlwhKwSEaWKbXVsdGlhZGRyc5YACASsEhGlBlNtAAoErBIRpQZTbt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDv81-4G_jf38F7KPIzds8FxDLgIbuRoAzNbnF_wfqP8qDdGNwglNtg3VkcIJTb4V3YWt1MgE"}'
|
|
2026-03-21 04:34:31.492 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:34:31.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21356/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.134/tcp/27132/p2p/16Uiu2HAmP1DL7sKhBgkbCj5sqj1TLgbzniB2sAYNrQanN8mZnbHN"]'
|
|
2026-03-21 04:34:31.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/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-03-21 04:34:31.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21356/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-03-21 04:34:31.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:34:31.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:34:31.659 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:34:31.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671549559786,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671564428384,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671575987725,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671589276382,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671601905727,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671616684419,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671632066269,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:34:31.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067671646500264,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:34:31.784 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:34:31.785 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:34:31.786 DEBUG [src.node.waku_node] Stopping container with id be4d2577071e
|
|
2026-03-21 04:34:32.385 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:34:32.385 DEBUG [src.node.waku_node] Stopping container with id d83b28034554
|
|
2026-03-21 04:34:32.948 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:34:32.950 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:34:32.988 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:34:33.022 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|