mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-23 12:13:14 +00:00
183 lines
34 KiB
Plaintext
183 lines
34 KiB
Plaintext
2026-03-19 04:40:40.147 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-19 04:40:40.148 DEBUG [tests.conftest] Running test: test_check_sync_when_2_nodes_publish with id: 2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b
|
|
2026-03-19 04:40:40.149 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-19 04:40:40.156 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-19 04:40:40.156 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:40.162 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-19 04:40:40.162 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:40.168 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-19 04:40:40.169 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:40.169 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-19 04:40:40.169 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-19 04:40:40.170 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-19 04:40:40.171 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-19 04:40:40.171 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.226
|
|
2026-03-19 04:40:40.172 DEBUG [src.node.docker_mananger] Generated ports ['14869', '14870', '14871', '14872', '14873']
|
|
2026-03-19 04:40:40.172 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-19 04:40:40.172 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-19 04:40:40.172 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-19 04:40:40.172 DEBUG [src.node.docker_mananger] docker run -i -t -p 14869:14869 -p 14870:14870 -p 14871:14871 -p 14872:14872 -p 14873:14873 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=14871 --rest-port=14869 --tcp-port=14870 --discv5-udp-port=14872 --rest-address=0.0.0.0 --nat=extip:172.18.229.226 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a07c4bda3ecaef378ac311fe1a88fda370d110e51dbdc882e7adcfb4cafc1b4 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14873 --metrics-logging=true --relay=true
|
|
2026-03-19 04:40:40.351 ERROR [src.node.docker_mananger] Max retries reached for container 0b40cb4f176d. Exiting log stream.
|
|
2026-03-19 04:40:40.366 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.226 waku 05a2f779d9b5b7fae9c30a2ab80bcf1473b77d8501440b40291dfdf5095059b4
|
|
2026-03-19 04:40:40.400 DEBUG [src.node.docker_mananger] Container started with ID 05a2f779d9b5. Setting up logs at ./log/docker/node1_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:40.400 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14869
|
|
2026-03-19 04:40:40.401 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-19 04:40:40.946 ERROR [src.node.docker_mananger] Max retries reached for container 0f5025c0030a. Exiting log stream.
|
|
2026-03-19 04:40:41.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14869/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:41.404 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":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-19 04:40:41.404 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-19 04:40:41.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14869/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:41.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.226/tcp/14870/p2p/16Uiu2HAmKG6RB2R7euqK9s9WFn7PvBbxzyjtMZee5rYeUkN3CtTY","/ip4/172.18.229.226/tcp/14871/ws/p2p/16Uiu2HAmKG6RB2R7euqK9s9WFn7PvBbxzyjtMZee5rYeUkN3CtTY"],"enrUri":"enr:-L24QCkwuCxR5AxW1HO74ku_2Q_y6KSFXY3R29mjBJos2eqofGvw9Y6ToWdzGlfue346NrjPBkPY6qHfdxgVVCa54kICgmlkgnY0gmlwhKwS5eKKbXVsdGlhZGRyc5YACASsEuXiBjoWAAoErBLl4gY6F90DgnJzhQADAQAAiXNlY3AyNTZrMaEDYiRPT8hTquGNDHyvEcxQc7hMnFYNu4ESfANLVepUC2eDdGNwgjoWg3VkcII6GIV3YWt1MhM"}'
|
|
2026-03-19 04:40:41.407 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-19 04:40:41.407 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-19 04:40:41.407 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-19 04:40:41.409 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-19 04:40:41.409 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.244
|
|
2026-03-19 04:40:41.409 DEBUG [src.node.docker_mananger] Generated ports ['57696', '57697', '57698', '57699', '57700']
|
|
2026-03-19 04:40:41.409 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-19 04:40:41.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-19 04:40:41.409 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-19 04:40:41.410 DEBUG [src.node.docker_mananger] docker run -i -t -p 57696:57696 -p 57697:57697 -p 57698:57698 -p 57699:57699 -p 57700:57700 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=57698 --rest-port=57696 --tcp-port=57697 --discv5-udp-port=57699 --rest-address=0.0.0.0 --nat=extip:172.18.128.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=42c9f968636acf565addb95e02ea0477a2ceaa9b6df1de3e04b0fc0e6a0892de --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57700 --metrics-logging=true --relay=true --storenode=/ip4/172.18.229.226/tcp/14870/p2p/16Uiu2HAmKG6RB2R7euqK9s9WFn7PvBbxzyjtMZee5rYeUkN3CtTY --discv5-bootstrap-node=enr:-L24QCkwuCxR5AxW1HO74ku_2Q_y6KSFXY3R29mjBJos2eqofGvw9Y6ToWdzGlfue346NrjPBkPY6qHfdxgVVCa54kICgmlkgnY0gmlwhKwS5eKKbXVsdGlhZGRyc5YACASsEuXiBjoWAAoErBLl4gY6F90DgnJzhQADAQAAiXNlY3AyNTZrMaEDYiRPT8hTquGNDHyvEcxQc7hMnFYNu4ESfANLVepUC2eDdGNwgjoWg3VkcII6GIV3YWt1MhM
|
|
2026-03-19 04:40:41.606 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.244 waku 88038da31d7d4b25ed8a5d9d766b2ce00bc3937bdc604d0ad3e6edd94ec6e2b0
|
|
2026-03-19 04:40:41.640 DEBUG [src.node.docker_mananger] Container started with ID 88038da31d7d. Setting up logs at ./log/docker/node2_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:41.640 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57696
|
|
2026-03-19 04:40:41.640 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-19 04:40:42.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57696/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:42.644 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":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-19 04:40:42.644 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-19 04:40:42.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57696/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:42.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.244/tcp/57697/p2p/16Uiu2HAmJ2dLVPqvLK4qpayMtJxERmiNNS8evPjpkvJEDah6hBCS","/ip4/172.18.128.244/tcp/57698/ws/p2p/16Uiu2HAmJ2dLVPqvLK4qpayMtJxERmiNNS8evPjpkvJEDah6hBCS"],"enrUri":"enr:-L24QOordZIEbceuIb-fF4Erulh4U5B4Mrf-XRSOAd4fY60kFlM4cdEm6WcI36M74aSdypbv-wOdyhHkIl3MvO_mBcICgmlkgnY0gmlwhKwSgPSKbXVsdGlhZGRyc5YACASsEoD0BuFhAAoErBKA9AbhYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT9VzutEL3sdNllwebOszU28EZQxXG_t_Cn2JFN9Kbc-DdGNwguFhg3VkcILhY4V3YWt1MhM"}'
|
|
2026-03-19 04:40:42.647 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-19 04:40:42.647 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-19 04:40:42.647 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-19 04:40:42.648 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-19 04:40:42.648 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.111
|
|
2026-03-19 04:40:42.649 DEBUG [src.node.docker_mananger] Generated ports ['15879', '15880', '15881', '15882', '15883']
|
|
2026-03-19 04:40:42.649 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-19 04:40:42.649 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-19 04:40:42.649 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-19 04:40:42.649 DEBUG [src.node.docker_mananger] docker run -i -t -p 15879:15879 -p 15880:15880 -p 15881:15881 -p 15882:15882 -p 15883:15883 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=15881 --rest-port=15879 --tcp-port=15880 --discv5-udp-port=15882 --rest-address=0.0.0.0 --nat=extip:172.18.76.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6bdde848c9fa90edf256c0c4244907d9c9affdcbcda5abedfd1ef2e78599e4e3 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15883 --metrics-logging=true --relay=false --storenode=/ip4/172.18.128.244/tcp/57697/p2p/16Uiu2HAmJ2dLVPqvLK4qpayMtJxERmiNNS8evPjpkvJEDah6hBCS --discv5-bootstrap-node=enr:-L24QOordZIEbceuIb-fF4Erulh4U5B4Mrf-XRSOAd4fY60kFlM4cdEm6WcI36M74aSdypbv-wOdyhHkIl3MvO_mBcICgmlkgnY0gmlwhKwSgPSKbXVsdGlhZGRyc5YACASsEoD0BuFhAAoErBKA9AbhYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT9VzutEL3sdNllwebOszU28EZQxXG_t_Cn2JFN9Kbc-DdGNwguFhg3VkcILhY4V3YWt1MhM
|
|
2026-03-19 04:40:42.851 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.111 waku 5bfca2078426a0055d65f6d6e35d48d615b2d4bb35ce76b81214f9c8c45ce759
|
|
2026-03-19 04:40:42.886 DEBUG [src.node.docker_mananger] Container started with ID 5bfca2078426. Setting up logs at ./log/docker/node3_2026-03-19_04-40-40__295b90ff-da2b-4366-a7e4-66fb5b607b6b__wakuorg_nwaku:latest.log
|
|
2026-03-19 04:40:42.886 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15879
|
|
2026-03-19 04:40:42.886 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-19 04:40:43.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15879/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:43.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-19 04:40:43.890 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-19 04:40:43.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15879/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:43.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.111/tcp/15880/p2p/16Uiu2HAmKEQP9cBodB2BAHwVRVSGJpG9bDM3cWSpxSFi3AFGFdBw","/ip4/172.18.76.111/tcp/15881/ws/p2p/16Uiu2HAmKEQP9cBodB2BAHwVRVSGJpG9bDM3cWSpxSFi3AFGFdBw"],"enrUri":"enr:-L24QPwlmNztF_eh2QfhOPH1yQHnGXn-BoK_uiyhcfYA41fQClviW_HiLMpGElire1Zog4AwaZzLFQiJfgV-ruEVzl8CgmlkgnY0gmlwhKwSTG-KbXVsdGlhZGRyc5YACASsEkxvBj4IAAoErBJMbwY-Cd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYbV2HcHU5coPOgcBzu3Dx49xZPJr0ULUN8-vekrNqqqDdGNwgj4Ig3VkcII-CoV3YWt1MgA"}'
|
|
2026-03-19 04:40:43.893 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-19 04:40:43.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.229.226/tcp/14870/p2p/16Uiu2HAmKG6RB2R7euqK9s9WFn7PvBbxzyjtMZee5rYeUkN3CtTY"]'
|
|
2026-03-19 04:40:43.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15879/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.244/tcp/57697/p2p/16Uiu2HAmJ2dLVPqvLK4qpayMtJxERmiNNS8evPjpkvJEDah6hBCS"]'
|
|
2026-03-19 04:40:43.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-19 04:40:43.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-19 04:40:43.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.946 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:43.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:43.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.956 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:43.968 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:43.968 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:43.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.973 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:43.984 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:43.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:43.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:43.989 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.000 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.006 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.018 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.024 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.034 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.041 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.051 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.068 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.068 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.075 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.085 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.092 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.103 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14869/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.109 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.120 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.126 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.137 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.153 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.159 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.170 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.176 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.186 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.192 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.202 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.208 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.219 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.219 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.224 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.234 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.243 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.253 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.259 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.270 DEBUG [src.steps.store] Relaying message
|
|
2026-03-19 04:40:44.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-19 04:40:44.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-19 04:40:44.277 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
|
2026-03-19 04:40:44.288 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-19 04:40:44.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14869/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:44.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xebb3209a8f4d27c7cdfc238dcaf766723a8f7d390be6fe7c9b598db8c82593b2"},{"messageHash":"0xda9f93b0f94067173aba3bdb74d90ba3f465730b354ef63c76e63fe8b73fdbe5"},{"messageHash":"0xb38ecfd1126e263d365551fbdb346358800d80143ea6b84a6cca518eacc07cb8"},{"messageHash":"0x965a1c48821d7acb7869ce0e9480eecd2e3e11c8b7f5d47e9a485b623ef8d84b"},{"messageHash":"0xe7609fa7490bce3e547fc076cd080a31405db247adbf181cb363ef18643e3a18"},{"messageHash":"0x0913b1c966fba704d65c7dabf2b6c7e4c097b46dd9b52cf5f8b07ae49bbfb3df"},{"messageHash":"0x2a7d2c11ed993e314935c6fbed3313107a76f4b2662a6ea0b3415004aeafeed1"},{"messageHash":"0x1a668919cfc815a6e4d0c5bd1f80885c18fc2e613c4a42500fd9d6b0ba9ae9e6"},{"messageHash":"0x893d3a6bb6b412e329700ecdc9fcc434ce58e0109f34d611449d0275e3abbc06"},{"messageHash":"0x65a5d4ae4e028e45f055a27675e17457ec166fc9bafeb61a517a2bfbc4c1ef5c"},{"messageHash":"0x754e6892fc032397973f2a97db9bfb3a949e3c035c33099745215175f1cad368"},{"messageHash":"0x6f9aa4ba31a79ff75efacf48201e4a38b1926b009356e55a7092248eb6acac3d"},{"messageHash":"0x8bb1ec80ec57a1166ec9a9e56537571ea54509feb2ff67e7036e981b2e17ee3d"},{"messageHash":"0x7c251140c99b0d9195dc55ed335968f22670856c38a6845ce3345d443f1c8c3f"},{"messageHash":"0xbe7ae6c87f660f4f451bf2382ceb5f7d4403b4a55b1429d30f0f6c1b6505d260"},{"messageHash":"0x8ae784b5490a24b906de1404354b7ea339d4f3f603143d646fb6255a98d623fc"},{"messageHash":"0xffba37f80f653d7a54dd869a457a713e6bf9b7ddbe98d3c951a71511592cace9"},{"messageHash":"0xbb5a344ebe925cdd63e04fc21bd70c352c6f6467ea33027706f3aab603700a35"},{"messageHash":"0x0a415e095c756df3ec4e5aaa6ef457a2f33127ddbd792d1511e5f31d98497d61"},{"messageHash":"0x40e80945881c3003b0aaa13d1746dd3e2c30579ccf88adf80e451a7e9be92001"}]}'
|
|
2026-03-19 04:40:44.291 DEBUG [src.steps.store] messages length is 20
|
|
2026-03-19 04:40:44.293 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-19 04:40:44.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57696/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:44.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xebb3209a8f4d27c7cdfc238dcaf766723a8f7d390be6fe7c9b598db8c82593b2"},{"messageHash":"0xda9f93b0f94067173aba3bdb74d90ba3f465730b354ef63c76e63fe8b73fdbe5"},{"messageHash":"0xb38ecfd1126e263d365551fbdb346358800d80143ea6b84a6cca518eacc07cb8"},{"messageHash":"0x965a1c48821d7acb7869ce0e9480eecd2e3e11c8b7f5d47e9a485b623ef8d84b"},{"messageHash":"0xe7609fa7490bce3e547fc076cd080a31405db247adbf181cb363ef18643e3a18"},{"messageHash":"0x0913b1c966fba704d65c7dabf2b6c7e4c097b46dd9b52cf5f8b07ae49bbfb3df"},{"messageHash":"0x2a7d2c11ed993e314935c6fbed3313107a76f4b2662a6ea0b3415004aeafeed1"},{"messageHash":"0x1a668919cfc815a6e4d0c5bd1f80885c18fc2e613c4a42500fd9d6b0ba9ae9e6"},{"messageHash":"0x893d3a6bb6b412e329700ecdc9fcc434ce58e0109f34d611449d0275e3abbc06"},{"messageHash":"0x65a5d4ae4e028e45f055a27675e17457ec166fc9bafeb61a517a2bfbc4c1ef5c"},{"messageHash":"0x754e6892fc032397973f2a97db9bfb3a949e3c035c33099745215175f1cad368"},{"messageHash":"0x6f9aa4ba31a79ff75efacf48201e4a38b1926b009356e55a7092248eb6acac3d"},{"messageHash":"0x8bb1ec80ec57a1166ec9a9e56537571ea54509feb2ff67e7036e981b2e17ee3d"},{"messageHash":"0x7c251140c99b0d9195dc55ed335968f22670856c38a6845ce3345d443f1c8c3f"},{"messageHash":"0xbe7ae6c87f660f4f451bf2382ceb5f7d4403b4a55b1429d30f0f6c1b6505d260"},{"messageHash":"0x8ae784b5490a24b906de1404354b7ea339d4f3f603143d646fb6255a98d623fc"},{"messageHash":"0xffba37f80f653d7a54dd869a457a713e6bf9b7ddbe98d3c951a71511592cace9"},{"messageHash":"0xbb5a344ebe925cdd63e04fc21bd70c352c6f6467ea33027706f3aab603700a35"},{"messageHash":"0x0a415e095c756df3ec4e5aaa6ef457a2f33127ddbd792d1511e5f31d98497d61"},{"messageHash":"0x40e80945881c3003b0aaa13d1746dd3e2c30579ccf88adf80e451a7e9be92001"}]}'
|
|
2026-03-19 04:40:44.297 DEBUG [src.steps.store] messages length is 20
|
|
2026-03-19 04:40:44.299 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-19 04:40:44.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15879/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-19 04:40:44.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3c7b07895535cf00303e","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xebb3209a8f4d27c7cdfc238dcaf766723a8f7d390be6fe7c9b598db8c82593b2"},{"messageHash":"0xda9f93b0f94067173aba3bdb74d90ba3f465730b354ef63c76e63fe8b73fdbe5"},{"messageHash":"0xb38ecfd1126e263d365551fbdb346358800d80143ea6b84a6cca518eacc07cb8"},{"messageHash":"0x965a1c48821d7acb7869ce0e9480eecd2e3e11c8b7f5d47e9a485b623ef8d84b"},{"messageHash":"0xe7609fa7490bce3e547fc076cd080a31405db247adbf181cb363ef18643e3a18"},{"messageHash":"0x0913b1c966fba704d65c7dabf2b6c7e4c097b46dd9b52cf5f8b07ae49bbfb3df"},{"messageHash":"0x2a7d2c11ed993e314935c6fbed3313107a76f4b2662a6ea0b3415004aeafeed1"},{"messageHash":"0x1a668919cfc815a6e4d0c5bd1f80885c18fc2e613c4a42500fd9d6b0ba9ae9e6"},{"messageHash":"0x893d3a6bb6b412e329700ecdc9fcc434ce58e0109f34d611449d0275e3abbc06"},{"messageHash":"0x65a5d4ae4e028e45f055a27675e17457ec166fc9bafeb61a517a2bfbc4c1ef5c"},{"messageHash":"0x754e6892fc032397973f2a97db9bfb3a949e3c035c33099745215175f1cad368"},{"messageHash":"0x6f9aa4ba31a79ff75efacf48201e4a38b1926b009356e55a7092248eb6acac3d"},{"messageHash":"0x8bb1ec80ec57a1166ec9a9e56537571ea54509feb2ff67e7036e981b2e17ee3d"},{"messageHash":"0x7c251140c99b0d9195dc55ed335968f22670856c38a6845ce3345d443f1c8c3f"},{"messageHash":"0xbe7ae6c87f660f4f451bf2382ceb5f7d4403b4a55b1429d30f0f6c1b6505d260"},{"messageHash":"0x8ae784b5490a24b906de1404354b7ea339d4f3f603143d646fb6255a98d623fc"},{"messageHash":"0xffba37f80f653d7a54dd869a457a713e6bf9b7ddbe98d3c951a71511592cace9"},{"messageHash":"0xbb5a344ebe925cdd63e04fc21bd70c352c6f6467ea33027706f3aab603700a35"},{"messageHash":"0x0a415e095c756df3ec4e5aaa6ef457a2f33127ddbd792d1511e5f31d98497d61"},{"messageHash":"0x40e80945881c3003b0aaa13d1746dd3e2c30579ccf88adf80e451a7e9be92001"}]}'
|
|
2026-03-19 04:40:44.309 DEBUG [src.steps.store] messages length is 20
|
|
2026-03-19 04:40:44.312 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-19 04:40:44.313 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-19 04:40:44.314 DEBUG [src.node.waku_node] Stopping container with id 05a2f779d9b5
|
|
2026-03-19 04:40:44.901 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-19 04:40:44.901 DEBUG [src.node.waku_node] Stopping container with id 88038da31d7d
|
|
2026-03-19 04:40:45.418 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-19 04:40:45.419 DEBUG [src.node.waku_node] Stopping container with id 5bfca2078426
|
|
2026-03-19 04:40:45.716 ERROR [src.node.docker_mananger] Max retries reached for container 05a2f779d9b5. Exiting log stream.
|
|
2026-03-19 04:40:46.025 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-19 04:40:46.031 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-19 04:40:46.041 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-19 04:40:46.054 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-19 04:40:46.058 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|