mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-12 13:29:44 +00:00
73 lines
13 KiB
Plaintext
73 lines
13 KiB
Plaintext
2026-02-01 04:44:00.970 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-01 04:44:00.970 DEBUG [tests.conftest] Running test: test_filter_works_with_auto_sharding with id: 2026-02-01_04-44-00__9ec00dc6-bc67-4113-b873-e0e9a476dd87
|
|
2026-02-01 04:44:00.970 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-01 04:44:00.970 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-01 04:44:00.971 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-01 04:44:00.978 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-01 04:44:00.979 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-01_04-44-00__9ec00dc6-bc67-4113-b873-e0e9a476dd87__wakuorg_nwaku:latest.log
|
|
2026-02-01 04:44:00.979 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-01 04:44:00.979 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-01 04:44:00.980 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.59
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.docker_mananger] Generated ports ['45617', '45618', '45619', '45620', '45621']
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-01 04:44:00.981 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-01 04:44:00.981 DEBUG [src.node.docker_mananger] docker run -i -t -p 45617:45617 -p 45618:45618 -p 45619:45619 -p 45620:45620 -p 45621:45621 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=45619 --rest-port=45617 --tcp-port=45618 --discv5-udp-port=45620 --rest-address=0.0.0.0 --nat=extip:172.18.62.59 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8dfd87bc2a4f5a86dbcaeca8fae0ebc1cedefbd1cbcdb00bfeba8ed375124ddf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45621 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=1
|
|
2026-02-01 04:44:01.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.59 waku a5d82abc99ac139e8833a572ac67f6e3e016f280456b0522f4f4164ec3cebb82
|
|
2026-02-01 04:44:01.196 DEBUG [src.node.docker_mananger] Container started with ID a5d82abc99ac. Setting up logs at ./log/docker/node1_2026-02-01_04-44-00__9ec00dc6-bc67-4113-b873-e0e9a476dd87__wakuorg_nwaku:latest.log
|
|
2026-02-01 04:44:01.196 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45617
|
|
2026-02-01 04:44:01.196 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-01 04:44:01.201 ERROR [src.node.docker_mananger] Max retries reached for container 077719f7a12f. Exiting log stream.
|
|
2026-02-01 04:44:01.773 ERROR [src.node.docker_mananger] Max retries reached for container 6dcb4c1f63d6. Exiting log stream.
|
|
2026-02-01 04:44:02.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45617/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-01 04:44:02.201 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-01 04:44:02.201 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-01 04:44:02.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45617/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-01 04:44:02.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.59/tcp/45618/p2p/16Uiu2HAm31fuj418U52Ztd2gY6YWwVsu3wGfZYoufNR4bt8jkXzv","/ip4/172.18.62.59/tcp/45619/ws/p2p/16Uiu2HAm31fuj418U52Ztd2gY6YWwVsu3wGfZYoufNR4bt8jkXzv"],"enrUri":"enr:-L24QAMcrmGofgVpZfZodSezKB0Y4crMLegiw5vZX85nJh1SbCwq6E2wcCT9TaJ20TKkvrXJVd6NxXaGd5XDuVt9gRsCgmlkgnY0gmlwhKwSPjuKbXVsdGlhZGRyc5YACASsEj47BrIyAAoErBI-OwayM90DgnJzhQACAQAAiXNlY3AyNTZrMaECcLd6CKImTWat73hDXGpxAxvsjEnFtTJXmF5PeMvIMs-DdGNwgrIyg3VkcIKyNIV3YWt1MgU"}'
|
|
2026-02-01 04:44:02.204 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-01 04:44:02.211 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-01 04:44:02.211 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-01_04-44-00__9ec00dc6-bc67-4113-b873-e0e9a476dd87__wakuorg_nwaku:latest.log
|
|
2026-02-01 04:44:02.211 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-01 04:44:02.211 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-01 04:44:02.212 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.116
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.docker_mananger] Generated ports ['15275', '15276', '15277', '15278', '15279']
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-01 04:44:02.213 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-01 04:44:02.213 DEBUG [src.node.docker_mananger] docker run -i -t -p 15275:15275 -p 15276:15276 -p 15277:15277 -p 15278:15278 -p 15279:15279 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=15277 --rest-port=15275 --tcp-port=15276 --discv5-udp-port=15278 --rest-address=0.0.0.0 --nat=extip:172.18.52.116 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1911469b81d9cd9c2b9a31b3d960ecff127b00e0cde3b492c477d29887ea5d1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15279 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAMcrmGofgVpZfZodSezKB0Y4crMLegiw5vZX85nJh1SbCwq6E2wcCT9TaJ20TKkvrXJVd6NxXaGd5XDuVt9gRsCgmlkgnY0gmlwhKwSPjuKbXVsdGlhZGRyc5YACASsEj47BrIyAAoErBI-OwayM90DgnJzhQACAQAAiXNlY3AyNTZrMaECcLd6CKImTWat73hDXGpxAxvsjEnFtTJXmF5PeMvIMs-DdGNwgrIyg3VkcIKyNIV3YWt1MgU --filternode=/ip4/172.18.62.59/tcp/45618/p2p/16Uiu2HAm31fuj418U52Ztd2gY6YWwVsu3wGfZYoufNR4bt8jkXzv --content-topic=/myapp/1/latest/proto
|
|
2026-02-01 04:44:02.405 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.116 waku 55c6212e572ed8c8c91ed4c6c2da82bf72a3ab5d416f89482a5faabd5f369983
|
|
2026-02-01 04:44:02.435 DEBUG [src.node.docker_mananger] Container started with ID 55c6212e572e. Setting up logs at ./log/docker/node2_2026-02-01_04-44-00__9ec00dc6-bc67-4113-b873-e0e9a476dd87__wakuorg_nwaku:latest.log
|
|
2026-02-01 04:44:02.436 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15275
|
|
2026-02-01 04:44:02.436 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-01 04:44:03.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15275/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-01 04:44:03.440 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-01 04:44:03.441 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-01 04:44:03.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15275/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-01 04:44:03.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.116/tcp/15276/p2p/16Uiu2HAmUfq8Hwyn3RwRTX7x5RPFQXP9ASdHoNDzBW8bu3gJXfsy","/ip4/172.18.52.116/tcp/15277/ws/p2p/16Uiu2HAmUfq8Hwyn3RwRTX7x5RPFQXP9ASdHoNDzBW8bu3gJXfsy"],"enrUri":"enr:-L24QKkQ1Rh0Jp0xcItHFIU7U0lXIx8JMoUns3u22mXDTw--b715Y7hqJMMUVlewnDlrIgttTT1nH9xToARpekaV258CgmlkgnY0gmlwhKwSNHSKbXVsdGlhZGRyc5YACASsEjR0BjusAAoErBI0dAY7rd0DgnJzhQACAQAAiXNlY3AyNTZrMaED7fIkVUOn47aNgJKHtt_XEVrFunWmVQ12zQ4KApjZE4SDdGNwgjusg3VkcII7roV3YWt1MgA"}'
|
|
2026-02-01 04:44:03.443 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-01 04:44:03.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15275/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.62.59/tcp/45618/p2p/16Uiu2HAm31fuj418U52Ztd2gY6YWwVsu3wGfZYoufNR4bt8jkXzv"]'
|
|
2026-02-01 04:44:03.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-01 04:44:03.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45617/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-02-01 04:44:03.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-01 04:44:03.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15275/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0233adf5-5aa9-4d16-a2cb-23aad201e2c8", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
|
2026-02-01 04:44:03.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0233adf5-5aa9-4d16-a2cb-23aad201e2c8","statusDesc":"OK"}'
|
|
2026-02-01 04:44:03.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45617/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-01 04:44:03.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-01 04:44:03.510 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-01 04:44:03.610 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-01 04:44:03.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15275/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-01 04:44:03.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1769921043502966674,"ephemeral":false}]'
|
|
2026-02-01 04:44:03.617 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-01 04:44:03.618 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-01 04:44:03.618 DEBUG [src.node.waku_node] Stopping container with id a5d82abc99ac
|
|
2026-02-01 04:44:04.166 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-01 04:44:04.168 DEBUG [src.node.waku_node] Stopping container with id 55c6212e572e
|
|
2026-02-01 04:44:04.732 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-01 04:44:04.734 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-01 04:44:04.744 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-01 04:44:04.748 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|