mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
83 lines
15 KiB
Plaintext
83 lines
15 KiB
Plaintext
2026-03-03 04:36:48.951 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:36:48.952 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-03-03_04-36-48__aa1b1e3f-43ad-49b1-91bf-c6b92ba92c36
|
|
2026-03-03 04:36:48.952 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:36:48.952 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:36:48.953 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:36:48.961 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:36:48.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-36-48__aa1b1e3f-43ad-49b1-91bf-c6b92ba92c36__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:36:48.962 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:36:48.962 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:36:48.963 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:36:48.964 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.236
|
|
2026-03-03 04:36:48.964 DEBUG [src.node.docker_mananger] Generated ports ['40395', '40396', '40397', '40398', '40399']
|
|
2026-03-03 04:36:48.964 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:36:48.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:36:48.964 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:36:48.964 DEBUG [src.node.docker_mananger] docker run -i -t -p 40395:40395 -p 40396:40396 -p 40397:40397 -p 40398:40398 -p 40399:40399 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=40397 --rest-port=40395 --tcp-port=40396 --discv5-udp-port=40398 --rest-address=0.0.0.0 --nat=extip:172.18.192.236 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=270b5dd8ce4fac1e8dca5c1fff6b29fa7c90dff93befcaabb823efb3524a3907 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40399 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:36:49.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.236 waku 77d35a54aa2dedf9d11ec9d73b16e9d4166c3eafe94b328d89663438c428676b
|
|
2026-03-03 04:36:49.179 ERROR [src.node.docker_mananger] Max retries reached for container b639cbb79a87. Exiting log stream.
|
|
2026-03-03 04:36:49.202 DEBUG [src.node.docker_mananger] Container started with ID 77d35a54aa2d. Setting up logs at ./log/docker/node1_2026-03-03_04-36-48__aa1b1e3f-43ad-49b1-91bf-c6b92ba92c36__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:36:49.203 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40395
|
|
2026-03-03 04:36:49.203 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:36:49.759 ERROR [src.node.docker_mananger] Max retries reached for container 8adb44f9467a. Exiting log stream.
|
|
2026-03-03 04:36:50.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40395/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:50.206 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-03 04:36:50.206 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:36:50.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40395/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:50.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.236/tcp/40396/p2p/16Uiu2HAmBJQ2TsvuV8sRGhiQZ2eMsjKVFX4ZPLzTvtgNwSj9dxAi","/ip4/172.18.192.236/tcp/40397/ws/p2p/16Uiu2HAmBJQ2TsvuV8sRGhiQZ2eMsjKVFX4ZPLzTvtgNwSj9dxAi"],"enrUri":"enr:-L24QNL7EmEwFa8skWolzDijlrsFwPsvahXTkxmVnlmB3hEHIIa6tgMFvfJ2hAXWG1k0XcAcpQyMqZpVkRtDZM881fUCgmlkgnY0gmlwhKwSwOyKbXVsdGlhZGRyc5YACASsEsDsBp3MAAoErBLA7Aadzd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC693izqZd-rEmf61XKZ0xSbJcrCAaegEDGN2v7DpKqY-DdGNwgp3Mg3VkcIKdzoV3YWt1MgU"}'
|
|
2026-03-03 04:36:50.209 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:36:50.216 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:36:50.216 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-36-48__aa1b1e3f-43ad-49b1-91bf-c6b92ba92c36__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:36:50.217 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:36:50.217 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:36:50.218 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:36:50.218 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.39
|
|
2026-03-03 04:36:50.218 DEBUG [src.node.docker_mananger] Generated ports ['5771', '5772', '5773', '5774', '5775']
|
|
2026-03-03 04:36:50.219 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:36:50.219 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:36:50.219 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:36:50.219 DEBUG [src.node.docker_mananger] docker run -i -t -p 5771:5771 -p 5772:5772 -p 5773:5773 -p 5774:5774 -p 5775:5775 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=5773 --rest-port=5771 --tcp-port=5772 --discv5-udp-port=5774 --rest-address=0.0.0.0 --nat=extip:172.18.85.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=abcbecdcdb77066fb3abd2762514e43251aa8e501d38e7f5a9fec3a0da8ce416 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5775 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNL7EmEwFa8skWolzDijlrsFwPsvahXTkxmVnlmB3hEHIIa6tgMFvfJ2hAXWG1k0XcAcpQyMqZpVkRtDZM881fUCgmlkgnY0gmlwhKwSwOyKbXVsdGlhZGRyc5YACASsEsDsBp3MAAoErBLA7Aadzd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC693izqZd-rEmf61XKZ0xSbJcrCAaegEDGN2v7DpKqY-DdGNwgp3Mg3VkcIKdzoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-03 04:36:50.411 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.39 waku 8d7a3fdf7931440e99632e2729d5002f397e44fab517fbc40c40816e244f3d0d
|
|
2026-03-03 04:36:50.445 DEBUG [src.node.docker_mananger] Container started with ID 8d7a3fdf7931. Setting up logs at ./log/docker/node2_2026-03-03_04-36-48__aa1b1e3f-43ad-49b1-91bf-c6b92ba92c36__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:36:50.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5771
|
|
2026-03-03 04:36:50.446 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:36:51.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5771/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.471 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_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-03 04:36:51.474 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:36:51.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5771/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.39/tcp/5772/p2p/16Uiu2HAm54bUsBtZS3V5YnUw8NwhaoaRCnebfinMGBXE8vL9hFWD","/ip4/172.18.85.39/tcp/5773/ws/p2p/16Uiu2HAm54bUsBtZS3V5YnUw8NwhaoaRCnebfinMGBXE8vL9hFWD"],"enrUri":"enr:-L24QKsCLgwpOar5FXI5tYT2T5YxHdWuxXSa1mN8b5KrK2RsL0sP9neIF3cJekHExsh2SCPEB9vTRrhl1oTwpXA6qsoCgmlkgnY0gmlwhKwSVSeKbXVsdGlhZGRyc5YACASsElUnBhaMAAoErBJVJwYWjd0DgnJzhQACAQAAiXNlY3AyNTZrMaECjy6V5Me2vq_81DQCPnfv76Xlu6CB3HqkSMQ0WcCupfaDdGNwghaMg3VkcIIWjoV3YWt1MgE"}'
|
|
2026-03-03 04:36:51.481 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:36:51.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5771/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.192.236/tcp/40396/p2p/16Uiu2HAmBJQ2TsvuV8sRGhiQZ2eMsjKVFX4ZPLzTvtgNwSj9dxAi"]'
|
|
2026-03-03 04:36:51.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:36:51.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40395/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-03 04:36:51.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:36:51.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5771/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-03 04:36:51.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:36:51.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:36:51.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:36:51.504 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:36:51.604 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:36:51.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40395/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772512611497411094,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:36:51.609 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:36:51.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5771/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772512611497411094,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:36:51.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40395/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-03 04:36:51.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:36:51.620 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:36:51.721 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:36:51.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40395/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512611614516662,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:36:51.726 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:36:51.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5771/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:36:51.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512611614516662,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:36:51.731 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:36:51.733 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:36:51.733 DEBUG [src.node.waku_node] Stopping container with id 77d35a54aa2d
|
|
2026-03-03 04:36:52.326 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:36:52.327 DEBUG [src.node.waku_node] Stopping container with id 8d7a3fdf7931
|
|
2026-03-03 04:36:52.894 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:36:52.895 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:36:52.908 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:36:52.913 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|