mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-22 19:53:40 +00:00
79 lines
14 KiB
Plaintext
79 lines
14 KiB
Plaintext
2026-03-18 09:12:12.304 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 09:12:12.304 DEBUG [tests.conftest] Running test: test_filter_get_message_duplicate_message with id: 2026-03-18_09-12-12__36e38bbd-ebaa-4891-bdbe-79eed870ffae
|
|
2026-03-18 09:12:12.305 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 09:12:12.305 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-18 09:12:12.305 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-18 09:12:12.312 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:12:12.312 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_09-12-12__36e38bbd-ebaa-4891-bdbe-79eed870ffae__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:12.312 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:12:12.312 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:12:12.313 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:12:12.314 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.139
|
|
2026-03-18 09:12:12.314 DEBUG [src.node.docker_mananger] Generated ports ['36678', '36679', '36680', '36681', '36682']
|
|
2026-03-18 09:12:12.314 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:12:12.314 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:12:12.314 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:12:12.314 DEBUG [src.node.docker_mananger] docker run -i -t -p 36678:36678 -p 36679:36679 -p 36680:36680 -p 36681:36681 -p 36682:36682 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36680 --rest-port=36678 --tcp-port=36679 --discv5-udp-port=36681 --rest-address=0.0.0.0 --nat=extip:172.18.165.139 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=f348adb88e2dac7d39afd93d5a8e1744bba4cfa42e751feeea02f6a3ab59350e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36682 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-18 09:12:12.507 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.139 waku e095e72b3845c410c64966f89e64d83c9de35f7acc5d263774a6bc4732544a61
|
|
2026-03-18 09:12:12.541 DEBUG [src.node.docker_mananger] Container started with ID e095e72b3845. Setting up logs at ./log/docker/node1_2026-03-18_09-12-12__36e38bbd-ebaa-4891-bdbe-79eed870ffae__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:12.541 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 36678
|
|
2026-03-18 09:12:12.541 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:12:12.544 ERROR [src.node.docker_mananger] Max retries reached for container 76b1822954ae. Exiting log stream.
|
|
2026-03-18 09:12:13.108 ERROR [src.node.docker_mananger] Max retries reached for container ae1d4d48c968. Exiting log stream.
|
|
2026-03-18 09:12:13.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36678/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:13.545 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-03-18 09:12:13.545 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:13.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36678/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:13.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.139/tcp/36679/p2p/16Uiu2HAmMj9dggn8Mcanmzk4a3fLeisHzfwU5ZmQH4hRxp7EAcQH","/ip4/172.18.165.139/tcp/36680/ws/p2p/16Uiu2HAmMj9dggn8Mcanmzk4a3fLeisHzfwU5ZmQH4hRxp7EAcQH"],"enrUri":"enr:-L24QHJvAdXjXKZbCNQYadb4zOotx-VDhpfx7o2PBbDOXhRlXmAH20Wr9e6IgfIkUo0nDb_FstZv2lw4tROLgCaNFxUCgmlkgnY0gmlwhKwSpYuKbXVsdGlhZGRyc5YACASsEqWLBo9HAAoErBKliwaPSN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDhsoAZCWLegkDnLiN2lBUUSZwJxmSuJJIUQJQJf0U02qDdGNwgo9Hg3VkcIKPSYV3YWt1MgU"}'
|
|
2026-03-18 09:12:13.548 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:13.548 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-18 09:12:13.554 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:12:13.555 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-18_09-12-12__36e38bbd-ebaa-4891-bdbe-79eed870ffae__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:13.555 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:12:13.555 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:12:13.556 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:12:13.556 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.182
|
|
2026-03-18 09:12:13.557 DEBUG [src.node.docker_mananger] Generated ports ['52863', '52864', '52865', '52866', '52867']
|
|
2026-03-18 09:12:13.557 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:12:13.557 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:12:13.557 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:12:13.557 DEBUG [src.node.docker_mananger] docker run -i -t -p 52863:52863 -p 52864:52864 -p 52865:52865 -p 52866:52866 -p 52867:52867 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52865 --rest-port=52863 --tcp-port=52864 --discv5-udp-port=52866 --rest-address=0.0.0.0 --nat=extip:172.18.78.182 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=d9097ca06fbff9bbe0e6fdac1cb61ce5e221d0eec945dda9a3e80a7cfb5fac33 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52867 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHJvAdXjXKZbCNQYadb4zOotx-VDhpfx7o2PBbDOXhRlXmAH20Wr9e6IgfIkUo0nDb_FstZv2lw4tROLgCaNFxUCgmlkgnY0gmlwhKwSpYuKbXVsdGlhZGRyc5YACASsEqWLBo9HAAoErBKliwaPSN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDhsoAZCWLegkDnLiN2lBUUSZwJxmSuJJIUQJQJf0U02qDdGNwgo9Hg3VkcIKPSYV3YWt1MgU --filternode=/ip4/172.18.165.139/tcp/36679/p2p/16Uiu2HAmMj9dggn8Mcanmzk4a3fLeisHzfwU5ZmQH4hRxp7EAcQH
|
|
2026-03-18 09:12:13.754 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.182 waku a56dd285bbaaa18c1b8a2011e44050b6b02bbaada1a53cf2edb326d1995274b4
|
|
2026-03-18 09:12:13.787 DEBUG [src.node.docker_mananger] Container started with ID a56dd285bbaa. Setting up logs at ./log/docker/node2_2026-03-18_09-12-12__36e38bbd-ebaa-4891-bdbe-79eed870ffae__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:13.788 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 52863
|
|
2026-03-18 09:12:13.789 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:12:14.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:14.793 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-03-18 09:12:14.794 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:14.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52863/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:14.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.182/tcp/52864/p2p/16Uiu2HAmQaf5m1vbtB7TKn4BKoSu159zKmV1AFmCHbuqJpJXcHks","/ip4/172.18.78.182/tcp/52865/ws/p2p/16Uiu2HAmQaf5m1vbtB7TKn4BKoSu159zKmV1AFmCHbuqJpJXcHks"],"enrUri":"enr:-L24QAxVorHB5fGMEiFcz_yQlw5zz7zSwcnWyoixB3ibESoBHQPKIwJOSyGBqnWGTz3N78H8RcN8kVLZ0LFduCn2lbMCgmlkgnY0gmlwhKwSTraKbXVsdGlhZGRyc5YACASsEk62Bs6AAAoErBJOtgbOgd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDsTAiPZw-XPplkEl8s7PoHrBjZEwnIYA_2V_NRQmsr2iDdGNwgs6Ag3VkcILOgoV3YWt1MgA"}'
|
|
2026-03-18 09:12:14.796 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:14.797 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52863/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.139/tcp/36679/p2p/16Uiu2HAmMj9dggn8Mcanmzk4a3fLeisHzfwU5ZmQH4hRxp7EAcQH"]'
|
|
2026-03-18 09:12:14.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:14.832 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-18 09:12:14.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36678/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-18 09:12:14.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:14.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52863/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "02295dfd-b4c8-4bb7-b752-c28ca53b4ef9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-18 09:12:14.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"02295dfd-b4c8-4bb7-b752-c28ca53b4ef9","statusDesc":"OK"}'
|
|
2026-03-18 09:12:14.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:12:14.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:14.875 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 09:12:14.975 DEBUG [src.steps.filter] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
|
|
2026-03-18 09:12:14.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52863/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:14.979 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":1773825134867107582,"ephemeral":false}]'
|
|
2026-03-18 09:12:14.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:12:14.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:14.985 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 09:12:15.085 DEBUG [src.steps.filter] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the published message
|
|
2026-03-18 09:12:15.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52863/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:15.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
|
2026-03-18 09:12:15.091 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 09:12:15.092 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 09:12:15.092 DEBUG [src.node.waku_node] Stopping container with id e095e72b3845
|
|
2026-03-18 09:12:15.630 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:12:15.630 DEBUG [src.node.waku_node] Stopping container with id a56dd285bbaa
|
|
2026-03-18 09:12:16.176 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:12:16.179 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 09:12:16.184 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 09:12:16.189 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|