mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
65 lines
12 KiB
Plaintext
65 lines
12 KiB
Plaintext
|
|
2025-12-11 04:14:36.438 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
|
|
2025-12-11 04:14:36.438 DEBUG [tests.conftest] Running test: test_lightpush_with_a_single_receiving_node with id: 2025-12-11_04-14-36__5176b474-f06e-4bad-bbce-955d0fd7a94d
|
||
|
|
2025-12-11 04:14:36.439 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
|
|
2025-12-11 04:14:36.439 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||
|
|
2025-12-11 04:14:36.446 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-11 04:14:36.446 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-11_04-14-36__5176b474-f06e-4bad-bbce-955d0fd7a94d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-11 04:14:36.446 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-11 04:14:36.446 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-11 04:14:36.448 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-11 04:14:36.448 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.102
|
||
|
|
2025-12-11 04:14:36.448 DEBUG [src.node.docker_mananger] Generated ports ['12036', '12037', '12038', '12039', '12040']
|
||
|
|
2025-12-11 04:14:36.449 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-11 04:14:36.449 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-11 04:14:36.449 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-11 04:14:36.449 DEBUG [src.node.docker_mananger] docker run -i -t -p 12036:12036 -p 12037:12037 -p 12038:12038 -p 12039:12039 -p 12040:12040 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=12038 --rest-port=12036 --tcp-port=12037 --discv5-udp-port=12039 --rest-address=0.0.0.0 --nat=extip:172.18.192.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db97c5b12a5d692ddc7acc6ffc14c723a8d7cdd9abbd6bed2ff7ba54b65bbbe4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12040 --metrics-logging=true --lightpush=true --relay=true
|
||
|
|
2025-12-11 04:14:36.640 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.102 waku d377338a10a955949d7d19a045e823277ec080a1b14158a3496d7a170bbd8b6c
|
||
|
|
2025-12-11 04:14:36.674 DEBUG [src.node.docker_mananger] Container started with ID d377338a10a9. Setting up logs at ./log/docker/receiving_node1_2025-12-11_04-14-36__5176b474-f06e-4bad-bbce-955d0fd7a94d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-11 04:14:36.675 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12036
|
||
|
|
2025-12-11 04:14:36.676 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-11 04:14:36.733 ERROR [src.node.docker_mananger] Max retries reached for container 7809904daf86. Exiting log stream.
|
||
|
|
2025-12-11 04:14:37.230 ERROR [src.node.docker_mananger] Max retries reached for container f386785d2a36. Exiting log stream.
|
||
|
|
2025-12-11 04:14:37.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12036/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-11 04:14:37.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
||
|
|
2025-12-11 04:14:37.680 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-11 04:14:37.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12036/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-11 04:14:37.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.102/tcp/12037/p2p/16Uiu2HAmD5kFVD3txwwcF4ZD99PAcvtuhAiHHmCjtjC9RA5PaDNk","/ip4/172.18.192.102/tcp/12038/ws/p2p/16Uiu2HAmD5kFVD3txwwcF4ZD99PAcvtuhAiHHmCjtjC9RA5PaDNk"],"enrUri":"enr:-L24QFCiTpjDrDlZjTEBrMA0LIVvxR3toKPu-zmXc54gbp0hJPmUjdzti4WxIzQKG4eLdBuBOCZkkqDbZyPHxvnPRWwCgmlkgnY0gmlwhKwSwGaKbXVsdGlhZGRyc5YACASsEsBmBi8FAAoErBLAZgYvBt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBleTxtr7mHo92OsrLU2tWAmWP_2P_6AHf7CO8YQZkeWDdGNwgi8Fg3VkcIIvB4V3YWt1Mgk"}'
|
||
|
|
2025-12-11 04:14:37.683 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-11 04:14:37.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
|
|
2025-12-11 04:14:37.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-11_04-14-36__5176b474-f06e-4bad-bbce-955d0fd7a94d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-11 04:14:37.690 DEBUG [src.node.waku_node] Starting Node...
|
||
|
|
2025-12-11 04:14:37.690 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
|
|
2025-12-11 04:14:37.692 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
|
|
2025-12-11 04:14:37.692 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.53
|
||
|
|
2025-12-11 04:14:37.692 DEBUG [src.node.docker_mananger] Generated ports ['15563', '15564', '15565', '15566', '15567']
|
||
|
|
2025-12-11 04:14:37.692 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
|
|
2025-12-11 04:14:37.692 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
|
|
2025-12-11 04:14:37.692 DEBUG [src.node.waku_node] Using volumes []
|
||
|
|
2025-12-11 04:14:37.693 DEBUG [src.node.docker_mananger] docker run -i -t -p 15563:15563 -p 15564:15564 -p 15565:15565 -p 15566:15566 -p 15567:15567 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=15565 --rest-port=15563 --tcp-port=15564 --discv5-udp-port=15566 --rest-address=0.0.0.0 --nat=extip:172.18.5.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6d8abc0506171deab4abcd5ba858cdeca12de5807c7edb7aedcfdfd0b210fcef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15567 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFCiTpjDrDlZjTEBrMA0LIVvxR3toKPu-zmXc54gbp0hJPmUjdzti4WxIzQKG4eLdBuBOCZkkqDbZyPHxvnPRWwCgmlkgnY0gmlwhKwSwGaKbXVsdGlhZGRyc5YACASsEsBmBi8FAAoErBLAZgYvBt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBleTxtr7mHo92OsrLU2tWAmWP_2P_6AHf7CO8YQZkeWDdGNwgi8Fg3VkcIIvB4V3YWt1Mgk --lightpushnode=/ip4/172.18.192.102/tcp/12037/p2p/16Uiu2HAmD5kFVD3txwwcF4ZD99PAcvtuhAiHHmCjtjC9RA5PaDNk --lightpush=true --relay=false
|
||
|
|
2025-12-11 04:14:37.881 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.53 waku fc67733b53be282105a18642ac28b7d49ae44bf96088734e1313ba68f18a0c2b
|
||
|
|
2025-12-11 04:14:37.913 DEBUG [src.node.docker_mananger] Container started with ID fc67733b53be. Setting up logs at ./log/docker/lightpush_node1_2025-12-11_04-14-36__5176b474-f06e-4bad-bbce-955d0fd7a94d__wakuorg_nwaku:latest.log
|
||
|
|
2025-12-11 04:14:37.914 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15563
|
||
|
|
2025-12-11 04:14:37.914 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
|
|
2025-12-11 04:14:38.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15563/health" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-11 04:14:38.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||
|
|
2025-12-11 04:14:38.918 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
|
|
2025-12-11 04:14:38.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15563/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
|
|
2025-12-11 04:14:38.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.53/tcp/15564/p2p/16Uiu2HAmUxtAdpZZiYxez6Bupwr7DKtYdCy6DNkTqYYAFV6x4K5C","/ip4/172.18.5.53/tcp/15565/ws/p2p/16Uiu2HAmUxtAdpZZiYxez6Bupwr7DKtYdCy6DNkTqYYAFV6x4K5C"],"enrUri":"enr:-L24QFsXP3IEPf1L2JSME7sMlmcEGDJyKM1sSuNIqWjzD5iFJzEbQZfiRzSyrNF54D0FqlLzy0pl7swM3yfa87_bkxsCgmlkgnY0gmlwhKwSBTWKbXVsdGlhZGRyc5YACASsEgU1BjzMAAoErBIFNQY8zd0DgnJzhQADAQAAiXNlY3AyNTZrMaED8lB0Ffk5qMA9freSXtxQ0zYnYeSw4uPZJzO227wPI4ODdGNwgjzMg3VkcII8zoV3YWt1Mgg"}'
|
||
|
|
2025-12-11 04:14:38.921 INFO [src.node.waku_node] REST service is ready !!
|
||
|
|
2025-12-11 04:14:38.922 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15563/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.102/tcp/12037/p2p/16Uiu2HAmD5kFVD3txwwcF4ZD99PAcvtuhAiHHmCjtjC9RA5PaDNk"]'
|
||
|
|
2025-12-11 04:14:38.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-11 04:14:38.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12036/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||
|
|
2025-12-11 04:14:38.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
|
|
2025-12-11 04:14:38.966 DEBUG [src.steps.light_push] Lightpushing message
|
||
|
|
2025-12-11 04:14:38.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15563/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1765426478966025046}}'
|
||
|
|
2025-12-11 04:14:38.980 ERROR [src.node.api_clients.base_client] HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:15563/lightpush/v1/message. Response content: b'Failed to request a message push: not_published_to_any_peer'
|
||
|
|
2025-12-11 04:14:38.982 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
|
|
2025-12-11 04:14:38.983 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
|
|
2025-12-11 04:14:38.983 DEBUG [src.node.waku_node] Stopping container with id d377338a10a9
|
||
|
|
2025-12-11 04:14:39.508 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-11 04:14:39.508 DEBUG [src.node.waku_node] Stopping container with id fc67733b53be
|
||
|
|
2025-12-11 04:14:40.025 DEBUG [src.node.waku_node] Container stopped.
|
||
|
|
2025-12-11 04:14:40.025 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
|
|
2025-12-11 04:14:40.031 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
|
|
2025-12-11 04:14:40.037 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|