mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-14 22:03:06 +00:00
88 lines
16 KiB
Plaintext
88 lines
16 KiB
Plaintext
2026-03-02 04:35:08.057 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:35:08.057 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2026-03-02_04-35-08__d60ae9c7-d1c7-4bd0-8080-0a6137ff7b55
|
|
2026-03-02 04:35:08.058 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:35:08.058 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-02 04:35:08.058 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-02 04:35:08.065 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:35:08.065 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-35-08__d60ae9c7-d1c7-4bd0-8080-0a6137ff7b55__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:08.065 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:35:08.065 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:35:08.067 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:35:08.067 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.91
|
|
2026-03-02 04:35:08.067 DEBUG [src.node.docker_mananger] Generated ports ['59150', '59151', '59152', '59153', '59154']
|
|
2026-03-02 04:35:08.067 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:35:08.067 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:35:08.067 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:35:08.068 DEBUG [src.node.docker_mananger] docker run -i -t -p 59150:59150 -p 59151:59151 -p 59152:59152 -p 59153:59153 -p 59154:59154 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=59152 --rest-port=59150 --tcp-port=59151 --discv5-udp-port=59153 --rest-address=0.0.0.0 --nat=extip:172.18.232.91 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f5808cf290da6b7e3ce02cb8ab7cfe63d29edcbd1467bd9d0e3ed39ebdc185b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59154 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-02 04:35:08.256 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.91 waku e2fb3c8c0026d3919eb670608be69e098105ba677864cebaae7bd52220b89a5a
|
|
2026-03-02 04:35:08.291 DEBUG [src.node.docker_mananger] Container started with ID e2fb3c8c0026. Setting up logs at ./log/docker/node1_2026-03-02_04-35-08__d60ae9c7-d1c7-4bd0-8080-0a6137ff7b55__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:08.291 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59150
|
|
2026-03-02 04:35:08.293 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:35:08.330 ERROR [src.node.docker_mananger] Max retries reached for container 14a340bf07b6. Exiting log stream.
|
|
2026-03-02 04:35:08.852 ERROR [src.node.docker_mananger] Max retries reached for container 7fad1bf34484. Exiting log stream.
|
|
2026-03-02 04:35:09.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59150/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:09.296 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-02 04:35:09.297 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:35:09.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59150/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:09.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.91/tcp/59151/p2p/16Uiu2HAm5KDbkdwThdy3mwoTJEBR4TtWDexp2zmTvjkgDbUrgw51","/ip4/172.18.232.91/tcp/59152/ws/p2p/16Uiu2HAm5KDbkdwThdy3mwoTJEBR4TtWDexp2zmTvjkgDbUrgw51"],"enrUri":"enr:-L24QJ8TylDRtBuQWQoPHwoUCIF4yofVVP_MIq8dYB-AkGpldmKwRS2Bf2CBy4bHwF6Njr2IBKfF0AgYwFmOx3xCNP0CgmlkgnY0gmlwhKwS6FuKbXVsdGlhZGRyc5YACASsEuhbBucPAAoErBLoWwbnEN0DgnJzhQADAQAAiXNlY3AyNTZrMaECku2OcvCLY_DH07oYx9tVA8nKYThbHHdVRNFWj_t90giDdGNwgucPg3VkcILnEYV3YWt1MgU"}'
|
|
2026-03-02 04:35:09.299 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:35:09.300 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-02 04:35:09.306 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:35:09.306 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-35-08__d60ae9c7-d1c7-4bd0-8080-0a6137ff7b55__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:09.306 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:35:09.307 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:35:09.308 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:35:09.308 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.13
|
|
2026-03-02 04:35:09.308 DEBUG [src.node.docker_mananger] Generated ports ['19221', '19222', '19223', '19224', '19225']
|
|
2026-03-02 04:35:09.308 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:35:09.309 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:35:09.309 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:35:09.309 DEBUG [src.node.docker_mananger] docker run -i -t -p 19221:19221 -p 19222:19222 -p 19223:19223 -p 19224:19224 -p 19225:19225 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=19223 --rest-port=19221 --tcp-port=19222 --discv5-udp-port=19224 --rest-address=0.0.0.0 --nat=extip:172.18.234.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b27ae5f884b2ed7faaed2c57ad6dc3b6fafcdfefe29cf22fe030cd5f75b158f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19225 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJ8TylDRtBuQWQoPHwoUCIF4yofVVP_MIq8dYB-AkGpldmKwRS2Bf2CBy4bHwF6Njr2IBKfF0AgYwFmOx3xCNP0CgmlkgnY0gmlwhKwS6FuKbXVsdGlhZGRyc5YACASsEuhbBucPAAoErBLoWwbnEN0DgnJzhQADAQAAiXNlY3AyNTZrMaECku2OcvCLY_DH07oYx9tVA8nKYThbHHdVRNFWj_t90giDdGNwgucPg3VkcILnEYV3YWt1MgU --filternode=/ip4/172.18.232.91/tcp/59151/p2p/16Uiu2HAm5KDbkdwThdy3mwoTJEBR4TtWDexp2zmTvjkgDbUrgw51
|
|
2026-03-02 04:35:09.501 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.13 waku 72cf87d725093465dd8afeb7c2647d150255282728c8f051f4600dd47d32ddff
|
|
2026-03-02 04:35:09.539 DEBUG [src.node.docker_mananger] Container started with ID 72cf87d72509. Setting up logs at ./log/docker/node2_2026-03-02_04-35-08__d60ae9c7-d1c7-4bd0-8080-0a6137ff7b55__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:09.540 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19221
|
|
2026-03-02 04:35:09.540 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:35:10.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19221/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:10.544 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-02 04:35:10.544 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:35:10.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19221/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:10.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.13/tcp/19222/p2p/16Uiu2HAmSA9WeVfY9PuP78RwiUguPVXtoL2Nb53skee7PY5rQshx","/ip4/172.18.234.13/tcp/19223/ws/p2p/16Uiu2HAmSA9WeVfY9PuP78RwiUguPVXtoL2Nb53skee7PY5rQshx"],"enrUri":"enr:-L24QGmuwG7FJL-K0f8kvzlOWeUjbkLUKt_178KQ0-9vKiqEbHg7MnWKMlxf5B--FqesxNRwZYIm7kV5ocPadku_GMACgmlkgnY0gmlwhKwS6g2KbXVsdGlhZGRyc5YACASsEuoNBksWAAoErBLqDQZLF90DgnJzhQADAQAAiXNlY3AyNTZrMaEDyKAh28K6I-THIdaRmVynylXpA1BqP55hr5xJcLFnhzeDdGNwgksWg3VkcIJLGIV3YWt1MgA"}'
|
|
2026-03-02 04:35:10.547 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:35:10.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19221/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.91/tcp/59151/p2p/16Uiu2HAm5KDbkdwThdy3mwoTJEBR4TtWDexp2zmTvjkgDbUrgw51"]'
|
|
2026-03-02 04:35:10.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59150/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-02 04:35:10.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19221/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "46ba8db5-46c1-478b-98ed-3a0955a805bb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-02 04:35:10.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"46ba8db5-46c1-478b-98ed-3a0955a805bb","statusDesc":"OK"}'
|
|
2026-03-02 04:35:10.617 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:19221/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
|
2026-03-02 04:35:10.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-02 04:35:10.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59150/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
|
2026-03-02 04:35:10.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59150/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-03-02 04:35:10.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.639 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:35:10.740 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:35:10.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19221/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:10.743 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":1772426110631729422,"ephemeral":false}]'
|
|
2026-03-02 04:35:10.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59150/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-02 04:35:10.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.750 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:35:10.850 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:35:10.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19221/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:10.854 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":1772426110744917283,"ephemeral":false}]'
|
|
2026-03-02 04:35:10.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59150/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-02 04:35:10.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:10.861 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:35:10.961 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:35:10.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19221/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:10.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1772426110855955258,"ephemeral":false}]'
|
|
2026-03-02 04:35:10.967 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:35:10.968 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:35:10.968 DEBUG [src.node.waku_node] Stopping container with id e2fb3c8c0026
|
|
2026-03-02 04:35:11.566 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:35:11.566 DEBUG [src.node.waku_node] Stopping container with id 72cf87d72509
|
|
2026-03-02 04:35:12.131 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:35:12.134 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:35:12.140 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:35:12.146 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|