mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-28 06:33:40 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-02-04 17:15:18.270 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:15:18.271 DEBUG [tests.conftest] Running test: test_filter_get_message_duplicate_message with id: 2026-02-04_17-15-18__ffe0f972-8891-4f77-9bd6-2fca943604b6
|
|
2026-02-04 17:15:18.271 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:15:18.271 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-04 17:15:18.272 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-04 17:15:18.278 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:15:18.278 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-15-18__ffe0f972-8891-4f77-9bd6-2fca943604b6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:15:18.278 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:15:18.278 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.23
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.docker_mananger] Generated ports ['9130', '9131', '9132', '9133', '9134']
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:15:18.280 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:15:18.280 DEBUG [src.node.docker_mananger] docker run -i -t -p 9130:9130 -p 9131:9131 -p 9132:9132 -p 9133:9133 -p 9134:9134 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=9132 --rest-port=9130 --tcp-port=9131 --discv5-udp-port=9133 --rest-address=0.0.0.0 --nat=extip:172.18.79.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f6a870cc0edefdf5ca20f51e0ffcae0adc637baf641fa1a5fd35ab80a1aa81f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9134 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 17:15:18.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.23 waku 5c4daccf338ab08a379862485e921c84b0c17483f754e8f958d3de075a9d6eef
|
|
2026-02-04 17:15:18.493 DEBUG [src.node.docker_mananger] Container started with ID 5c4daccf338a. Setting up logs at ./log/docker/node1_2026-02-04_17-15-18__ffe0f972-8891-4f77-9bd6-2fca943604b6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:15:18.493 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9130
|
|
2026-02-04 17:15:18.494 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:15:18.580 ERROR [src.node.docker_mananger] Max retries reached for container b0b15c1c2507. Exiting log stream.
|
|
2026-02-04 17:15:19.079 ERROR [src.node.docker_mananger] Max retries reached for container acafb521420a. Exiting log stream.
|
|
2026-02-04 17:15:19.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9130/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:19.498 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"}]}'
|
|
2026-02-04 17:15:19.498 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:15:19.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9130/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:19.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.23/tcp/9131/p2p/16Uiu2HAkxVof5xvHR6pDQv337DmRrB8hGRDnreSKTq6LWLTPV29x","/ip4/172.18.79.23/tcp/9132/ws/p2p/16Uiu2HAkxVof5xvHR6pDQv337DmRrB8hGRDnreSKTq6LWLTPV29x"],"enrUri":"enr:-L24QH0dBxaa-QV9GCPQ5z1ZpXQgQtwW-oHfNHzdn3VfqVcFDYi2-zrmhChB1xncNX2yG2IEEM8njgNUxBAugHjQrrACgmlkgnY0gmlwhKwSTxeKbXVsdGlhZGRyc5YACASsEk8XBiOrAAoErBJPFwYjrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLaIQoKKmgJHGmK_JD5snZ3VqVVF90o0XNkW4Z9SFiWuDdGNwgiOrg3VkcIIjrYV3YWt1MgU"}'
|
|
2026-02-04 17:15:19.500 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:15:19.501 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-04 17:15:19.507 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:15:19.507 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-15-18__ffe0f972-8891-4f77-9bd6-2fca943604b6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:15:19.507 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:15:19.507 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.99
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.docker_mananger] Generated ports ['20000', '20001', '20002', '20003', '20004']
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:15:19.509 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:15:19.509 DEBUG [src.node.docker_mananger] docker run -i -t -p 20000:20000 -p 20001:20001 -p 20002:20002 -p 20003:20003 -p 20004:20004 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=20002 --rest-port=20000 --tcp-port=20001 --discv5-udp-port=20003 --rest-address=0.0.0.0 --nat=extip:172.18.234.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f4da1efe8b2d2f2f6e4eff1972d3fcff535e275ba9bf3df4a3bc389d9ac295fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20004 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QH0dBxaa-QV9GCPQ5z1ZpXQgQtwW-oHfNHzdn3VfqVcFDYi2-zrmhChB1xncNX2yG2IEEM8njgNUxBAugHjQrrACgmlkgnY0gmlwhKwSTxeKbXVsdGlhZGRyc5YACASsEk8XBiOrAAoErBJPFwYjrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLaIQoKKmgJHGmK_JD5snZ3VqVVF90o0XNkW4Z9SFiWuDdGNwgiOrg3VkcIIjrYV3YWt1MgU --filternode=/ip4/172.18.79.23/tcp/9131/p2p/16Uiu2HAkxVof5xvHR6pDQv337DmRrB8hGRDnreSKTq6LWLTPV29x
|
|
2026-02-04 17:15:19.686 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.99 waku 3ce397e81476a9d2704645bf795a3fc7c005bd7d89e02408cc0c254f72433474
|
|
2026-02-04 17:15:19.717 DEBUG [src.node.docker_mananger] Container started with ID 3ce397e81476. Setting up logs at ./log/docker/node2_2026-02-04_17-15-18__ffe0f972-8891-4f77-9bd6-2fca943604b6__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:15:19.717 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20000
|
|
2026-02-04 17:15:19.717 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:15:20.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20000/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:20.722 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"}]}'
|
|
2026-02-04 17:15:20.722 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:15:20.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20000/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:20.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.99/tcp/20001/p2p/16Uiu2HAmN63xdpjibEdoFdvSQLaZLtrL9nSnW94eBNTt4s7bjzBe","/ip4/172.18.234.99/tcp/20002/ws/p2p/16Uiu2HAmN63xdpjibEdoFdvSQLaZLtrL9nSnW94eBNTt4s7bjzBe"],"enrUri":"enr:-L24QGuhIsCEZSuSzo_c7Z8X5el8xsfjgKtse9w3I89eTY48ETR3ZGyXw6NRZDeTkPGTseHsHuZ1BDNnmhXyfscwPpcCgmlkgnY0gmlwhKwS6mOKbXVsdGlhZGRyc5YACASsEupjBk4hAAoErBLqYwZOIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjCTIowk841L7NUi0bJ2BCY4T6BOcukI_Ah231Tcl2t2DdGNwgk4hg3VkcIJOI4V3YWt1MgA"}'
|
|
2026-02-04 17:15:20.725 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:15:20.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20000/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.79.23/tcp/9131/p2p/16Uiu2HAkxVof5xvHR6pDQv337DmRrB8hGRDnreSKTq6LWLTPV29x"]'
|
|
2026-02-04 17:15:20.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:15:20.756 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-04 17:15:20.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9130/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 17:15:20.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:15:20.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20000/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "27558e6f-0ef8-487a-89d5-9ea804178e2d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 17:15:20.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"27558e6f-0ef8-487a-89d5-9ea804178e2d","statusDesc":"OK"}'
|
|
2026-02-04 17:15:20.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 17:15:20.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:15:20.790 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:15:20.890 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:15:20.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20000/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:20.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1770225320782993720,"ephemeral":false}]'
|
|
2026-02-04 17:15:20.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-04 17:15:20.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:15:20.899 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:15:20.999 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:15:21.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20000/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:15:21.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
|
2026-02-04 17:15:21.004 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:15:21.005 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:15:21.005 DEBUG [src.node.waku_node] Stopping container with id 5c4daccf338a
|
|
2026-02-04 17:15:21.552 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:15:21.552 DEBUG [src.node.waku_node] Stopping container with id 3ce397e81476
|
|
2026-02-04 17:15:22.082 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:15:22.084 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:15:22.089 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:15:22.093 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|