mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-22 11:43:11 +00:00
139 lines
26 KiB
Plaintext
139 lines
26 KiB
Plaintext
2026-03-14 04:36:50.917 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-14 04:36:50.918 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89
|
|
2026-03-14 04:36:50.918 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-14 04:36:50.918 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-14 04:36:50.926 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:36:50.926 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:50.926 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:36:50.926 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:36:50.928 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:36:50.928 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.202
|
|
2026-03-14 04:36:50.928 DEBUG [src.node.docker_mananger] Generated ports ['41874', '41875', '41876', '41877', '41878']
|
|
2026-03-14 04:36:50.928 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:36:50.928 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:36:50.928 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:36:50.929 DEBUG [src.node.docker_mananger] docker run -i -t -p 41874:41874 -p 41875:41875 -p 41876:41876 -p 41877:41877 -p 41878:41878 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=41876 --rest-port=41874 --tcp-port=41875 --discv5-udp-port=41877 --rest-address=0.0.0.0 --nat=extip:172.18.59.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=53c1f3ab3bae4ee1ac87ec51d5ae958f8783bac2dda4e42ab48ecfee5f5fdbcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41878 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-14 04:36:51.136 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.202 waku cf2181fbf698bbf521b9330624ac1031e83df7e5f8d4b856c3a57dfaf78f67a8
|
|
2026-03-14 04:36:51.173 DEBUG [src.node.docker_mananger] Container started with ID cf2181fbf698. Setting up logs at ./log/docker/receiving_node1_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:51.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41874
|
|
2026-03-14 04:36:51.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:36:51.190 ERROR [src.node.docker_mananger] Max retries reached for container 5be3b74126b6. Exiting log stream.
|
|
2026-03-14 04:36:51.721 ERROR [src.node.docker_mananger] Max retries reached for container 50950a05abc4. Exiting log stream.
|
|
2026-03-14 04:36:52.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41874/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:52.178 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-14 04:36:52.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:36:52.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41874/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:52.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp","/ip4/172.18.59.202/tcp/41876/ws/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp"],"enrUri":"enr:-L24QN_DP8lspC2rnZgTGXe4JKKOEuGDTKnP-WY36dvYPrQzZS2vVK8mm_VYnfI-WltpkA2rYm9mtmhjRFRP6yAH4soCgmlkgnY0gmlwhKwSO8qKbXVsdGlhZGRyc5YACASsEjvKBqOTAAoErBI7ygajlN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZyVhm3pNAIDJVYgsM7Xu1EpnQfQRyguKJ6ama7fxhVWDdGNwgqOTg3VkcIKjlYV3YWt1Mg0"}'
|
|
2026-03-14 04:36:52.182 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:36:52.189 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:36:52.189 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:52.190 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:36:52.190 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:36:52.191 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:36:52.191 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.91
|
|
2026-03-14 04:36:52.192 DEBUG [src.node.docker_mananger] Generated ports ['21097', '21098', '21099', '21100', '21101']
|
|
2026-03-14 04:36:52.192 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:36:52.192 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:36:52.192 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:36:52.192 DEBUG [src.node.docker_mananger] docker run -i -t -p 21097:21097 -p 21098:21098 -p 21099:21099 -p 21100:21100 -p 21101:21101 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=21099 --rest-port=21097 --tcp-port=21098 --discv5-udp-port=21100 --rest-address=0.0.0.0 --nat=extip:172.18.110.91 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f3a21a7d7e9a3568577d13ce2affb347dad49b8f6978198a161bfbe01ededbe4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21101 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp
|
|
2026-03-14 04:36:52.398 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.91 waku c55723d0e8facc334ec4cbd2115946f6495552911fa1f496a8a2baa711e64271
|
|
2026-03-14 04:36:52.433 DEBUG [src.node.docker_mananger] Container started with ID c55723d0e8fa. Setting up logs at ./log/docker/receiving_node2_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:52.434 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21097
|
|
2026-03-14 04:36:52.435 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:36:53.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21097/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:53.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-14 04:36:53.438 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:36:53.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21097/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:53.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.91/tcp/21098/p2p/16Uiu2HAkzT7rmmCb3NPAewYNB2ikC8ErqJ3a3NF1a6wT1E8ZG5tc","/ip4/172.18.110.91/tcp/21099/ws/p2p/16Uiu2HAkzT7rmmCb3NPAewYNB2ikC8ErqJ3a3NF1a6wT1E8ZG5tc"],"enrUri":"enr:-L24QPaTHJv15q0JRBZgD3ayDhcY9isEeFyQmpKNpKIlBZtAebzGG4xLnzD6Mbd9GEkzFoUi2tFemft_pQTKrRinoD8CgmlkgnY0gmlwhKwSbluKbXVsdGlhZGRyc5YACASsEm5bBlJqAAoErBJuWwZSa90DgnJzhQADAQAAiXNlY3AyNTZrMaECSqlG4G8d1a-GW_H8aakkIl1ExitiIJflxRRDV_jhZTmDdGNwglJqg3VkcIJSbIV3YWt1MgA"}'
|
|
2026-03-14 04:36:53.442 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:36:53.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21097/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp"]'
|
|
2026-03-14 04:36:53.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:53.494 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:36:53.494 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:53.494 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:36:53.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:36:53.497 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:36:53.498 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.40
|
|
2026-03-14 04:36:53.499 DEBUG [src.node.docker_mananger] Generated ports ['56814', '56815', '56816', '56817', '56818']
|
|
2026-03-14 04:36:53.500 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:36:53.501 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:36:53.502 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:36:53.504 DEBUG [src.node.docker_mananger] docker run -i -t -p 56814:56814 -p 56815:56815 -p 56816:56816 -p 56817:56817 -p 56818:56818 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=56816 --rest-port=56814 --tcp-port=56815 --discv5-udp-port=56817 --rest-address=0.0.0.0 --nat=extip:172.18.130.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cedbfeea0eda6acf3adf8d91fa6ab24a413b8c9db60e69d8cdf4d6bb96ead180 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56818 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN_DP8lspC2rnZgTGXe4JKKOEuGDTKnP-WY36dvYPrQzZS2vVK8mm_VYnfI-WltpkA2rYm9mtmhjRFRP6yAH4soCgmlkgnY0gmlwhKwSO8qKbXVsdGlhZGRyc5YACASsEjvKBqOTAAoErBI7ygajlN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZyVhm3pNAIDJVYgsM7Xu1EpnQfQRyguKJ6ama7fxhVWDdGNwgqOTg3VkcIKjlYV3YWt1Mg0 --lightpushnode=/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp --lightpush=true --relay=true
|
|
2026-03-14 04:36:53.712 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.40 waku f17661c999b24de268f97fd95d2362650349e1c8545c6442f73573b80f78106c
|
|
2026-03-14 04:36:53.749 DEBUG [src.node.docker_mananger] Container started with ID f17661c999b2. Setting up logs at ./log/docker/lightpush_node1_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:53.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56814
|
|
2026-03-14 04:36:53.750 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:36:54.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56814/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:54.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"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":"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-14 04:36:54.777 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:36:54.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56814/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:54.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.40/tcp/56815/p2p/16Uiu2HAkznHqd213ZGwhHKiVuC8mncUuutJ4GYcad1rR969Rv2iE","/ip4/172.18.130.40/tcp/56816/ws/p2p/16Uiu2HAkznHqd213ZGwhHKiVuC8mncUuutJ4GYcad1rR969Rv2iE"],"enrUri":"enr:-L24QCq5IN-Zz5QDuKA9sYIXnR2jhUkVIG65NT-NNp7xfJdfa5T5NSToF1Tdz3-18J3NBoksfkMzog9WzgN7asFcbsACgmlkgnY0gmlwhKwSgiiKbXVsdGlhZGRyc5YACASsEoIoBt3vAAoErBKCKAbd8N0DgnJzhQADAQAAiXNlY3AyNTZrMaECT5KYykTdumJHi6VGAWigs3vIOJzDpTRGqwIZi0bKHIODdGNwgt3vg3VkcILd8YV3YWt1Mgk"}'
|
|
2026-03-14 04:36:54.783 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:36:54.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp"]'
|
|
2026-03-14 04:36:54.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:54.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.91/tcp/21098/p2p/16Uiu2HAkzT7rmmCb3NPAewYNB2ikC8ErqJ3a3NF1a6wT1E8ZG5tc"]'
|
|
2026-03-14 04:36:54.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:54.821 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-14 04:36:54.822 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node4_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:54.823 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-14 04:36:54.823 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-14 04:36:54.827 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-14 04:36:54.827 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.170
|
|
2026-03-14 04:36:54.827 DEBUG [src.node.docker_mananger] Generated ports ['37012', '37013', '37014', '37015', '37016']
|
|
2026-03-14 04:36:54.828 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-14 04:36:54.829 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-14 04:36:54.830 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-14 04:36:54.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 37012:37012 -p 37013:37013 -p 37014:37014 -p 37015:37015 -p 37016:37016 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=37014 --rest-port=37012 --tcp-port=37013 --discv5-udp-port=37015 --rest-address=0.0.0.0 --nat=extip:172.18.200.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=556fe8b3c4c7eab0e7b0f9a83c07ccbdc1f00c46db3c554bced6e8dfda7e05bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37016 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-14 04:36:55.038 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.170 waku 1d0b7586f9620318059b37806dc628bd6946163b56eec09cefe51e1f395cf514
|
|
2026-03-14 04:36:55.073 DEBUG [src.node.docker_mananger] Container started with ID 1d0b7586f962. Setting up logs at ./log/docker/receiving_node4_2026-03-14_04-36-50__390cb3fb-b7f4-495d-93e6-a84de199fd89__wakuorg_nwaku:latest.log
|
|
2026-03-14 04:36:55.074 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37012
|
|
2026-03-14 04:36:55.075 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-14 04:36:56.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37012/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.078 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-14 04:36:56.078 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-14 04:36:56.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37012/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.170/tcp/37013/p2p/16Uiu2HAmMiQquutNR61q49enfxwQupwFztx3RJowziiSFG7BS7DA","/ip4/172.18.200.170/tcp/37014/ws/p2p/16Uiu2HAmMiQquutNR61q49enfxwQupwFztx3RJowziiSFG7BS7DA"],"enrUri":"enr:-L24QMLR3LtFMwSJEUhhAom5gV7qEexehqCjTgjHl8GPwFHoZODCxTvND5HBa1TxokIcqzY-yWfCuQKId7DnZ9rymCYCgmlkgnY0gmlwhKwSyKqKbXVsdGlhZGRyc5YACASsEsiqBpCVAAoErBLIqgaQlt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhpmeodxHJjU0FOw16aaedv-71Sqe2q6HrmekpllbI6GDdGNwgpCVg3VkcIKQl4V3YWt1MgE"}'
|
|
2026-03-14 04:36:56.081 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-14 04:36:56.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37012/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.202/tcp/41875/p2p/16Uiu2HAmKbdQNGP4tqnFXfGfPjEUhdw8XiQYpyX7jv5cpA6MwVpp"]'
|
|
2026-03-14 04:36:56.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:56.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37012/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.91/tcp/21098/p2p/16Uiu2HAkzT7rmmCb3NPAewYNB2ikC8ErqJ3a3NF1a6wT1E8ZG5tc"]'
|
|
2026-03-14 04:36:56.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:56.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41874/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-14 04:36:56.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:56.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37012/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-14 04:36:56.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:56.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21097/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
|
2026-03-14 04:36:56.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-14 04:36:56.188 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-14 04:36:56.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56814/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1773463016188515271}}'
|
|
2026-03-14 04:36:56.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-14 04:36:56.207 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-14 04:36:56.308 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-14 04:36:56.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41874/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773463016188515271,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:36:56.313 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-14 04:36:56.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56814/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773463016188515271,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:36:56.317 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-14 04:36:56.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37012/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773463016188515271,"ephemeral":false,"proof":""}]'
|
|
2026-03-14 04:36:56.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21097/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-14 04:36:56.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773463016188515271,"ephemeral":false}]'
|
|
2026-03-14 04:36:56.326 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-14 04:36:56.327 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-14 04:36:56.327 DEBUG [src.node.waku_node] Stopping container with id cf2181fbf698
|
|
2026-03-14 04:36:56.909 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:36:56.910 DEBUG [src.node.waku_node] Stopping container with id c55723d0e8fa
|
|
2026-03-14 04:36:57.544 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:36:57.545 DEBUG [src.node.waku_node] Stopping container with id f17661c999b2
|
|
2026-03-14 04:36:57.783 ERROR [src.node.docker_mananger] Max retries reached for container cf2181fbf698. Exiting log stream.
|
|
2026-03-14 04:36:58.150 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:36:58.153 DEBUG [src.node.waku_node] Stopping container with id 1d0b7586f962
|
|
2026-03-14 04:36:58.399 ERROR [src.node.docker_mananger] Max retries reached for container c55723d0e8fa. Exiting log stream.
|
|
2026-03-14 04:36:58.752 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-14 04:36:58.754 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-14 04:36:58.778 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:36:58.797 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:36:58.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-14 04:36:58.814 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|