mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
84 lines
16 KiB
Plaintext
84 lines
16 KiB
Plaintext
2026-03-30 04:57:06.523 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 04:57:06.523 DEBUG [tests.conftest] Running test: test_lightpush_node_with_relay_works_correctly with id: 2026-03-30_04-57-06__7b52dc5b-7526-46b7-8cea-9ff3920f1dfa
|
|
2026-03-30 04:57:06.523 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 04:57:06.524 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-30 04:57:06.531 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:57:06.532 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-30_04-57-06__7b52dc5b-7526-46b7-8cea-9ff3920f1dfa__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:57:06.532 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:57:06.532 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:57:06.534 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:57:06.534 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.211
|
|
2026-03-30 04:57:06.534 DEBUG [src.node.docker_mananger] Generated ports ['12744', '12745', '12746', '12747', '12748']
|
|
2026-03-30 04:57:06.534 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:57:06.535 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:57:06.535 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:57:06.535 DEBUG [src.node.docker_mananger] docker run -i -t -p 12744:12744 -p 12745:12745 -p 12746:12746 -p 12747:12747 -p 12748:12748 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=12746 --rest-port=12744 --tcp-port=12745 --discv5-udp-port=12747 --rest-address=0.0.0.0 --nat=extip:172.18.52.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=deb2a768b5adefc9eeb27bc0bdc98c6307cff7b52c71aaada157b3adaefbbacc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12748 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
|
2026-03-30 04:57:06.727 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.211 waku c6cee5f09332aebe15a9de21cd0dc8b035bff48f513e271ebc5eea917c606e94
|
|
2026-03-30 04:57:06.762 DEBUG [src.node.docker_mananger] Container started with ID c6cee5f09332. Setting up logs at ./log/docker/receiving_node1_2026-03-30_04-57-06__7b52dc5b-7526-46b7-8cea-9ff3920f1dfa__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:57:06.762 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12744
|
|
2026-03-30 04:57:06.762 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:57:06.812 ERROR [src.node.docker_mananger] Max retries reached for container f3c6f8b0c618. Exiting log stream.
|
|
2026-03-30 04:57:07.322 ERROR [src.node.docker_mananger] Max retries reached for container 51bbab6a0bcf. Exiting log stream.
|
|
2026-03-30 04:57:07.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12744/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:07.766 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-30 04:57:07.766 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:57:07.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12744/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:07.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.211/tcp/12745/p2p/16Uiu2HAm383gUbE8xYbDPKHbesrpETwkLP2N6WAwY15f29rBHBVs","/ip4/172.18.52.211/tcp/12746/ws/p2p/16Uiu2HAm383gUbE8xYbDPKHbesrpETwkLP2N6WAwY15f29rBHBVs"],"enrUri":"enr:-L24QG2TbNUbuGs6kpDfUxShC6S_lwLhu8IjteDTGEDS-ePVOFPdurogpo-TktWf6LGryrBURrv7hShbVBgDy-lOYvkCgmlkgnY0gmlwhKwSNNOKbXVsdGlhZGRyc5YACASsEjTTBjHJAAoErBI00wYxyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECclmUJ-J1l7RnRtm45LaQ2P6PJFp_Q9EOwykQruA6dTKDdGNwgjHJg3VkcIIxy4V3YWt1Mg0"}'
|
|
2026-03-30 04:57:07.769 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:57:07.777 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 04:57:07.777 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-30_04-57-06__7b52dc5b-7526-46b7-8cea-9ff3920f1dfa__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:57:07.777 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 04:57:07.777 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 04:57:07.779 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 04:57:07.779 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.162
|
|
2026-03-30 04:57:07.779 DEBUG [src.node.docker_mananger] Generated ports ['42830', '42831', '42832', '42833', '42834']
|
|
2026-03-30 04:57:07.779 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 04:57:07.779 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 04:57:07.779 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 04:57:07.780 DEBUG [src.node.docker_mananger] docker run -i -t -p 42830:42830 -p 42831:42831 -p 42832:42832 -p 42833:42833 -p 42834:42834 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=42832 --rest-port=42830 --tcp-port=42831 --discv5-udp-port=42833 --rest-address=0.0.0.0 --nat=extip:172.18.118.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0abf66cb606d4dcc05dffac3d9b7aa0cfb09f01f9edb6ffdcaa74e4e352716dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42834 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QG2TbNUbuGs6kpDfUxShC6S_lwLhu8IjteDTGEDS-ePVOFPdurogpo-TktWf6LGryrBURrv7hShbVBgDy-lOYvkCgmlkgnY0gmlwhKwSNNOKbXVsdGlhZGRyc5YACASsEjTTBjHJAAoErBI00wYxyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECclmUJ-J1l7RnRtm45LaQ2P6PJFp_Q9EOwykQruA6dTKDdGNwgjHJg3VkcIIxy4V3YWt1Mg0 --lightpushnode=/ip4/172.18.52.211/tcp/12745/p2p/16Uiu2HAm383gUbE8xYbDPKHbesrpETwkLP2N6WAwY15f29rBHBVs --lightpush=true --relay=true --filter=true
|
|
2026-03-30 04:57:07.976 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.162 waku 526dbab013edd869018c229efa2814ab0019aae18ea830db680325ce56b6ce58
|
|
2026-03-30 04:57:08.016 DEBUG [src.node.docker_mananger] Container started with ID 526dbab013ed. Setting up logs at ./log/docker/lightpush_node1_2026-03-30_04-57-06__7b52dc5b-7526-46b7-8cea-9ff3920f1dfa__wakuorg_nwaku:latest.log
|
|
2026-03-30 04:57:08.017 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42830
|
|
2026-03-30 04:57:08.018 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 04:57:09.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42830/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.025 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-30 04:57:09.025 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 04:57:09.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.162/tcp/42831/p2p/16Uiu2HAkye7icDaKgz8CG6y6x6eoaD25tW3GAun3NUR8HbqMRQaX","/ip4/172.18.118.162/tcp/42832/ws/p2p/16Uiu2HAkye7icDaKgz8CG6y6x6eoaD25tW3GAun3NUR8HbqMRQaX"],"enrUri":"enr:-L24QJ2hzmSrXSDKtG0O-iqHLZTZosRZzN5mHcNXCo-A-BIZVAyo5xtlnZh6uqC3tm4F9BPF2uQbNEAv5qmX23a6SxsCgmlkgnY0gmlwhKwSdqKKbXVsdGlhZGRyc5YACASsEnaiBqdPAAoErBJ2oganUN0DgnJzhQADAQAAiXNlY3AyNTZrMaECPp7R1cTXhQyTz2g1naJ4yRCQkatE6ikBgvAtu5kUJFSDdGNwgqdPg3VkcIKnUYV3YWt1Mg0"}'
|
|
2026-03-30 04:57:09.032 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 04:57:09.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42830/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.211/tcp/12745/p2p/16Uiu2HAm383gUbE8xYbDPKHbesrpETwkLP2N6WAwY15f29rBHBVs"]'
|
|
2026-03-30 04:57:09.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12744/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:57:09.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42830/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-30 04:57:09.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.075 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2026-03-30 04:57:09.576 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-30 04:57:09.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42830/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1774846629576041274}}'
|
|
2026-03-30 04:57:09.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.590 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:57:09.690 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:57:09.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629576041274,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:57:09.695 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
|
2026-03-30 04:57:09.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42830/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629576041274,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:57:09.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42830/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 04:57:09.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 04:57:09.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 04:57:09.710 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 04:57:09.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12744/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629699226698,"ephemeral":false,"proof":""},{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629703668430,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:57:09.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42830/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 04:57:09.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629699226698,"ephemeral":false,"proof":""},{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774846629703668430,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 04:57:09.818 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 04:57:09.819 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 04:57:09.819 DEBUG [src.node.waku_node] Stopping container with id c6cee5f09332
|
|
2026-03-30 04:57:10.308 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:57:10.309 DEBUG [src.node.waku_node] Stopping container with id 526dbab013ed
|
|
2026-03-30 04:57:10.840 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 04:57:10.842 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 04:57:10.848 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 04:57:10.854 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|