mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
108 lines
20 KiB
Plaintext
108 lines
20 KiB
Plaintext
2026-03-21 04:35:34.324 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:35:34.325 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_relay_node2 with id: 2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569
|
|
2026-03-21 04:35:34.325 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:35:34.325 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-21 04:35:34.331 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:35:34.332 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:34.332 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:35:34.332 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:35:34.333 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:35:34.333 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.46
|
|
2026-03-21 04:35:34.334 DEBUG [src.node.docker_mananger] Generated ports ['29916', '29917', '29918', '29919', '29920']
|
|
2026-03-21 04:35:34.334 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:35:34.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:35:34.334 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:35:34.334 DEBUG [src.node.docker_mananger] docker run -i -t -p 29916:29916 -p 29917:29917 -p 29918:29918 -p 29919:29919 -p 29920:29920 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=29918 --rest-port=29916 --tcp-port=29917 --discv5-udp-port=29919 --rest-address=0.0.0.0 --nat=extip:172.18.42.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d9bcffc6832fadbfeda67de4e3c57afa4a0bb84a35c7dbad0637e5eec5208dbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29920 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-21 04:35:34.493 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.46 waku 634159015baf37b0f7d61365558e81bcd859de977f89aa2708f475cd3c76de1a
|
|
2026-03-21 04:35:34.520 DEBUG [src.node.docker_mananger] Container started with ID 634159015baf. Setting up logs at ./log/docker/receiving_node1_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:34.520 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29916
|
|
2026-03-21 04:35:34.520 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:35:34.649 ERROR [src.node.docker_mananger] Max retries reached for container 05fa2e9a0155. Exiting log stream.
|
|
2026-03-21 04:35:35.118 ERROR [src.node.docker_mananger] Max retries reached for container 2cef0d2d7d49. Exiting log stream.
|
|
2026-03-21 04:35:35.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29916/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:35.523 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-21 04:35:35.524 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:35:35.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29916/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:35.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.46/tcp/29917/p2p/16Uiu2HAkvzqbvtmHBEpVZkpr1GcL8YRJLTUKksNwypz3kHasDnBC","/ip4/172.18.42.46/tcp/29918/ws/p2p/16Uiu2HAkvzqbvtmHBEpVZkpr1GcL8YRJLTUKksNwypz3kHasDnBC"],"enrUri":"enr:-L24QBagKLX4poeGf-fUpmGl7H_MzwWf80j1boDFpo89HiI5RcVPNd80kdOIP5tWfhzIS3trSV35b-re_Ib5C5E2K94CgmlkgnY0gmlwhKwSKi6KbXVsdGlhZGRyc5YACASsEiouBnTdAAoErBIqLgZ03t0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1q8A-4Ee1i6Z0iJl0klA1tkQU9Ma3O4GnIKudZYkcODdGNwgnTdg3VkcIJ034V3YWt1Mgk"}'
|
|
2026-03-21 04:35:35.526 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:35:35.532 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:35:35.532 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:35.532 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:35:35.533 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.181
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.docker_mananger] Generated ports ['56773', '56774', '56775', '56776', '56777']
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:35:35.534 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:35:35.534 DEBUG [src.node.docker_mananger] docker run -i -t -p 56773:56773 -p 56774:56774 -p 56775:56775 -p 56776:56776 -p 56777:56777 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=56775 --rest-port=56773 --tcp-port=56774 --discv5-udp-port=56776 --rest-address=0.0.0.0 --nat=extip:172.18.116.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae561dadb1cefe7846afa13765efc0fedfcf86afe5423ab392098831dea4d3ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56777 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-21 04:35:35.702 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.181 waku 3316219db1d7bb5e6cdcc7a5a555f2e971967e3ce7d6303795ba8be3f3a095a7
|
|
2026-03-21 04:35:35.728 DEBUG [src.node.docker_mananger] Container started with ID 3316219db1d7. Setting up logs at ./log/docker/receiving_node2_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:35.729 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56773
|
|
2026-03-21 04:35:35.730 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:35:36.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56773/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:36.733 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-21 04:35:36.733 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:35:36.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56773/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:36.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.181/tcp/56774/p2p/16Uiu2HAmTMdKExjCdGvWQfHZvNBzpoVPJ9aS1sJwNhJZTqkpJ2Nt","/ip4/172.18.116.181/tcp/56775/ws/p2p/16Uiu2HAmTMdKExjCdGvWQfHZvNBzpoVPJ9aS1sJwNhJZTqkpJ2Nt"],"enrUri":"enr:-L24QBlfIjatY8f3jk2fcrWlsulVLrkPNCzudt3LPmj0d7-qGOujNn5nUihUTVp0lNC8athi7x_i30Oh0YZAUb6J4NMCgmlkgnY0gmlwhKwSdLWKbXVsdGlhZGRyc5YACASsEnS1Bt3GAAoErBJ0tQbdx90DgnJzhQADAQAAiXNlY3AyNTZrMaED2mylOxYn6MP_QGtWgCRGfXMNY-0Eb-3zWVeMSZIJlZGDdGNwgt3Gg3VkcILdyIV3YWt1MgE"}'
|
|
2026-03-21 04:35:36.736 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:35:36.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56773/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.42.46/tcp/29917/p2p/16Uiu2HAkvzqbvtmHBEpVZkpr1GcL8YRJLTUKksNwypz3kHasDnBC"]'
|
|
2026-03-21 04:35:36.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:36.784 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:35:36.784 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:36.784 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:35:36.785 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:35:36.786 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:35:36.787 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.111
|
|
2026-03-21 04:35:36.787 DEBUG [src.node.docker_mananger] Generated ports ['18492', '18493', '18494', '18495', '18496']
|
|
2026-03-21 04:35:36.787 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:35:36.789 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:35:36.789 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:35:36.789 DEBUG [src.node.docker_mananger] docker run -i -t -p 18492:18492 -p 18493:18493 -p 18494:18494 -p 18495:18495 -p 18496:18496 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=18494 --rest-port=18492 --tcp-port=18493 --discv5-udp-port=18495 --rest-address=0.0.0.0 --nat=extip:172.18.114.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=841b4b683ef4156fd5f74f115b52becb04c7eed78f8991bd7e5c5256b4a37416 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18496 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBagKLX4poeGf-fUpmGl7H_MzwWf80j1boDFpo89HiI5RcVPNd80kdOIP5tWfhzIS3trSV35b-re_Ib5C5E2K94CgmlkgnY0gmlwhKwSKi6KbXVsdGlhZGRyc5YACASsEiouBnTdAAoErBIqLgZ03t0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1q8A-4Ee1i6Z0iJl0klA1tkQU9Ma3O4GnIKudZYkcODdGNwgnTdg3VkcIJ034V3YWt1Mgk --lightpushnode=/ip4/172.18.42.46/tcp/29917/p2p/16Uiu2HAkvzqbvtmHBEpVZkpr1GcL8YRJLTUKksNwypz3kHasDnBC --lightpush=true --relay=true
|
|
2026-03-21 04:35:36.948 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.111 waku d860747712caaf8d5ca25b8f81ffa1f38b4b56b0d385044d3962ed2998e3b201
|
|
2026-03-21 04:35:36.975 DEBUG [src.node.docker_mananger] Container started with ID d860747712ca. Setting up logs at ./log/docker/lightpush_node1_2026-03-21_04-35-34__7c342dba-4eed-4253-a632-0997242e6569__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:35:36.976 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18492
|
|
2026-03-21 04:35:36.976 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:35:37.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18492/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:37.988 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-21 04:35:37.989 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:35:37.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18492/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:38.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.111/tcp/18493/p2p/16Uiu2HAmCXiCRzsHJsnZ8jnpWxA7nRnc8ARWmms5eDHduQEdVGxo","/ip4/172.18.114.111/tcp/18494/ws/p2p/16Uiu2HAmCXiCRzsHJsnZ8jnpWxA7nRnc8ARWmms5eDHduQEdVGxo"],"enrUri":"enr:-L24QP4sqAo2Tgq4YHTI8ikJDyBTP9XV6cBMqUKS3rutZ6seMzauB5KycSISpL13ilv35NvgYPQSy1d19MU02x4zjuYCgmlkgnY0gmlwhKwScm-KbXVsdGlhZGRyc5YACASsEnJvBkg9AAoErBJybwZIPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_iKrnswZB4WcsLNQVKQY68Xe4R-7oLEeyqVjIWXUi0CDdGNwgkg9g3VkcIJIP4V3YWt1Mgk"}'
|
|
2026-03-21 04:35:38.011 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:35:38.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18492/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.42.46/tcp/29917/p2p/16Uiu2HAkvzqbvtmHBEpVZkpr1GcL8YRJLTUKksNwypz3kHasDnBC"]'
|
|
2026-03-21 04:35:38.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18492/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.181/tcp/56774/p2p/16Uiu2HAmTMdKExjCdGvWQfHZvNBzpoVPJ9aS1sJwNhJZTqkpJ2Nt"]'
|
|
2026-03-21 04:35:38.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29916/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-21 04:35:38.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56773/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-21 04:35:38.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18492/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-21 04:35:38.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.058 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-21 04:35:38.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18492/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774067738058057503}}'
|
|
2026-03-21 04:35:38.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:35:38.069 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:35:38.169 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-21 04:35:38.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29916/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:38.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067738058057503,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:35:38.174 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-21 04:35:38.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56773/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:38.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067738058057503,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:35:38.178 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-21 04:35:38.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:35:38.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067738058057503,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:35:38.182 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:35:38.183 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:35:38.183 DEBUG [src.node.waku_node] Stopping container with id 634159015baf
|
|
2026-03-21 04:35:38.662 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:35:38.663 DEBUG [src.node.waku_node] Stopping container with id 3316219db1d7
|
|
2026-03-21 04:35:39.129 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:35:39.131 DEBUG [src.node.waku_node] Stopping container with id d860747712ca
|
|
2026-03-21 04:35:39.476 ERROR [src.node.docker_mananger] Max retries reached for container 634159015baf. Exiting log stream.
|
|
2026-03-21 04:35:39.621 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:35:39.621 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:35:39.631 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:35:39.640 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:35:39.647 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|