mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 01:33:46 +00:00
106 lines
19 KiB
Plaintext
106 lines
19 KiB
Plaintext
2026-03-13 04:36:44.514 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:36:44.515 DEBUG [tests.conftest] Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2026-03-13_04-36-44__39a90f68-2682-4683-b485-c9ccb8e4763c
|
|
2026-03-13 04:36:44.515 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:36:44.515 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-13 04:36:44.515 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-13 04:36:44.523 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:36:44.523 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-36-44__39a90f68-2682-4683-b485-c9ccb8e4763c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:44.523 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:36:44.523 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:36:44.525 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:36:44.525 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.196
|
|
2026-03-13 04:36:44.525 DEBUG [src.node.docker_mananger] Generated ports ['45130', '45131', '45132', '45133', '45134']
|
|
2026-03-13 04:36:44.525 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-13 04:36:44.525 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:36:44.526 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:36:44.526 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:36:44.526 DEBUG [src.node.docker_mananger] docker run -i -t -p 45130:45130 -p 45131:45131 -p 45132:45132 -p 45133:45133 -p 45134:45134 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=45132 --rest-port=45130 --tcp-port=45131 --discv5-udp-port=45133 --rest-address=0.0.0.0 --nat=extip:172.18.54.196 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=71969f718b5e3afbf770fbd885d24a30d60a6fb035ec8a737f54cdca4f0e7732 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45134 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:36:44.710 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.196 waku 4d46f94da08694e24280dbf8811efb52ca549ca14b3a53b0fea78eb16e2a446e
|
|
2026-03-13 04:36:44.713 ERROR [src.node.docker_mananger] Max retries reached for container 87d24747ef0a. Exiting log stream.
|
|
2026-03-13 04:36:44.744 DEBUG [src.node.docker_mananger] Container started with ID 4d46f94da086. Setting up logs at ./log/docker/node1_2026-03-13_04-36-44__39a90f68-2682-4683-b485-c9ccb8e4763c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:44.745 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45130
|
|
2026-03-13 04:36:44.745 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:36:45.264 ERROR [src.node.docker_mananger] Max retries reached for container ad7657a7d195. Exiting log stream.
|
|
2026-03-13 04:36:45.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45130/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:45.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:45.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45130/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:45.863 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":"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-13 04:36:45.863 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:36:45.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45130/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:45.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.196/tcp/45131/p2p/16Uiu2HAmDZU9mQivN2rraU1dRtS7wX899yvkgt53cvqX6HMAoSg9","/ip4/172.18.54.196/tcp/45132/ws/p2p/16Uiu2HAmDZU9mQivN2rraU1dRtS7wX899yvkgt53cvqX6HMAoSg9"],"enrUri":"enr:-L24QBQEaHalgA3E6Nacw2f6_19k2P_13eUaup4qfKAexYmLDhW3uzKlV-gySc0iNc1Sx_acLjc7irKw88HeA-avqisCgmlkgnY0gmlwhKwSNsSKbXVsdGlhZGRyc5YACASsEjbEBrBLAAoErBI2xAawTN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDXGjGqsVeeh1nBrFpG_sxTqUrr1lYh4pGXhMXSa1TSKDdGNwgrBLg3VkcIKwTYV3YWt1MgU"}'
|
|
2026-03-13 04:36:45.867 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:36:45.875 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:36:45.875 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-36-44__39a90f68-2682-4683-b485-c9ccb8e4763c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:45.875 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:36:45.875 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:36:45.877 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:36:45.877 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.246
|
|
2026-03-13 04:36:45.877 DEBUG [src.node.docker_mananger] Generated ports ['42384', '42385', '42386', '42387', '42388']
|
|
2026-03-13 04:36:45.877 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-13 04:36:45.877 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:36:45.877 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:36:45.878 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:36:45.878 DEBUG [src.node.docker_mananger] docker run -i -t -p 42384:42384 -p 42385:42385 -p 42386:42386 -p 42387:42387 -p 42388:42388 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=42386 --rest-port=42384 --tcp-port=42385 --discv5-udp-port=42387 --rest-address=0.0.0.0 --nat=extip:172.18.116.246 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fbfc5cbd0adeca8aa53147cb5fdf892ae3f32194b5e9f62ebca73521bd734eee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42388 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBQEaHalgA3E6Nacw2f6_19k2P_13eUaup4qfKAexYmLDhW3uzKlV-gySc0iNc1Sx_acLjc7irKw88HeA-avqisCgmlkgnY0gmlwhKwSNsSKbXVsdGlhZGRyc5YACASsEjbEBrBLAAoErBI2xAawTN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDDXGjGqsVeeh1nBrFpG_sxTqUrr1lYh4pGXhMXSa1TSKDdGNwgrBLg3VkcIKwTYV3YWt1MgU
|
|
2026-03-13 04:36:46.082 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.246 waku 5a106e035a148d227939533f0409b3368f9ed8992385ce566a8ac6e5aa4eb9b8
|
|
2026-03-13 04:36:46.131 DEBUG [src.node.docker_mananger] Container started with ID 5a106e035a14. Setting up logs at ./log/docker/node2_2026-03-13_04-36-44__39a90f68-2682-4683-b485-c9ccb8e4763c__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:46.131 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42384
|
|
2026-03-13 04:36:46.132 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:36:47.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:47.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-13 04:36:47.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-13 04:36:47.342 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:36:47.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.246/tcp/42385/p2p/16Uiu2HAmRnJuS8gqXhaZgNF1674fPhu4CseLCj9SeW6iDniNscra","/ip4/172.18.116.246/tcp/42386/ws/p2p/16Uiu2HAmRnJuS8gqXhaZgNF1674fPhu4CseLCj9SeW6iDniNscra"],"enrUri":"enr:-L24QMAZ63qvTt7H3UTb-tpA0JztNzkbk--PPlAA2gm_H2n8MsSfkzWqIrr5uCpVDgC9wai0alDc22l689dJOe5pSjoCgmlkgnY0gmlwhKwSdPaKbXVsdGlhZGRyc5YACASsEnT2BqWRAAoErBJ09galkt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwwf5muWtkgKRLyoWenpDivORXH8_aGpWx1tZEtKmSieDdGNwgqWRg3VkcIKlk4V3YWt1MgE"}'
|
|
2026-03-13 04:36:47.345 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:36:47.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42384/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.196/tcp/45131/p2p/16Uiu2HAmDZU9mQivN2rraU1dRtS7wX899yvkgt53cvqX6HMAoSg9"]'
|
|
2026-03-13 04:36:47.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-13 04:36:47.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42384/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-03-13 04:36:47.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45130/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-13 04:36:47.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:36:47.492 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-13 04:36:47.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.595 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607395804717,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607406072885,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607418401593,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607431405590,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607444172319,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607457789877,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607472392835,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42384/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:47.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376607483083064,"ephemeral":false,"proof":""}]'
|
|
2026-03-13 04:36:47.614 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:36:47.615 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:36:47.616 DEBUG [src.node.waku_node] Stopping container with id 4d46f94da086
|
|
2026-03-13 04:36:48.194 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:36:48.196 DEBUG [src.node.waku_node] Stopping container with id 5a106e035a14
|
|
2026-03-13 04:36:48.789 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:36:48.790 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:36:48.865 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:36:48.902 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|