mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 09:43:24 +00:00
87 lines
15 KiB
Plaintext
87 lines
15 KiB
Plaintext
2026-03-07 04:31:08.533 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:31:08.533 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_another_shard with id: 2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb
|
|
2026-03-07 04:31:08.534 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:31:08.534 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:31:08.534 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:31:08.542 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:31:08.542 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:31:08.542 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:31:08.542 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:31:08.544 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:31:08.544 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.253
|
|
2026-03-07 04:31:08.544 DEBUG [src.node.docker_mananger] Generated ports ['20031', '20032', '20033', '20034', '20035']
|
|
2026-03-07 04:31:08.544 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:31:08.544 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:31:08.544 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:31:08.545 DEBUG [src.node.docker_mananger] docker run -i -t -p 20031:20031 -p 20032:20032 -p 20033:20033 -p 20034:20034 -p 20035:20035 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=20033 --rest-port=20031 --tcp-port=20032 --discv5-udp-port=20034 --rest-address=0.0.0.0 --nat=extip:172.18.129.253 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aaab2bc1eefabef6dbfd73e7bfaadbc1c9ea4e6e48bc6613faafcf8231bc00c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20035 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-07 04:31:08.705 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.253 waku d297077b53645432c114a1e0d4250bcdcaab0990e93dce36af7926ee291f6bc1
|
|
2026-03-07 04:31:08.737 DEBUG [src.node.docker_mananger] Container started with ID d297077b5364. Setting up logs at ./log/docker/node1_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:31:08.737 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20031
|
|
2026-03-07 04:31:08.739 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:31:09.337 ERROR [src.node.docker_mananger] Max retries reached for container 4dd230304497. Exiting log stream.
|
|
2026-03-07 04:31:09.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20031/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:09.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:31:09.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20031/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:09.849 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-07 04:31:09.850 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:31:09.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20031/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:09.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.253/tcp/20032/p2p/16Uiu2HAm5eybALMQzC9bSoFgSYapvCJcdMdgjCxFhD3UJWmUhmd6","/ip4/172.18.129.253/tcp/20033/ws/p2p/16Uiu2HAm5eybALMQzC9bSoFgSYapvCJcdMdgjCxFhD3UJWmUhmd6"],"enrUri":"enr:-L24QFIq3kwbMTgA_vWR__3cX3UpkfUzUdVzNjtseXr7lTG_c9iYJR79U0gnniTsRG5m5T3SwSMcpdGdh5oNv7I4DR8CgmlkgnY0gmlwhKwSgf2KbXVsdGlhZGRyc5YACASsEoH9Bk5AAAoErBKB_QZOQd0DgnJzhQACAQAAiXNlY3AyNTZrMaECl_1UzE2OnLXkpRVpyw8yhp81v4KrMHa0ElU3AGBxX42DdGNwgk5Ag3VkcIJOQoV3YWt1MgU"}'
|
|
2026-03-07 04:31:09.853 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:31:09.859 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:31:09.860 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:31:09.860 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:31:09.860 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:31:09.861 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:31:09.861 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.11
|
|
2026-03-07 04:31:09.862 DEBUG [src.node.docker_mananger] Generated ports ['10882', '10883', '10884', '10885', '10886']
|
|
2026-03-07 04:31:09.862 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:31:09.862 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:31:09.863 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:31:09.863 DEBUG [src.node.docker_mananger] docker run -i -t -p 10882:10882 -p 10883:10883 -p 10884:10884 -p 10885:10885 -p 10886:10886 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=10884 --rest-port=10882 --tcp-port=10883 --discv5-udp-port=10885 --rest-address=0.0.0.0 --nat=extip:172.18.86.11 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=daebdc4ceb7f82af73202ba81a2cd819bea506fee1ab35d6efbcfc1fcadef2c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10886 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFIq3kwbMTgA_vWR__3cX3UpkfUzUdVzNjtseXr7lTG_c9iYJR79U0gnniTsRG5m5T3SwSMcpdGdh5oNv7I4DR8CgmlkgnY0gmlwhKwSgf2KbXVsdGlhZGRyc5YACASsEoH9Bk5AAAoErBKB_QZOQd0DgnJzhQACAQAAiXNlY3AyNTZrMaECl_1UzE2OnLXkpRVpyw8yhp81v4KrMHa0ElU3AGBxX42DdGNwgk5Ag3VkcIJOQoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-03-07 04:31:10.035 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.11 waku 67d74e0a5c566ac4d7f5f8411a90f7909c0efa6931423385543dc353b82084d0
|
|
2026-03-07 04:31:10.063 DEBUG [src.node.docker_mananger] Container started with ID 67d74e0a5c56. Setting up logs at ./log/docker/node2_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:31:10.064 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10882
|
|
2026-03-07 04:31:10.064 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:31:11.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10882/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:31:11.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10882/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.178 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":"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-07 04:31:11.178 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:31:11.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.11/tcp/10883/p2p/16Uiu2HAmBauzSCKFUximFQd6uii3Bvz2xVEoLpXcBpS9q7BDRugF","/ip4/172.18.86.11/tcp/10884/ws/p2p/16Uiu2HAmBauzSCKFUximFQd6uii3Bvz2xVEoLpXcBpS9q7BDRugF"],"enrUri":"enr:-L24QOPF4Fbv0ar_6nxp9ULCcxgXj7kY2JSeto0WKstuNUkzKx0KnyFgUtHFalgRAVqD5agQOE1iI7IcXe1sd304Gt0CgmlkgnY0gmlwhKwSVguKbXVsdGlhZGRyc5YACASsElYLBiqDAAoErBJWCwYqhN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8BkPeorYBc6nKm7ZfE3lXh9IjmaQy68g7rzRkv5ACHSDdGNwgiqDg3VkcIIqhYV3YWt1MgE"}'
|
|
2026-03-07 04:31:11.181 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:31:11.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10882/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.253/tcp/20032/p2p/16Uiu2HAm5eybALMQzC9bSoFgSYapvCJcdMdgjCxFhD3UJWmUhmd6"]'
|
|
2026-03-07 04:31:11.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:31:11.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20031/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-07 04:31:11.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:31:11.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10882/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
|
2026-03-07 04:31:11.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:31:11.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20031/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:31:11.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:31:11.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:31:11.337 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:31:11.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20031/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772857871225183819,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:31:11.341 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:31:11.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10882/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772857871225183819,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:31:11.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20031/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:31:11.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:31:11.355 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:31:11.455 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:31:11.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20031/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:31:11.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772857870472567226,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772857871346032026,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:31:11.490 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:31:11.491 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:31:11.491 DEBUG [src.node.waku_node] Stopping container with id d297077b5364
|
|
2026-03-07 04:31:12.005 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:31:12.006 DEBUG [src.node.waku_node] Stopping container with id 67d74e0a5c56
|
|
2026-03-07 04:31:12.514 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:31:12.515 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:31:12.549 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:31:12.579 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:31:12.579 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-07 04:31:12.580 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-07 04:31:12.580 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:31:12.581 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-07_04-31-08__242d313f-6487-4cb7-8bb9-499481cd58fb__wakuorg_nwaku:latest.log
|