mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
108 lines
20 KiB
Plaintext
108 lines
20 KiB
Plaintext
2026-03-01 04:38:18.405 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:38:18.406 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_full with id: 2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d
|
|
2026-03-01 04:38:18.406 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:38:18.406 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-01 04:38:18.413 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:18.413 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:18.413 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:18.414 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:18.415 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:18.415 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.109
|
|
2026-03-01 04:38:18.415 DEBUG [src.node.docker_mananger] Generated ports ['33004', '33005', '33006', '33007', '33008']
|
|
2026-03-01 04:38:18.416 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:18.416 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:18.416 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:18.416 DEBUG [src.node.docker_mananger] docker run -i -t -p 33004:33004 -p 33005:33005 -p 33006:33006 -p 33007:33007 -p 33008:33008 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=33006 --rest-port=33004 --tcp-port=33005 --discv5-udp-port=33007 --rest-address=0.0.0.0 --nat=extip:172.18.44.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=83cee2c5bacb53beebeaca6bf25da21e46f04c75a4faceed284dd4344b9e4c41 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33008 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-01 04:38:18.604 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.109 waku fe84febc482b9da0653b03b521ffcb684c12063421465ddd2f11148e8f233702
|
|
2026-03-01 04:38:18.632 ERROR [src.node.docker_mananger] Max retries reached for container 48142896c015. Exiting log stream.
|
|
2026-03-01 04:38:18.639 DEBUG [src.node.docker_mananger] Container started with ID fe84febc482b. Setting up logs at ./log/docker/receiving_node1_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:18.640 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33004
|
|
2026-03-01 04:38:18.640 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:19.204 ERROR [src.node.docker_mananger] Max retries reached for container 69958ccedc4b. Exiting log stream.
|
|
2026-03-01 04:38:19.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33004/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:19.643 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:38:19.643 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:19.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33004/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:19.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.109/tcp/33005/p2p/16Uiu2HAm3AAxzLUUQfQLiLKSXDtGkL3eK6G4i4dzAayCf6YGnt33","/ip4/172.18.44.109/tcp/33006/ws/p2p/16Uiu2HAm3AAxzLUUQfQLiLKSXDtGkL3eK6G4i4dzAayCf6YGnt33"],"enrUri":"enr:-L24QD1W4C-7zha66Om8m492Z4VVqqhP0zB4WAUBFoIQhP25Fsn2oTuYOHVbRVbzm2bcUfiiZEco6kJ85ECVonDQ2vwCgmlkgnY0gmlwhKwSLG2KbXVsdGlhZGRyc5YACASsEixtBoDtAAoErBIsbQaA7t0DgnJzhQADAQAAiXNlY3AyNTZrMaECcuT6KVa1atoFGywIpSZe1a7-z8juf9OcciCLwVeFvzqDdGNwgoDtg3VkcIKA74V3YWt1Mg0"}'
|
|
2026-03-01 04:38:19.646 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:19.653 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:19.654 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:19.654 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:19.654 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:19.655 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:19.655 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.201
|
|
2026-03-01 04:38:19.656 DEBUG [src.node.docker_mananger] Generated ports ['38901', '38902', '38903', '38904', '38905']
|
|
2026-03-01 04:38:19.656 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:19.656 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:19.656 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:19.656 DEBUG [src.node.docker_mananger] docker run -i -t -p 38901:38901 -p 38902:38902 -p 38903:38903 -p 38904:38904 -p 38905:38905 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=38903 --rest-port=38901 --tcp-port=38902 --discv5-udp-port=38904 --rest-address=0.0.0.0 --nat=extip:172.18.21.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b2a38eddc3cece02c94de52f3a18dc6e443aa65c20160ccbec23fec235adaeb4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38905 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-01 04:38:19.845 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.201 waku 3d3742f8853f6bd4be0fdacbf279239d09138e37a23f9576d9618ea23abff6d5
|
|
2026-03-01 04:38:19.881 DEBUG [src.node.docker_mananger] Container started with ID 3d3742f8853f. Setting up logs at ./log/docker/receiving_node2_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:19.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38901
|
|
2026-03-01 04:38:19.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:20.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:20.885 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-03-01 04:38:20.885 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:20.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:20.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.201/tcp/38902/p2p/16Uiu2HAmNBoSL6FNEKovLzzUy3hsogHo4JN7GcZqgrx3W8YRtkUx","/ip4/172.18.21.201/tcp/38903/ws/p2p/16Uiu2HAmNBoSL6FNEKovLzzUy3hsogHo4JN7GcZqgrx3W8YRtkUx"],"enrUri":"enr:-L24QN8CEwmUbU_89dxPqULT6-e59H0jXWv-_0fqLfhKKczjWK7y5YVGZoEbG4bi9nlcMAOGQKa8d16c_gsewcrav-ECgmlkgnY0gmlwhKwSFcmKbXVsdGlhZGRyc5YACASsEhXJBpf2AAoErBIVyQaX990DgnJzhQADAQAAiXNlY3AyNTZrMaEDjZ3ZEkDmH287ggiuG-8Euxo8nnCVMd6C0Xp16X6IWXmDdGNwgpf2g3VkcIKX-IV3YWt1MgE"}'
|
|
2026-03-01 04:38:20.888 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:20.889 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38901/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.44.109/tcp/33005/p2p/16Uiu2HAm3AAxzLUUQfQLiLKSXDtGkL3eK6G4i4dzAayCf6YGnt33"]'
|
|
2026-03-01 04:38:20.931 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:20.939 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:38:20.940 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:20.940 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:38:20.940 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:38:20.941 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:38:20.942 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.57
|
|
2026-03-01 04:38:20.942 DEBUG [src.node.docker_mananger] Generated ports ['13972', '13973', '13974', '13975', '13976']
|
|
2026-03-01 04:38:20.942 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:38:20.942 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:38:20.942 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:38:20.942 DEBUG [src.node.docker_mananger] docker run -i -t -p 13972:13972 -p 13973:13973 -p 13974:13974 -p 13975:13975 -p 13976:13976 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=13974 --rest-port=13972 --tcp-port=13973 --discv5-udp-port=13975 --rest-address=0.0.0.0 --nat=extip:172.18.79.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3d2dfb9d9f3cafbe7a7bcadccc4b2813988bfbdca3a5e9a2dabbabd44c1d9afb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13976 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD1W4C-7zha66Om8m492Z4VVqqhP0zB4WAUBFoIQhP25Fsn2oTuYOHVbRVbzm2bcUfiiZEco6kJ85ECVonDQ2vwCgmlkgnY0gmlwhKwSLG2KbXVsdGlhZGRyc5YACASsEixtBoDtAAoErBIsbQaA7t0DgnJzhQADAQAAiXNlY3AyNTZrMaECcuT6KVa1atoFGywIpSZe1a7-z8juf9OcciCLwVeFvzqDdGNwgoDtg3VkcIKA74V3YWt1Mg0 --lightpushnode=/ip4/172.18.44.109/tcp/33005/p2p/16Uiu2HAm3AAxzLUUQfQLiLKSXDtGkL3eK6G4i4dzAayCf6YGnt33 --lightpush=true --relay=true
|
|
2026-03-01 04:38:21.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.57 waku 0ab30abd3f80fea83bf90db986ba393b611ac653b20dfeda21d30ffad7eca880
|
|
2026-03-01 04:38:21.173 DEBUG [src.node.docker_mananger] Container started with ID 0ab30abd3f80. Setting up logs at ./log/docker/lightpush_node1_2026-03-01_04-38-18__c1149122-1d3d-4508-a646-bdad4e8de12d__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:38:21.174 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13972
|
|
2026-03-01 04:38:21.174 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:38:22.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13972/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:22.187 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-01 04:38:22.187 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:38:22.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13972/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:22.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.57/tcp/13973/p2p/16Uiu2HAm5ycgo6ofBmnY6wCcQzp4TiVvgBuAgNkBxZGW2rAPVmeh","/ip4/172.18.79.57/tcp/13974/ws/p2p/16Uiu2HAm5ycgo6ofBmnY6wCcQzp4TiVvgBuAgNkBxZGW2rAPVmeh"],"enrUri":"enr:-L24QK2I_nYI97cc1n_2ywUFcbsvqR4Y4EMUvbMj6GoAeN55Je9Rg0NR65597R86eY_-VTOibsLAkKHtJ8dZpl_z1BcCgmlkgnY0gmlwhKwSTzmKbXVsdGlhZGRyc5YACASsEk85BjaVAAoErBJPOQY2lt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnMO7TtJko2JWEESJJRdwD-ZaQo0QMqVZZ9vfBBB3INqDdGNwgjaVg3VkcII2l4V3YWt1Mgk"}'
|
|
2026-03-01 04:38:22.211 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:38:22.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13972/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.44.109/tcp/33005/p2p/16Uiu2HAm3AAxzLUUQfQLiLKSXDtGkL3eK6G4i4dzAayCf6YGnt33"]'
|
|
2026-03-01 04:38:22.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13972/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.201/tcp/38902/p2p/16Uiu2HAmNBoSL6FNEKovLzzUy3hsogHo4JN7GcZqgrx3W8YRtkUx"]'
|
|
2026-03-01 04:38:22.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33004/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:38:22.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38901/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:38:22.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.259 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13972/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:38:22.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.263 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:38:22.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13972/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772339902263781778}}'
|
|
2026-03-01 04:38:22.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:38:22.278 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:38:22.378 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-01 04:38:22.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33004/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:22.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772339902263781778,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:38:22.383 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-01 04:38:22.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38901/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:22.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772339902263781778,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:38:22.387 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-01 04:38:22.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13972/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:38:22.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772339902263781778,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:38:22.392 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:38:22.393 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:38:22.393 DEBUG [src.node.waku_node] Stopping container with id fe84febc482b
|
|
2026-03-01 04:38:22.966 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:22.969 DEBUG [src.node.waku_node] Stopping container with id 3d3742f8853f
|
|
2026-03-01 04:38:23.518 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:23.520 DEBUG [src.node.waku_node] Stopping container with id 0ab30abd3f80
|
|
2026-03-01 04:38:23.780 ERROR [src.node.docker_mananger] Max retries reached for container fe84febc482b. Exiting log stream.
|
|
2026-03-01 04:38:24.042 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:38:24.043 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:38:24.053 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:24.061 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:38:24.069 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|