mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-27 06:03:11 +00:00
75 lines
13 KiB
Plaintext
75 lines
13 KiB
Plaintext
2026-02-28 20:22:53.700 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 20:22:53.701 DEBUG [tests.conftest] Running test: test_filter_works_with_static_sharding with id: 2026-02-28_20-22-53__f8014759-56f9-4947-b26e-b0cb7900eae0
|
|
2026-02-28 20:22:53.701 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 20:22:53.701 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 20:22:53.701 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 20:22:53.708 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:22:53.709 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_20-22-53__f8014759-56f9-4947-b26e-b0cb7900eae0__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:22:53.709 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:22:53.709 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:22:53.710 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:22:53.710 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.73
|
|
2026-02-28 20:22:53.710 DEBUG [src.node.docker_mananger] Generated ports ['20072', '20073', '20074', '20075', '20076']
|
|
2026-02-28 20:22:53.711 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 20:22:53.711 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:22:53.711 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:22:53.711 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:22:53.711 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:22:53.711 DEBUG [src.node.docker_mananger] docker run -i -t -p 20072:20072 -p 20073:20073 -p 20074:20074 -p 20075:20075 -p 20076:20076 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=20074 --rest-port=20072 --tcp-port=20073 --discv5-udp-port=20075 --rest-address=0.0.0.0 --nat=extip:172.18.87.73 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=04ca5ffacd8e1aef4771bc6f3c9dcfeedeaebdece6aec4d2601ac5b4ff206837 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20076 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-28 20:22:53.907 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.73 waku 903fa3c8b3aa40875fe8d1d7a38a2a3663de2158339920757c9a75673df309d5
|
|
2026-02-28 20:22:53.940 ERROR [src.node.docker_mananger] Max retries reached for container d4077503cc7c. Exiting log stream.
|
|
2026-02-28 20:22:53.945 DEBUG [src.node.docker_mananger] Container started with ID 903fa3c8b3aa. Setting up logs at ./log/docker/node1_2026-02-28_20-22-53__f8014759-56f9-4947-b26e-b0cb7900eae0__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:22:53.945 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20072
|
|
2026-02-28 20:22:53.946 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:22:54.495 ERROR [src.node.docker_mananger] Max retries reached for container c4881e8c1ffb. Exiting log stream.
|
|
2026-02-28 20:22:54.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20072/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:22:54.949 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_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-02-28 20:22:54.949 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:22:54.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20072/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:22:54.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.73/tcp/20073/p2p/16Uiu2HAmNVgwrf3uimivSp4HmjcWtRqViwfjSiSZqCHXaxgm3UoK","/ip4/172.18.87.73/tcp/20074/ws/p2p/16Uiu2HAmNVgwrf3uimivSp4HmjcWtRqViwfjSiSZqCHXaxgm3UoK"],"enrUri":"enr:-L24QDV6iYyyig3aMzriWXPzeaVycyN4HeRL3FV8ypNCGv3ufzK_KejEcz1TlT4ILT4XMIxGT6E7iN8RIDyd4O3agucCgmlkgnY0gmlwhKwSV0mKbXVsdGlhZGRyc5YACASsEldJBk5pAAoErBJXSQZOat0DgnJzhQACAQAAiXNlY3AyNTZrMaEDkjL2lCrblkLG5JJcWjoltAbVK9PLimGyL2IUqBAb5_qDdGNwgk5pg3VkcIJOa4V3YWt1MgU"}'
|
|
2026-02-28 20:22:54.952 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:22:54.959 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 20:22:54.959 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_20-22-53__f8014759-56f9-4947-b26e-b0cb7900eae0__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:22:54.959 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 20:22:54.959 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.75
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.docker_mananger] Generated ports ['42378', '42379', '42380', '42381', '42382']
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-28 20:22:54.961 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 20:22:54.961 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 20:22:54.962 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 20:22:54.962 DEBUG [src.node.docker_mananger] docker run -i -t -p 42378:42378 -p 42379:42379 -p 42380:42380 -p 42381:42381 -p 42382:42382 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=42380 --rest-port=42378 --tcp-port=42379 --discv5-udp-port=42381 --rest-address=0.0.0.0 --nat=extip:172.18.125.75 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dc5eef0d1abcea0b71c0d0671bf4e964aaea2abe5cd7751fcde9f1ecdff823a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42382 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDV6iYyyig3aMzriWXPzeaVycyN4HeRL3FV8ypNCGv3ufzK_KejEcz1TlT4ILT4XMIxGT6E7iN8RIDyd4O3agucCgmlkgnY0gmlwhKwSV0mKbXVsdGlhZGRyc5YACASsEldJBk5pAAoErBJXSQZOat0DgnJzhQACAQAAiXNlY3AyNTZrMaEDkjL2lCrblkLG5JJcWjoltAbVK9PLimGyL2IUqBAb5_qDdGNwgk5pg3VkcIJOa4V3YWt1MgU --filternode=/ip4/172.18.87.73/tcp/20073/p2p/16Uiu2HAmNVgwrf3uimivSp4HmjcWtRqViwfjSiSZqCHXaxgm3UoK
|
|
2026-02-28 20:22:55.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.75 waku ac673cb3ef76fcd0cfd97e5773225d1d51a64b433c035bcc208f4923944b1720
|
|
2026-02-28 20:22:55.200 DEBUG [src.node.docker_mananger] Container started with ID ac673cb3ef76. Setting up logs at ./log/docker/node2_2026-02-28_20-22-53__f8014759-56f9-4947-b26e-b0cb7900eae0__wakuorg_nwaku:latest.log
|
|
2026-02-28 20:22:55.201 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42378
|
|
2026-02-28 20:22:55.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 20:22:56.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42378/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:22:56.205 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-02-28 20:22:56.206 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 20:22:56.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42378/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:22:56.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.75/tcp/42379/p2p/16Uiu2HAm6pcYt8WfbeTstcc9Zbu9fym5fo8X4xNPA6SfFTuupodk","/ip4/172.18.125.75/tcp/42380/ws/p2p/16Uiu2HAm6pcYt8WfbeTstcc9Zbu9fym5fo8X4xNPA6SfFTuupodk"],"enrUri":"enr:-L24QI4RyTwq1By5-73OLME932RBEkS1XsX4xsQM6sHKJqweCoiaZBFMSJetjqeMy3G4sswru_2EZ4ScCeQr9KCWbXYCgmlkgnY0gmlwhKwSfUuKbXVsdGlhZGRyc5YACASsEn1LBqWLAAoErBJ9SwaljN0DgnJzhQACAQAAiXNlY3AyNTZrMaECqVEJe_JE_ZDHvKrQ5UJdlRpB6t25k-L9pUT_FulAv2ODdGNwgqWLg3VkcIKljYV3YWt1MgA"}'
|
|
2026-02-28 20:22:56.208 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 20:22:56.209 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42378/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.73/tcp/20073/p2p/16Uiu2HAmNVgwrf3uimivSp4HmjcWtRqViwfjSiSZqCHXaxgm3UoK"]'
|
|
2026-02-28 20:22:56.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:22:56.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20072/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-28 20:22:56.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:22:56.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42378/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "92d01579-89e8-4f5d-8902-f8cda9f3e951", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-28 20:22:56.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"92d01579-89e8-4f5d-8902-f8cda9f3e951","statusDesc":"OK"}'
|
|
2026-02-28 20:22:56.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20072/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 20:22:56.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 20:22:56.286 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-28 20:22:56.387 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-28 20:22:56.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42378/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 20:22:56.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772310176277264586,"ephemeral":false}]'
|
|
2026-02-28 20:22:56.393 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 20:22:56.394 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 20:22:56.394 DEBUG [src.node.waku_node] Stopping container with id 903fa3c8b3aa
|
|
2026-02-28 20:22:57.061 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:22:57.061 DEBUG [src.node.waku_node] Stopping container with id ac673cb3ef76
|
|
2026-02-28 20:22:57.628 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 20:22:57.629 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 20:22:57.635 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 20:22:57.640 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|