mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
89 lines
15 KiB
Plaintext
89 lines
15 KiB
Plaintext
2026-03-30 10:04:46.031 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:04:46.031 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node_pauses_and_pauses with id: 2026-03-30_10-04-46__7651f2d1-ae02-4f54-b478-f6b5c6cc7c31
|
|
2026-03-30 10:04:46.032 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:04:46.032 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 10:04:46.032 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-30 10:04:46.038 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:04:46.038 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_10-04-46__7651f2d1-ae02-4f54-b478-f6b5c6cc7c31__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:04:46.039 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:04:46.039 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:04:46.040 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:04:46.040 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.106
|
|
2026-03-30 10:04:46.041 DEBUG [src.node.docker_mananger] Generated ports ['31257', '31258', '31259', '31260', '31261']
|
|
2026-03-30 10:04:46.041 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:04:46.041 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:04:46.041 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:04:46.041 DEBUG [src.node.docker_mananger] docker run -i -t -p 31257:31257 -p 31258:31258 -p 31259:31259 -p 31260:31260 -p 31261:31261 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=31259 --rest-port=31257 --tcp-port=31258 --discv5-udp-port=31260 --rest-address=0.0.0.0 --nat=extip:172.18.148.106 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=f0fa81adba91cebfacaaadbacef5cf8d3a84e7cb508d993ceaf4e3c4edf0c35a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31261 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 10:04:46.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.106 waku 1daf86ab2e470fdd47e3155a861ff38b07e59b9620c828305bce1c64007f00e5
|
|
2026-03-30 10:04:46.260 DEBUG [src.node.docker_mananger] Container started with ID 1daf86ab2e47. Setting up logs at ./log/docker/node1_2026-03-30_10-04-46__7651f2d1-ae02-4f54-b478-f6b5c6cc7c31__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:04:46.261 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31257
|
|
2026-03-30 10:04:46.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:04:46.372 ERROR [src.node.docker_mananger] Max retries reached for container 67c8df799d12. Exiting log stream.
|
|
2026-03-30 10:04:46.815 ERROR [src.node.docker_mananger] Max retries reached for container 515d06951b1b. Exiting log stream.
|
|
2026-03-30 10:04:47.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31257/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:47.265 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-30 10:04:47.265 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:04:47.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31257/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:47.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.106/tcp/31258/p2p/16Uiu2HAmB5uR6iTzdgQyutwnXaT23hqHfYkmLjLyE2xcDBnegVYg","/ip4/172.18.148.106/tcp/31259/ws/p2p/16Uiu2HAmB5uR6iTzdgQyutwnXaT23hqHfYkmLjLyE2xcDBnegVYg"],"enrUri":"enr:-L24QFZm5KM1lFOx5wzcGkE152CaQ_PeAqeMJQ-WO4C6R34pZG9XOFVEAqDilphMpatGmZYSEt74IJlOTl1YwHXWSK8CgmlkgnY0gmlwhKwSlGqKbXVsdGlhZGRyc5YACASsEpRqBnoaAAoErBKUagZ6G90DgnJzhQDGAQAAiXNlY3AyNTZrMaEC6KqRLt5xbTAzK-5gnFYTeTCVH-Vupg7W7uw4_K_JxSWDdGNwgnoag3VkcIJ6HIV3YWt1MgU"}'
|
|
2026-03-30 10:04:47.268 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:04:47.268 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-30 10:04:47.274 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:04:47.274 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_10-04-46__7651f2d1-ae02-4f54-b478-f6b5c6cc7c31__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:04:47.274 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:04:47.274 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.204.100
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.docker_mananger] Generated ports ['60448', '60449', '60450', '60451', '60452']
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:04:47.276 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:04:47.276 DEBUG [src.node.docker_mananger] docker run -i -t -p 60448:60448 -p 60449:60449 -p 60450:60450 -p 60451:60451 -p 60452:60452 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=60450 --rest-port=60448 --tcp-port=60449 --discv5-udp-port=60451 --rest-address=0.0.0.0 --nat=extip:172.18.204.100 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=e9e114bc4abaab658ba1cebc1ef9c8f4f8a59fd501f753a9bf690d6e1b9debe1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60452 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFZm5KM1lFOx5wzcGkE152CaQ_PeAqeMJQ-WO4C6R34pZG9XOFVEAqDilphMpatGmZYSEt74IJlOTl1YwHXWSK8CgmlkgnY0gmlwhKwSlGqKbXVsdGlhZGRyc5YACASsEpRqBnoaAAoErBKUagZ6G90DgnJzhQDGAQAAiXNlY3AyNTZrMaEC6KqRLt5xbTAzK-5gnFYTeTCVH-Vupg7W7uw4_K_JxSWDdGNwgnoag3VkcIJ6HIV3YWt1MgU --filternode=/ip4/172.18.148.106/tcp/31258/p2p/16Uiu2HAmB5uR6iTzdgQyutwnXaT23hqHfYkmLjLyE2xcDBnegVYg
|
|
2026-03-30 10:04:47.457 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.204.100 waku 07b99a05f041ef75907d46cdb37bd470ad252654b96e8f393e3a68d10f025835
|
|
2026-03-30 10:04:47.492 DEBUG [src.node.docker_mananger] Container started with ID 07b99a05f041. Setting up logs at ./log/docker/node2_2026-03-30_10-04-46__7651f2d1-ae02-4f54-b478-f6b5c6cc7c31__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:04:47.492 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60448
|
|
2026-03-30 10:04:47.493 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:04:48.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60448/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:48.496 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-30 10:04:48.496 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:04:48.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60448/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:48.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.204.100/tcp/60449/p2p/16Uiu2HAmAXp4htmDoTB7UhoCZhkN35KmgwxfQHtFjVQ5Wq2Bhnt7","/ip4/172.18.204.100/tcp/60450/ws/p2p/16Uiu2HAmAXp4htmDoTB7UhoCZhkN35KmgwxfQHtFjVQ5Wq2Bhnt7"],"enrUri":"enr:-L24QINmtOiXWK7-779WnGFXT2AEA0HsHS-GvZSN8gX7OqMTDn0bopPYQIvjoPHjjgQgIHzw6Xz3b_1ts8pPLyVQeasCgmlkgnY0gmlwhKwSzGSKbXVsdGlhZGRyc5YACASsEsxkBuwhAAoErBLMZAbsIt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEC4HHuHe0LUlW-m0DXxQkbNKjDdpljBds_TRt181aNH-iDdGNwguwhg3VkcILsI4V3YWt1MgA"}'
|
|
2026-03-30 10:04:48.499 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:04:48.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60448/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.106/tcp/31258/p2p/16Uiu2HAmB5uR6iTzdgQyutwnXaT23hqHfYkmLjLyE2xcDBnegVYg"]'
|
|
2026-03-30 10:04:48.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:04:48.533 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-30 10:04:48.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31257/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 10:04:48.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:04:48.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60448/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f822fff4-5d4a-403d-b5cb-33d0814406f0", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-03-30 10:04:48.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f822fff4-5d4a-403d-b5cb-33d0814406f0","statusDesc":"OK"}'
|
|
2026-03-30 10:04:48.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31257/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-30 10:04:48.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:04:48.575 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:04:48.675 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:04:48.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60448/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:48.678 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":1774865088568041777,"ephemeral":false}]'
|
|
2026-03-30 10:04:48.680 DEBUG [src.node.waku_node] Pausing container with id 1daf86ab2e47
|
|
2026-03-30 10:04:48.699 DEBUG [src.node.waku_node] Unpause container with id 1daf86ab2e47
|
|
2026-03-30 10:04:48.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31257/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:04:48.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:04:48.712 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:04:48.812 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:04:48.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60448/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:48.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774865088708199494,"ephemeral":false}]'
|
|
2026-03-30 10:04:48.817 DEBUG [src.node.waku_node] Pausing container with id 07b99a05f041
|
|
2026-03-30 10:04:48.827 DEBUG [src.node.waku_node] Unpause container with id 07b99a05f041
|
|
2026-03-30 10:04:48.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31257/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:04:48.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:04:48.839 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:04:48.940 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:04:48.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60448/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:04:48.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774865088835229223,"ephemeral":false}]'
|
|
2026-03-30 10:04:48.946 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:04:48.947 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:04:48.947 DEBUG [src.node.waku_node] Stopping container with id 1daf86ab2e47
|
|
2026-03-30 10:04:49.403 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:04:49.407 DEBUG [src.node.waku_node] Stopping container with id 07b99a05f041
|
|
2026-03-30 10:04:49.839 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:04:49.844 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:04:49.854 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:04:49.859 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|