mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
102 lines
18 KiB
Plaintext
102 lines
18 KiB
Plaintext
2026-03-28 04:39:00.831 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-28 04:39:00.832 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_another_shard with id: 2026-03-28_04-39-00__bf209d58-45e0-4c75-9099-919bd478c059
|
|
2026-03-28 04:39:00.832 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-28 04:39:00.832 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-28 04:39:00.832 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-28 04:39:00.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-28 04:39:00.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-28_04-39-00__bf209d58-45e0-4c75-9099-919bd478c059__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:39:00.839 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-28 04:39:00.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-28 04:39:00.841 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-28 04:39:00.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.49
|
|
2026-03-28 04:39:00.841 DEBUG [src.node.docker_mananger] Generated ports ['10138', '10139', '10140', '10141', '10142']
|
|
2026-03-28 04:39:00.841 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-28 04:39:00.841 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-28 04:39:00.842 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-28 04:39:00.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 10138:10138 -p 10139:10139 -p 10140:10140 -p 10141:10141 -p 10142:10142 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=10140 --rest-port=10138 --tcp-port=10139 --discv5-udp-port=10141 --rest-address=0.0.0.0 --nat=extip:172.18.17.49 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e2adc5b27eef7ed7a3f2df2d2ea6e105bc25dfda27926beac89b523bc5c9d9b9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10142 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-28 04:39:01.032 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.49 waku 625b907678b63ca33816c9b5a66ad27d6346505c3b5cf0a78a910f8d158ef4f2
|
|
2026-03-28 04:39:01.069 DEBUG [src.node.docker_mananger] Container started with ID 625b907678b6. Setting up logs at ./log/docker/node1_2026-03-28_04-39-00__bf209d58-45e0-4c75-9099-919bd478c059__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:39:01.070 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10138
|
|
2026-03-28 04:39:01.073 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-28 04:39:01.641 ERROR [src.node.docker_mananger] Max retries reached for container 61706cc58bce. Exiting log stream.
|
|
2026-03-28 04:39:02.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:02.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:02.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:03.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:03.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-28 04:39:03.005 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-28 04:39:03.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:03.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.49/tcp/10139/p2p/16Uiu2HAmFauBTFo4v8Qqk2gn9MzNvavYEaRgS7LD7F4MTTdPrTwD","/ip4/172.18.17.49/tcp/10140/ws/p2p/16Uiu2HAmFauBTFo4v8Qqk2gn9MzNvavYEaRgS7LD7F4MTTdPrTwD"],"enrUri":"enr:-L24QDeSym-ZSIzFbE_cqA9njrMEfHtXfDi0YpIdvjnWAMTAb1_oW7cJIt5-dYNVryQwIPIIwphnP8Hoa3aAKKz0ZMQCgmlkgnY0gmlwhKwSETGKbXVsdGlhZGRyc5YACASsEhExBiebAAoErBIRMQYnnN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDK4bka4KUVwAbn-f62oKoMdhyJUuf4eEtObukY83VaviDdGNwgiebg3VkcIInnYV3YWt1MgU"}'
|
|
2026-03-28 04:39:03.008 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-28 04:39:03.014 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-28 04:39:03.014 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-28_04-39-00__bf209d58-45e0-4c75-9099-919bd478c059__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:39:03.015 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-28 04:39:03.015 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-28 04:39:03.016 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-28 04:39:03.016 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.12
|
|
2026-03-28 04:39:03.016 DEBUG [src.node.docker_mananger] Generated ports ['22812', '22813', '22814', '22815', '22816']
|
|
2026-03-28 04:39:03.017 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-28 04:39:03.017 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-28 04:39:03.017 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-28 04:39:03.017 DEBUG [src.node.docker_mananger] docker run -i -t -p 22812:22812 -p 22813:22813 -p 22814:22814 -p 22815:22815 -p 22816:22816 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=22814 --rest-port=22812 --tcp-port=22813 --discv5-udp-port=22815 --rest-address=0.0.0.0 --nat=extip:172.18.59.12 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dee6e13bff650fbaac7d8feee57d4a64b9b4eb10f27cfcc85e01bff538df769a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22816 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDeSym-ZSIzFbE_cqA9njrMEfHtXfDi0YpIdvjnWAMTAb1_oW7cJIt5-dYNVryQwIPIIwphnP8Hoa3aAKKz0ZMQCgmlkgnY0gmlwhKwSETGKbXVsdGlhZGRyc5YACASsEhExBiebAAoErBIRMQYnnN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDK4bka4KUVwAbn-f62oKoMdhyJUuf4eEtObukY83VaviDdGNwgiebg3VkcIInnYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-28 04:39:03.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.12 waku 7f2647e4afc234d8f7659bf4c2b747832494fd7883951ba9c2cf6bf7e16de9ef
|
|
2026-03-28 04:39:03.265 DEBUG [src.node.docker_mananger] Container started with ID 7f2647e4afc2. Setting up logs at ./log/docker/node2_2026-03-28_04-39-00__bf209d58-45e0-4c75-9099-919bd478c059__wakuorg_nwaku:latest.log
|
|
2026-03-28 04:39:03.265 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22812
|
|
2026-03-28 04:39:03.266 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-28 04:39:04.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22812/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-28 04:39:04.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22812/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-28 04:39:04.372 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-28 04:39:04.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22812/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.12/tcp/22813/p2p/16Uiu2HAmCSiD34WJKk4RKPUrf7sQcro4UnKyCKTmWYqnuc6uy5Th","/ip4/172.18.59.12/tcp/22814/ws/p2p/16Uiu2HAmCSiD34WJKk4RKPUrf7sQcro4UnKyCKTmWYqnuc6uy5Th"],"enrUri":"enr:-L24QJgf6gjGXi_HxFNGGNLcMcylpEx_ZRCSKY6isLwabzKaOwJOTkh16EN9fVjxvixx-B3_jffPmYFa_jjFiBbpNvkCgmlkgnY0gmlwhKwSOwyKbXVsdGlhZGRyc5YACASsEjsMBlkdAAoErBI7DAZZHt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC_NrHM6McJOTWtIzakMdjcujZq6bdr6CE6G0IIPuulHyDdGNwglkdg3VkcIJZH4V3YWt1MgE"}'
|
|
2026-03-28 04:39:04.375 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-28 04:39:04.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22812/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.49/tcp/10139/p2p/16Uiu2HAmFauBTFo4v8Qqk2gn9MzNvavYEaRgS7LD7F4MTTdPrTwD"]'
|
|
2026-03-28 04:39:04.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:39:04.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10138/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-28 04:39:04.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:39:04.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22812/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-28 04:39:04.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:39:04.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10138/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-28 04:39:04.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:39:04.437 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-28 04:39:04.537 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:39:04.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774672744426633588,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:39:04.541 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:39:04.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22812/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1774672744426633588,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:39:04.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10138/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-28 04:39:04.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-28 04:39:04.552 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-28 04:39:04.652 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:39:04.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10138/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774672744545821464,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:39:04.656 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-28 04:39:04.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22812/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-28 04:39:04.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774672744545821464,"ephemeral":false,"proof":""}]'
|
|
2026-03-28 04:39:04.661 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-28 04:39:04.662 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-28 04:39:04.663 DEBUG [src.node.waku_node] Stopping container with id 625b907678b6
|
|
2026-03-28 04:39:05.137 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-28 04:39:05.138 DEBUG [src.node.waku_node] Stopping container with id 7f2647e4afc2
|
|
2026-03-28 04:39:05.580 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-28 04:39:05.583 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-28 04:39:05.607 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-28 04:39:05.625 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|