mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
130 lines
24 KiB
Plaintext
130 lines
24 KiB
Plaintext
2026-03-05 15:10:42.452 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:10:42.453 DEBUG [tests.conftest] Running test: test_relay_get_message_while_one_peer_is_paused with id: 2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded
|
|
2026-03-05 15:10:42.454 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:10:42.454 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:10:42.455 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-03-05 15:10:42.462 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:42.463 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:42.463 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:42.463 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:42.465 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:42.466 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.117
|
|
2026-03-05 15:10:42.466 DEBUG [src.node.docker_mananger] Generated ports ['47676', '47677', '47678', '47679', '47680']
|
|
2026-03-05 15:10:42.467 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:42.467 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:42.468 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:42.469 DEBUG [src.node.docker_mananger] docker run -i -t -p 47676:47676 -p 47677:47677 -p 47678:47678 -p 47679:47679 -p 47680:47680 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47678 --rest-port=47676 --tcp-port=47677 --discv5-udp-port=47679 --rest-address=0.0.0.0 --nat=extip:172.18.146.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9abb7e41229a6c6379bcfb8eea6dacecce2cb47c6ae7fb5ceafa5bc7f13bdce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47680 --metrics-logging=true --relay=true
|
|
2026-03-05 15:10:42.648 ERROR [src.node.docker_mananger] Max retries reached for container 8e08c9c42fb9. Exiting log stream.
|
|
2026-03-05 15:10:42.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.117 waku b591d49ea750b86990e93a0637c7e65411a8ad33f16d6c185806a023381f1ef4
|
|
2026-03-05 15:10:42.707 DEBUG [src.node.docker_mananger] Container started with ID b591d49ea750. Setting up logs at ./log/docker/node1_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:42.708 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 47676
|
|
2026-03-05 15:10:42.709 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:43.304 ERROR [src.node.docker_mananger] Max retries reached for container f5e18ba0ab5b. Exiting log stream.
|
|
2026-03-05 15:10:43.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47676/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:43.712 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-05 15:10:43.712 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:43.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47676/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:43.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.117/tcp/47677/p2p/16Uiu2HAmVRHLpHCEWdYVoQazVhv5p6cL21ELuzKhmonj117UwtB1","/ip4/172.18.146.117/tcp/47678/ws/p2p/16Uiu2HAmVRHLpHCEWdYVoQazVhv5p6cL21ELuzKhmonj117UwtB1"],"enrUri":"enr:-L24QAksWD9NIAeJnvdRMZ5ZJ49d-AkfRRJtRE5N2NvJMUMtDa2_bHMB-1LDgCu1el9FrNm1MbX1puBdrbgG0Mz9_soCgmlkgnY0gmlwhKwSknWKbXVsdGlhZGRyc5YACASsEpJ1Bro9AAoErBKSdQa6Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-RPCVzuxuFBAH1h4WMTG_iVEiWT1D0YbqRpWpDoWG1CDdGNwgro9g3VkcIK6P4V3YWt1MgE"}'
|
|
2026-03-05 15:10:43.715 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:43.722 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:43.722 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:43.722 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:43.722 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:43.724 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:43.724 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.114
|
|
2026-03-05 15:10:43.724 DEBUG [src.node.docker_mananger] Generated ports ['51834', '51835', '51836', '51837', '51838']
|
|
2026-03-05 15:10:43.724 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:43.724 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:43.724 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:43.725 DEBUG [src.node.docker_mananger] docker run -i -t -p 51834:51834 -p 51835:51835 -p 51836:51836 -p 51837:51837 -p 51838:51838 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51836 --rest-port=51834 --tcp-port=51835 --discv5-udp-port=51837 --rest-address=0.0.0.0 --nat=extip:172.18.106.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab310fb3d0be3ab4b1dc37bebce1a7acb3a49928508e1c0eef7f70ad4c5e9d4f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51838 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAksWD9NIAeJnvdRMZ5ZJ49d-AkfRRJtRE5N2NvJMUMtDa2_bHMB-1LDgCu1el9FrNm1MbX1puBdrbgG0Mz9_soCgmlkgnY0gmlwhKwSknWKbXVsdGlhZGRyc5YACASsEpJ1Bro9AAoErBKSdQa6Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-RPCVzuxuFBAH1h4WMTG_iVEiWT1D0YbqRpWpDoWG1CDdGNwgro9g3VkcIK6P4V3YWt1MgE
|
|
2026-03-05 15:10:43.915 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.114 waku 906f689a58155fa9043559f9ab7f7dce68861f0e031114fd458325a90486d474
|
|
2026-03-05 15:10:43.948 DEBUG [src.node.docker_mananger] Container started with ID 906f689a5815. Setting up logs at ./log/docker/node2_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:43.948 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 51834
|
|
2026-03-05 15:10:43.948 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:44.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:44.973 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-05 15:10:44.974 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:44.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:44.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.114/tcp/51835/p2p/16Uiu2HAmN343y2F5iet4KdbeEPgabVieSYmCLPDt9CwKhHvi53ro","/ip4/172.18.106.114/tcp/51836/ws/p2p/16Uiu2HAmN343y2F5iet4KdbeEPgabVieSYmCLPDt9CwKhHvi53ro"],"enrUri":"enr:-L24QNLTRi3FYe-MgKo7w8GdWhfe0cm-0bixnv5XW4dF6abtB_PuvNedS827skjNir9rWxvSvJ86BxNChi97GbJjxtICgmlkgnY0gmlwhKwSanKKbXVsdGlhZGRyc5YACASsEmpyBsp7AAoErBJqcgbKfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDi2AlLk-GrB0kpK-1z_xJJA2gm8UybPr-MrRUlKKE8eCDdGNwgsp7g3VkcILKfYV3YWt1MgE"}'
|
|
2026-03-05 15:10:44.985 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:44.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51834/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.117/tcp/47677/p2p/16Uiu2HAmVRHLpHCEWdYVoQazVhv5p6cL21ELuzKhmonj117UwtB1"]'
|
|
2026-03-05 15:10:44.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:44.990 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
|
2026-03-05 15:10:44.997 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:44.997 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:44.997 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:44.997 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.26
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.docker_mananger] Generated ports ['48259', '48260', '48261', '48262', '48263']
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:44.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:44.999 DEBUG [src.node.docker_mananger] docker run -i -t -p 48259:48259 -p 48260:48260 -p 48261:48261 -p 48262:48262 -p 48263:48263 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48261 --rest-port=48259 --tcp-port=48260 --discv5-udp-port=48262 --rest-address=0.0.0.0 --nat=extip:172.18.49.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6badd88f80f2f541d91dbdb2df595be4c0af1da9abfbdad8ecebce5fb9e4e2db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48263 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAksWD9NIAeJnvdRMZ5ZJ49d-AkfRRJtRE5N2NvJMUMtDa2_bHMB-1LDgCu1el9FrNm1MbX1puBdrbgG0Mz9_soCgmlkgnY0gmlwhKwSknWKbXVsdGlhZGRyc5YACASsEpJ1Bro9AAoErBKSdQa6Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-RPCVzuxuFBAH1h4WMTG_iVEiWT1D0YbqRpWpDoWG1CDdGNwgro9g3VkcIK6P4V3YWt1MgE
|
|
2026-03-05 15:10:45.197 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.26 waku 4622872cbf8dadab73700a22febb1444e318671332af125cbc4bbbbaa475423b
|
|
2026-03-05 15:10:45.232 DEBUG [src.node.docker_mananger] Container started with ID 4622872cbf8d. Setting up logs at ./log/docker/node3_2026-03-05_15-10-42__116aa49e-ad12-449d-af36-b0a84d73eded__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:45.232 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 48259
|
|
2026-03-05 15:10:45.233 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:46.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48259/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.253 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-05 15:10:46.255 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:46.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48259/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.26/tcp/48260/p2p/16Uiu2HAmNZnmr4j4BV7SYmdU36m2xC1jvxevZpfZxUCfeiMSMuu6","/ip4/172.18.49.26/tcp/48261/ws/p2p/16Uiu2HAmNZnmr4j4BV7SYmdU36m2xC1jvxevZpfZxUCfeiMSMuu6"],"enrUri":"enr:-L24QBI04vMKxkejy0s58rOiHPNqMoV0evRc3SZ0VttcgIYMI1y1CNOBc0MdXfrpCvV0sEw8AXlsqe5AXVjsdy8qFmQCgmlkgnY0gmlwhKwSMRqKbXVsdGlhZGRyc5YACASsEjEaBryEAAoErBIxGga8hd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkz_gIVKrjAiv50leAGzYqvmNspsgBNaD6664TzPJpg2DdGNwgryEg3VkcIK8hoV3YWt1MgE"}'
|
|
2026-03-05 15:10:46.261 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:46.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48259/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.117/tcp/47677/p2p/16Uiu2HAmVRHLpHCEWdYVoQazVhv5p6cL21ELuzKhmonj117UwtB1"]'
|
|
2026-03-05 15:10:46.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.267 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2026-03-05 15:10:46.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47676/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 15:10:46.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51834/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 15:10:46.282 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.283 DEBUG [src.steps.relay] Running fixture setup: subscribe_optional_relay_nodes
|
|
2026-03-05 15:10:46.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48259/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-05 15:10:46.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:46.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.301 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:10:46.402 DEBUG [src.steps.relay] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446292777984,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.407 DEBUG [src.steps.relay] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446292777984,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.411 DEBUG [src.steps.relay] Checking that peer NODE_3:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48259/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446292777984,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.415 INFO [src.steps.relay] WARM UP successful!!
|
|
2026-03-05 15:10:46.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:46.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.423 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:10:46.524 DEBUG [src.steps.relay] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446416954312,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.529 DEBUG [src.steps.relay] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446416954312,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.533 DEBUG [src.steps.relay] Checking that peer NODE_3:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:10:46.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48259/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446416954312,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.537 DEBUG [src.node.waku_node] Pausing container with id 906f689a5815
|
|
2026-03-05 15:10:46.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:46.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.552 DEBUG [src.node.waku_node] Unpause container with id 906f689a5815
|
|
2026-03-05 15:10:46.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47676/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:10:46.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:46.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446537002055,"ephemeral":false,"proof":""},{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772723446537077926,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:10:46.576 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:10:46.577 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:10:46.577 DEBUG [src.node.waku_node] Stopping container with id b591d49ea750
|
|
2026-03-05 15:10:47.173 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:47.174 DEBUG [src.node.waku_node] Stopping container with id 906f689a5815
|
|
2026-03-05 15:10:47.736 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:47.738 DEBUG [src.node.waku_node] Stopping container with id 4622872cbf8d
|
|
2026-03-05 15:10:47.986 ERROR [src.node.docker_mananger] Max retries reached for container b591d49ea750. Exiting log stream.
|
|
2026-03-05 15:10:48.296 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:48.299 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:10:48.309 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:10:48.316 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:10:48.322 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|