mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-24 12:43:20 +00:00
126 lines
24 KiB
Plaintext
126 lines
24 KiB
Plaintext
2026-03-18 09:12:50.986 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 09:12:50.987 DEBUG [tests.conftest] Running test: test_light_push_after_receiving_node_restarts with id: 2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0
|
|
2026-03-18 09:12:50.987 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 09:12:50.987 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-18 09:12:50.998 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:12:50.998 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:50.998 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:12:50.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:12:51.002 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:12:51.003 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.51.124
|
|
2026-03-18 09:12:51.003 DEBUG [src.node.docker_mananger] Generated ports ['46181', '46182', '46183', '46184', '46185']
|
|
2026-03-18 09:12:51.003 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:12:51.003 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:12:51.005 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:12:51.005 DEBUG [src.node.docker_mananger] docker run -i -t -p 46181:46181 -p 46182:46182 -p 46183:46183 -p 46184:46184 -p 46185:46185 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46183 --rest-port=46181 --tcp-port=46182 --discv5-udp-port=46184 --rest-address=0.0.0.0 --nat=extip:172.18.51.124 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=a98eb1fccbadeee6dc127c16c9db88b51ab00f34a1e90faa483f5b26a4eba689 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46185 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-18 09:12:51.181 ERROR [src.node.docker_mananger] Max retries reached for container 4a9328a0649a. Exiting log stream.
|
|
2026-03-18 09:12:51.205 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.51.124 waku 4554999bae6ed22956d34a7e5211ba73dfbdab852fe6ff7074c1d19d449d5928
|
|
2026-03-18 09:12:51.239 DEBUG [src.node.docker_mananger] Container started with ID 4554999bae6e. Setting up logs at ./log/docker/receiving_node1_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:51.240 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 46181
|
|
2026-03-18 09:12:51.240 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:12:51.841 ERROR [src.node.docker_mananger] Max retries reached for container f534c9536382. Exiting log stream.
|
|
2026-03-18 09:12:52.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:52.243 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-18 09:12:52.243 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:52.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:52.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.124/tcp/46182/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3","/ip4/172.18.51.124/tcp/46183/ws/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3"],"enrUri":"enr:-L24QCndIYn61CmL-zBZByfm0L7U7lgxINIMBenDq3eCua9JQb9PvJtG9j4apOZ13Y6R5U1WxpxZqMRj3RCogAD3qt8CgmlkgnY0gmlwhKwSM3yKbXVsdGlhZGRyc5YACASsEjN8BrRmAAoErBIzfAa0Z90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDUha-UNSA9F7HXwLra16dRXfUtcuW9HZHlzAjkVTBQ5aDdGNwgrRmg3VkcIK0aIV3YWt1Mgk"}'
|
|
2026-03-18 09:12:52.246 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:52.253 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:12:52.253 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:52.253 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:12:52.254 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:12:52.255 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:12:52.255 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.39
|
|
2026-03-18 09:12:52.255 DEBUG [src.node.docker_mananger] Generated ports ['14455', '14456', '14457', '14458', '14459']
|
|
2026-03-18 09:12:52.255 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:12:52.256 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:12:52.256 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:12:52.256 DEBUG [src.node.docker_mananger] docker run -i -t -p 14455:14455 -p 14456:14456 -p 14457:14457 -p 14458:14458 -p 14459:14459 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14457 --rest-port=14455 --tcp-port=14456 --discv5-udp-port=14458 --rest-address=0.0.0.0 --nat=extip:172.18.223.39 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=acd2c6c5e9dfbc1a9db6bceac43f458bb21e8b4a13ff351efdbfa4c1f7feeeaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14459 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-18 09:12:52.456 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.39 waku 18e939924e99ed8f24ed7621da6fbb3ee3094198cf9f067301dadb91f40b7176
|
|
2026-03-18 09:12:52.491 DEBUG [src.node.docker_mananger] Container started with ID 18e939924e99. Setting up logs at ./log/docker/receiving_node2_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:52.491 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 14455
|
|
2026-03-18 09:12:52.491 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:12:53.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14455/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:53.495 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-18 09:12:53.495 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:53.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14455/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:53.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.39/tcp/14456/p2p/16Uiu2HAmNwg2nU9Uzxf9N82v7ovAL1snEfozYazTg6LG55x4rY2X","/ip4/172.18.223.39/tcp/14457/ws/p2p/16Uiu2HAmNwg2nU9Uzxf9N82v7ovAL1snEfozYazTg6LG55x4rY2X"],"enrUri":"enr:-L24QKZ1LeAiLGul5AgF2ZhCAfl4yMjWf5yjkqb5rD_fKl5AXRv2BtVyaE5A1wZ73LJ6moG-0Fbdu2TBQWHH0CxK4ZgCgmlkgnY0gmlwhKwS3yeKbXVsdGlhZGRyc5YACASsEt8nBjh4AAoErBLfJwY4ed0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDmNsHk7Nn17FrUifhDRFbkHwCJ-uuy6KkF3AvsNHgEeyDdGNwgjh4g3VkcII4eoV3YWt1MgE"}'
|
|
2026-03-18 09:12:53.497 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:53.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14455/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.51.124/tcp/46182/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3"]'
|
|
2026-03-18 09:12:53.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:53.551 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:12:53.552 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:53.552 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:12:53.552 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:12:53.554 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:12:53.558 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.21
|
|
2026-03-18 09:12:53.558 DEBUG [src.node.docker_mananger] Generated ports ['47241', '47242', '47243', '47244', '47245']
|
|
2026-03-18 09:12:53.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:12:53.559 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:12:53.560 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:12:53.560 DEBUG [src.node.docker_mananger] docker run -i -t -p 47241:47241 -p 47242:47242 -p 47243:47243 -p 47244:47244 -p 47245:47245 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47243 --rest-port=47241 --tcp-port=47242 --discv5-udp-port=47244 --rest-address=0.0.0.0 --nat=extip:172.18.86.21 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=5fe78c7c4cad2cfa78e3adeb7c742fb26cfd985cafbaeae35edbed6409fdf253 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47245 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCndIYn61CmL-zBZByfm0L7U7lgxINIMBenDq3eCua9JQb9PvJtG9j4apOZ13Y6R5U1WxpxZqMRj3RCogAD3qt8CgmlkgnY0gmlwhKwSM3yKbXVsdGlhZGRyc5YACASsEjN8BrRmAAoErBIzfAa0Z90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDUha-UNSA9F7HXwLra16dRXfUtcuW9HZHlzAjkVTBQ5aDdGNwgrRmg3VkcIK0aIV3YWt1Mgk --lightpushnode=/ip4/172.18.51.124/tcp/46182/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3 --lightpush=true --relay=true
|
|
2026-03-18 09:12:53.759 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.21 waku 1b5a9528534e1c4a92145f3d8b7d6a995a3f8467bf14392cb6ac4260c8bd8aab
|
|
2026-03-18 09:12:53.793 DEBUG [src.node.docker_mananger] Container started with ID 1b5a9528534e. Setting up logs at ./log/docker/lightpush_node1_2026-03-18_09-12-50__4607669e-93ee-40c1-a85b-3e5a114ba0b0__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:12:53.793 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 47241
|
|
2026-03-18 09:12:53.793 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:12:54.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47241/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:54.796 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-18 09:12:54.797 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:54.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47241/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:54.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.21/tcp/47242/p2p/16Uiu2HAmP2cepxQvbvASTF1sZgGKwp6FzpkffukVnkPaPuNcFiMm","/ip4/172.18.86.21/tcp/47243/ws/p2p/16Uiu2HAmP2cepxQvbvASTF1sZgGKwp6FzpkffukVnkPaPuNcFiMm"],"enrUri":"enr:-L24QFGcvLaFodUJX5w1nqEP-mgbqOzUJzITSNB4jTb3ifxYQHWUws2N7szOSVutJWUwSll79mn0CI0TPd5rBENQbVICgmlkgnY0gmlwhKwSVhWKbXVsdGlhZGRyc5YACASsElYVBriKAAoErBJWFQa4i90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDmh8dDQ8kjpIFDBfYjWPqJf0qXscjzJCoHyr7UiD8ufiDdGNwgriKg3VkcIK4jIV3YWt1Mgk"}'
|
|
2026-03-18 09:12:54.799 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:54.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.51.124/tcp/46182/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3"]'
|
|
2026-03-18 09:12:54.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.223.39/tcp/14456/p2p/16Uiu2HAmNwg2nU9Uzxf9N82v7ovAL1snEfozYazTg6LG55x4rY2X"]'
|
|
2026-03-18 09:12:54.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46181/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:54.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14455/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:54.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:54.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.901 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-18 09:12:54.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/198/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1773825174901927658}}'
|
|
2026-03-18 09:12:54.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:54.917 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-18 09:12:55.017 DEBUG [src.steps.light_push] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the lightpushed message
|
|
2026-03-18 09:12:55.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773825174901927658,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 09:12:55.022 DEBUG [src.steps.light_push] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the lightpushed message
|
|
2026-03-18 09:12:55.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14455/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773825174901927658,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 09:12:55.026 DEBUG [src.steps.light_push] Checking that peer NODE_3:harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 can find the lightpushed message
|
|
2026-03-18 09:12:55.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47241/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773825174901927658,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 09:12:55.029 DEBUG [src.node.waku_node] Restarting container with id 4554999bae6e
|
|
2026-03-18 09:12:55.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.886 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"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-18 09:12:55.886 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:12:55.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.124/tcp/46182/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3","/ip4/172.18.51.124/tcp/46183/ws/p2p/16Uiu2HAmJBRtwD4reAPdQUqrHRq6H3km9BpRAScRispS7PRBzcH3"],"enrUri":"enr:-L24QCndIYn61CmL-zBZByfm0L7U7lgxINIMBenDq3eCua9JQb9PvJtG9j4apOZ13Y6R5U1WxpxZqMRj3RCogAD3qt8CgmlkgnY0gmlwhKwSM3yKbXVsdGlhZGRyc5YACASsEjN8BrRmAAoErBIzfAa0Z90DgnJzhQDGAQAAiXNlY3AyNTZrMaEDUha-UNSA9F7HXwLra16dRXfUtcuW9HZHlzAjkVTBQ5aDdGNwgrRmg3VkcIK0aIV3YWt1Mgk"}'
|
|
2026-03-18 09:12:55.894 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:12:55.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46181/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:55.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:55.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14455/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:55.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:55.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:12:55.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:55.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47241/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/198/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1773825175902615260}}'
|
|
2026-03-18 09:12:55.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:12:55.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46181/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:12:55.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773825175902615260,"ephemeral":false,"proof":""}]'
|
|
2026-03-18 09:12:55.920 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 09:12:55.921 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 09:12:55.921 DEBUG [src.node.waku_node] Stopping container with id 4554999bae6e
|
|
2026-03-18 09:12:56.469 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:12:56.469 DEBUG [src.node.waku_node] Stopping container with id 18e939924e99
|
|
2026-03-18 09:12:57.082 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:12:57.083 DEBUG [src.node.waku_node] Stopping container with id 1b5a9528534e
|
|
2026-03-18 09:12:57.287 ERROR [src.node.docker_mananger] Max retries reached for container 4554999bae6e. Exiting log stream.
|
|
2026-03-18 09:12:57.613 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:12:57.615 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 09:12:57.644 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 09:12:57.652 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 09:12:57.663 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|