mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-06 07:53:10 +00:00
73 lines
13 KiB
Plaintext
73 lines
13 KiB
Plaintext
2025-12-21 04:20:22.826 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-21 04:20:22.826 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2025-12-21_04-20-22__be49b1a4-87d9-4f56-8680-375fa5bb3633
|
|
2025-12-21 04:20:22.827 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-21 04:20:22.827 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-21 04:20:22.827 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-21 04:20:22.835 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-21 04:20:22.835 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-21_04-20-22__be49b1a4-87d9-4f56-8680-375fa5bb3633__wakuorg_nwaku:latest.log
|
|
2025-12-21 04:20:22.836 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-21 04:20:22.836 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-21 04:20:22.837 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-21 04:20:22.838 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.131
|
|
2025-12-21 04:20:22.838 DEBUG [src.node.docker_mananger] Generated ports ['10487', '10488', '10489', '10490', '10491']
|
|
2025-12-21 04:20:22.838 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-21 04:20:22.838 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-21 04:20:22.838 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-21 04:20:22.838 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-21 04:20:22.839 DEBUG [src.node.docker_mananger] docker run -i -t -p 10487:10487 -p 10488:10488 -p 10489:10489 -p 10490:10490 -p 10491:10491 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=10489 --rest-port=10487 --tcp-port=10488 --discv5-udp-port=10490 --rest-address=0.0.0.0 --nat=extip:172.18.1.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f6deebdbc683cd17cccb125a929a8a0ccf3d25e452cb1c606cd9eedaada447f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10491 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2025-12-21 04:20:23.034 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.131 waku 900899fac93985d9669c6b761f5630750afe9ee891a37da82466e7e97a69a089
|
|
2025-12-21 04:20:23.067 DEBUG [src.node.docker_mananger] Container started with ID 900899fac939. Setting up logs at ./log/docker/node1_2025-12-21_04-20-22__be49b1a4-87d9-4f56-8680-375fa5bb3633__wakuorg_nwaku:latest.log
|
|
2025-12-21 04:20:23.067 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10487
|
|
2025-12-21 04:20:23.068 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-21 04:20:23.089 ERROR [src.node.docker_mananger] Max retries reached for container d3ec0baf9933. Exiting log stream.
|
|
2025-12-21 04:20:23.628 ERROR [src.node.docker_mananger] Max retries reached for container 243214384dfd. Exiting log stream.
|
|
2025-12-21 04:20:24.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10487/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-21 04:20:24.071 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_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-21 04:20:24.071 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-21 04:20:24.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10487/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-21 04:20:24.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.131/tcp/10488/p2p/16Uiu2HAmS5QYxFXKjfDpBgaLYRbTj2GDCf3co3StG6ZDv2HpAkCf","/ip4/172.18.1.131/tcp/10489/ws/p2p/16Uiu2HAmS5QYxFXKjfDpBgaLYRbTj2GDCf3co3StG6ZDv2HpAkCf"],"enrUri":"enr:-L24QLoyl08BilhVE5gnhySqoZFY5nOumerPdOwQFTt9LiWdJJISAB7dz1Eh8lLYJdDFvdkWG9PZghM-RrAJH_ambWQCgmlkgnY0gmlwhKwSAYOKbXVsdGlhZGRyc5YACASsEgGDBij4AAoErBIBgwYo-d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDx2k71XrPwiOhUDsoxp3IAfu2e6oCKSjOHt1muZOdPciDdGNwgij4g3VkcIIo-oV3YWt1MgU"}'
|
|
2025-12-21 04:20:24.074 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-21 04:20:24.082 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-21 04:20:24.082 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-21_04-20-22__be49b1a4-87d9-4f56-8680-375fa5bb3633__wakuorg_nwaku:latest.log
|
|
2025-12-21 04:20:24.082 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-21 04:20:24.082 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-21 04:20:24.083 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.222
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.docker_mananger] Generated ports ['11886', '11887', '11888', '11889', '11890']
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-21 04:20:24.084 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-21 04:20:24.084 DEBUG [src.node.docker_mananger] docker run -i -t -p 11886:11886 -p 11887:11887 -p 11888:11888 -p 11889:11889 -p 11890:11890 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=11888 --rest-port=11886 --tcp-port=11887 --discv5-udp-port=11889 --rest-address=0.0.0.0 --nat=extip:172.18.141.222 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dce1ebe11812d4bd0779db6dc2dbb25eeffef90c6cb298468f4ef7f3eaaaccb4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11890 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLoyl08BilhVE5gnhySqoZFY5nOumerPdOwQFTt9LiWdJJISAB7dz1Eh8lLYJdDFvdkWG9PZghM-RrAJH_ambWQCgmlkgnY0gmlwhKwSAYOKbXVsdGlhZGRyc5YACASsEgGDBij4AAoErBIBgwYo-d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDx2k71XrPwiOhUDsoxp3IAfu2e6oCKSjOHt1muZOdPciDdGNwgij4g3VkcIIo-oV3YWt1MgU --filternode=/ip4/172.18.1.131/tcp/10488/p2p/16Uiu2HAmS5QYxFXKjfDpBgaLYRbTj2GDCf3co3StG6ZDv2HpAkCf --content-topic=/myapp/1/latest/proto
|
|
2025-12-21 04:20:24.271 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.222 waku a156599bdac44851ff6d2cabd1851e5eb9809c68bcd9c8945880ba59e6e72470
|
|
2025-12-21 04:20:24.299 DEBUG [src.node.docker_mananger] Container started with ID a156599bdac4. Setting up logs at ./log/docker/node2_2025-12-21_04-20-22__be49b1a4-87d9-4f56-8680-375fa5bb3633__wakuorg_nwaku:latest.log
|
|
2025-12-21 04:20:24.300 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11886
|
|
2025-12-21 04:20:24.300 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-21 04:20:25.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11886/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-21 04:20:25.305 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_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":"READY"}]}'
|
|
2025-12-21 04:20:25.305 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-21 04:20:25.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11886/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-21 04:20:25.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.222/tcp/11887/p2p/16Uiu2HAmH6yW83xnncPANz2ojLu1XeqBhDWXje4ttn6D1n9CEhLW","/ip4/172.18.141.222/tcp/11888/ws/p2p/16Uiu2HAmH6yW83xnncPANz2ojLu1XeqBhDWXje4ttn6D1n9CEhLW"],"enrUri":"enr:-L24QEOWg1s2Jc4bCCFL2qGlt15TyKZ5G79asNxdo5MislDjPBGsKZLBUdspIJa-vsQEQJLM3Yy5x0lbloK6LFub79YCgmlkgnY0gmlwhKwSjd6KbXVsdGlhZGRyc5YACASsEo3eBi5vAAoErBKN3gYucN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDQhbj5eOEK6J1YnRi_UJUX1gEqTj29BLrq7MrU46KpgODdGNwgi5vg3VkcIIucYV3YWt1MgA"}'
|
|
2025-12-21 04:20:25.308 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-21 04:20:25.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11886/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.1.131/tcp/10488/p2p/16Uiu2HAmS5QYxFXKjfDpBgaLYRbTj2GDCf3co3StG6ZDv2HpAkCf"]'
|
|
2025-12-21 04:20:25.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-21 04:20:25.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10487/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2025-12-21 04:20:25.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-21 04:20:25.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11886/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7f7a8f23-6ba3-4d4f-aff3-e08928ff6023", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2025-12-21 04:20:25.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7f7a8f23-6ba3-4d4f-aff3-e08928ff6023","statusDesc":"OK"}'
|
|
2025-12-21 04:20:25.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10487/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-21 04:20:25.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-21 04:20:25.376 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-21 04:20:25.477 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-21 04:20:25.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11886/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-21 04:20:25.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766290825369758918,"ephemeral":false}]'
|
|
2025-12-21 04:20:25.483 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-21 04:20:25.484 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-21 04:20:25.484 DEBUG [src.node.waku_node] Stopping container with id 900899fac939
|
|
2025-12-21 04:20:26.026 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-21 04:20:26.027 DEBUG [src.node.waku_node] Stopping container with id a156599bdac4
|
|
2025-12-21 04:20:26.580 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-21 04:20:26.583 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-21 04:20:26.592 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-21 04:20:26.596 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|