mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 08:03:29 +00:00
118 lines
20 KiB
Plaintext
118 lines
20 KiB
Plaintext
2026-03-08 04:35:38.584 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-08 04:35:38.585 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f
|
|
2026-03-08 04:35:38.586 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-08 04:35:38.586 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-08 04:35:38.586 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-08 04:35:38.596 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:35:38.597 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:38.597 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:35:38.597 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:35:38.598 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:35:38.598 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.137
|
|
2026-03-08 04:35:38.598 DEBUG [src.node.docker_mananger] Generated ports ['19743', '19744', '19745', '19746', '19747']
|
|
2026-03-08 04:35:38.599 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:35:38.599 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:35:38.599 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:35:38.599 DEBUG [src.node.docker_mananger] docker run -i -t -p 19743:19743 -p 19744:19744 -p 19745:19745 -p 19746:19746 -p 19747:19747 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=19745 --rest-port=19743 --tcp-port=19744 --discv5-udp-port=19746 --rest-address=0.0.0.0 --nat=extip:172.18.99.137 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dae78cedca6dada4eaaeda9f3daed25e5fac5b0c33d1b4f09bcfb72fc5afdfab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19747 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-08 04:35:38.787 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.137 waku 4d8c1c474703e4a4ec2b70184dcf6ef71a0134f0933cae9b17f02d05c45c5dc5
|
|
2026-03-08 04:35:38.814 ERROR [src.node.docker_mananger] Max retries reached for container 9eb8aacdc88f. Exiting log stream.
|
|
2026-03-08 04:35:38.824 DEBUG [src.node.docker_mananger] Container started with ID 4d8c1c474703. Setting up logs at ./log/docker/node1_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:38.825 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19743
|
|
2026-03-08 04:35:38.826 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:35:39.408 ERROR [src.node.docker_mananger] Max retries reached for container 9be98f1eb780. Exiting log stream.
|
|
2026-03-08 04:35:39.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:39.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:39.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:39.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:40.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:40.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-08 04:35:41.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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-08 04:35:41.577 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:35:41.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:41.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.137/tcp/19744/p2p/16Uiu2HAkyfXMPv554vEcmDo1FGUBXCnNwSHoPXaoPyk2Jr1JRnXL","/ip4/172.18.99.137/tcp/19745/ws/p2p/16Uiu2HAkyfXMPv554vEcmDo1FGUBXCnNwSHoPXaoPyk2Jr1JRnXL"],"enrUri":"enr:-L24QL6Ybq5vGsdkKo9cnXDDXXMSbLC2jqoGRQgkXfKC400DWWcv1Zc89-aO2QZVrHHU74y4qZFnYZx_esw5RLcfFoMCgmlkgnY0gmlwhKwSY4mKbXVsdGlhZGRyc5YACASsEmOJBk0gAAoErBJjiQZNId0DgnJzhQACAQAAiXNlY3AyNTZrMaECPvsfs7m5rKqA6BqGFEZ7MwO1Or-aDr0TnHem6NFNW8ODdGNwgk0gg3VkcIJNIoV3YWt1MgU"}'
|
|
2026-03-08 04:35:41.579 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:35:41.587 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-08 04:35:41.587 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:41.587 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-08 04:35:41.587 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.10
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.docker_mananger] Generated ports ['58014', '58015', '58016', '58017', '58018']
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-08 04:35:41.589 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-08 04:35:41.589 DEBUG [src.node.docker_mananger] docker run -i -t -p 58014:58014 -p 58015:58015 -p 58016:58016 -p 58017:58017 -p 58018:58018 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=58016 --rest-port=58014 --tcp-port=58015 --discv5-udp-port=58017 --rest-address=0.0.0.0 --nat=extip:172.18.126.10 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bdde0ed21806ae6bab47b1ebca3eb3c9d4b3de3de63a7f18e5c29a6abd2729dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58018 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QL6Ybq5vGsdkKo9cnXDDXXMSbLC2jqoGRQgkXfKC400DWWcv1Zc89-aO2QZVrHHU74y4qZFnYZx_esw5RLcfFoMCgmlkgnY0gmlwhKwSY4mKbXVsdGlhZGRyc5YACASsEmOJBk0gAAoErBJjiQZNId0DgnJzhQACAQAAiXNlY3AyNTZrMaECPvsfs7m5rKqA6BqGFEZ7MwO1Or-aDr0TnHem6NFNW8ODdGNwgk0gg3VkcIJNIoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-08 04:35:41.785 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.10 waku eeb127437e76f86135631a573f97241ae23fb6c489c5e6087face6a5ed8e739c
|
|
2026-03-08 04:35:41.822 DEBUG [src.node.docker_mananger] Container started with ID eeb127437e76. Setting up logs at ./log/docker/node2_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:41.822 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58014
|
|
2026-03-08 04:35:41.822 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-08 04:35:42.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58014/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:42.826 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-08 04:35:42.826 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-08 04:35:42.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58014/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:42.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.10/tcp/58015/p2p/16Uiu2HAm3bxNiZ93fYbKDvyrZG6QcuatQbbQvLzqwsGikiz4kLwv","/ip4/172.18.126.10/tcp/58016/ws/p2p/16Uiu2HAm3bxNiZ93fYbKDvyrZG6QcuatQbbQvLzqwsGikiz4kLwv"],"enrUri":"enr:-L24QFhDEKxsPyczdZquPexEXUstQUqMashrKWkwX-19Rf_QIhSwyP9kmnGpIKgieX7OZ5XcNtPHpf39HI7FyC6b3GECgmlkgnY0gmlwhKwSfgqKbXVsdGlhZGRyc5YACASsEn4KBuKfAAoErBJ-CgbioN0DgnJzhQACAQAAiXNlY3AyNTZrMaECeX_XdrdfkXJ-l1LJDtj3yUwWckKizURUJBa-gFrwDWWDdGNwguKfg3VkcILioYV3YWt1MgE"}'
|
|
2026-03-08 04:35:42.829 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-08 04:35:42.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58014/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.99.137/tcp/19744/p2p/16Uiu2HAkyfXMPv554vEcmDo1FGUBXCnNwSHoPXaoPyk2Jr1JRnXL"]'
|
|
2026-03-08 04:35:42.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:42.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19743/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-08 04:35:42.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:42.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58014/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-08 04:35:42.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:42.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19743/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:35:42.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:42.897 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:35:42.997 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:35:42.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:43.000 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":1772944542886659904,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:35:43.001 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:35:43.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58014/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:43.004 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":1772944542886659904,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:35:43.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19743/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-08 04:35:43.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-08 04:35:43.014 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-08 04:35:43.115 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-08 04:35:43.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19743/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-08 04:35:43.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944543006058271,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944542973349868,"ephemeral":false,"proof":""}]'
|
|
2026-03-08 04:35:43.166 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-08 04:35:43.167 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-08 04:35:43.167 DEBUG [src.node.waku_node] Stopping container with id 4d8c1c474703
|
|
2026-03-08 04:35:43.727 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:35:43.729 DEBUG [src.node.waku_node] Stopping container with id eeb127437e76
|
|
2026-03-08 04:35:44.282 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-08 04:35:44.285 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-08 04:35:44.312 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:35:44.343 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-08 04:35:44.345 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-08 04:35:44.345 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-08 04:35:44.346 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|
|
2026-03-08 04:35:44.348 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-08_04-35-38__49109b7b-3965-42bb-ab31-8a4ba8405d8f__wakuorg_nwaku:latest.log
|