mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-28 06:33:40 +00:00
115 lines
21 KiB
Plaintext
115 lines
21 KiB
Plaintext
2026-03-05 15:08:53.557 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:08:53.557 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_content_topics with id: 2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f
|
|
2026-03-05 15:08:53.558 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:08:53.558 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:08:53.565 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:53.565 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:53.565 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:53.565 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:53.566 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:53.567 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.80
|
|
2026-03-05 15:08:53.567 DEBUG [src.node.docker_mananger] Generated ports ['9634', '9635', '9636', '9637', '9638']
|
|
2026-03-05 15:08:53.567 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:53.567 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:53.567 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:53.567 DEBUG [src.node.docker_mananger] docker run -i -t -p 9634:9634 -p 9635:9635 -p 9636:9636 -p 9637:9637 -p 9638:9638 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=9636 --rest-port=9634 --tcp-port=9635 --discv5-udp-port=9637 --rest-address=0.0.0.0 --nat=extip:172.18.113.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bccc5b09cd485baeed5dececf3a9b6d1dcfbf08f834fcc9c1169d24708d1d4d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9638 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-05 15:08:53.753 ERROR [src.node.docker_mananger] Max retries reached for container 6396591eb2b9. Exiting log stream.
|
|
2026-03-05 15:08:53.763 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.80 waku bfe6469f218c46a97e562b88e1141c2b7739866c1f41e0faaa3292da0c34cff4
|
|
2026-03-05 15:08:53.802 DEBUG [src.node.docker_mananger] Container started with ID bfe6469f218c. Setting up logs at ./log/docker/receiving_node1_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:53.802 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 9634
|
|
2026-03-05 15:08:53.803 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:54.287 ERROR [src.node.docker_mananger] Max retries reached for container b89a9c22d6e5. Exiting log stream.
|
|
2026-03-05 15:08:54.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9634/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:54.806 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-05 15:08:54.806 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:54.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:54.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.80/tcp/9635/p2p/16Uiu2HAm2coYKNZFhXgBnRqm82C4VByy7ynfuVS2fctjsq7Y1XWG","/ip4/172.18.113.80/tcp/9636/ws/p2p/16Uiu2HAm2coYKNZFhXgBnRqm82C4VByy7ynfuVS2fctjsq7Y1XWG"],"enrUri":"enr:-L24QNe-O8XUWWELOIArGSvej6UtxrhoORAlvvRsg6I85-S2KOQdd691B5_U2kMN8M78aVvmfEs8beekxv2qVxaePDsCgmlkgnY0gmlwhKwScVCKbXVsdGlhZGRyc5YACASsEnFQBiWjAAoErBJxUAYlpN0DgnJzhQADAQAAiXNlY3AyNTZrMaECatu_EZoYuvH1d1YoscD_YCK0Z1d-T1UuoB0j3kKlBImDdGNwgiWjg3VkcIIlpYV3YWt1Mgk"}'
|
|
2026-03-05 15:08:54.809 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:54.816 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:54.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:54.816 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:54.816 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.156
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.docker_mananger] Generated ports ['35295', '35296', '35297', '35298', '35299']
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:54.818 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:54.818 DEBUG [src.node.docker_mananger] docker run -i -t -p 35295:35295 -p 35296:35296 -p 35297:35297 -p 35298:35298 -p 35299:35299 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=35297 --rest-port=35295 --tcp-port=35296 --discv5-udp-port=35298 --rest-address=0.0.0.0 --nat=extip:172.18.163.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e24d381ac2cff1a4feff285ecb2cacd21befddeee8a3ee75e27f0c4fafd42a8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35299 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-05 15:08:55.005 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.156 waku 04dcf3fc3f21bba2de87a6e3b0de5c20fe523fd6801bca21bc580992dc6cccfd
|
|
2026-03-05 15:08:55.040 DEBUG [src.node.docker_mananger] Container started with ID 04dcf3fc3f21. Setting up logs at ./log/docker/receiving_node2_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:55.040 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 35295
|
|
2026-03-05 15:08:55.041 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:56.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35295/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:56.044 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:08:56.044 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:56.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35295/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:56.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.156/tcp/35296/p2p/16Uiu2HAmTKGCwoWYgP3iBPBMsHVpra3D92BPZTJbPWhCyV1zsPgR","/ip4/172.18.163.156/tcp/35297/ws/p2p/16Uiu2HAmTKGCwoWYgP3iBPBMsHVpra3D92BPZTJbPWhCyV1zsPgR"],"enrUri":"enr:-L24QF6jg4AFIMIcEfQM_SbaqZD8J-S05qAztyCzXN6d4yl0KYZqtRLPBpReH53y6ZqkTj628Ii-anN3WVOZNsMJsrgCgmlkgnY0gmlwhKwSo5yKbXVsdGlhZGRyc5YACASsEqOcBongAAoErBKjnAaJ4d0DgnJzhQADAQAAiXNlY3AyNTZrMaED2dGdxftQYEJ-bVfknLaGoHItJjJg31xvsbyS8-s5SGaDdGNwgongg3VkcIKJ4oV3YWt1MgE"}'
|
|
2026-03-05 15:08:56.047 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:56.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35295/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.80/tcp/9635/p2p/16Uiu2HAm2coYKNZFhXgBnRqm82C4VByy7ynfuVS2fctjsq7Y1XWG"]'
|
|
2026-03-05 15:08:56.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:56.096 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:56.096 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:56.096 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:56.096 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:56.098 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:56.098 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.247
|
|
2026-03-05 15:08:56.098 DEBUG [src.node.docker_mananger] Generated ports ['57166', '57167', '57168', '57169', '57170']
|
|
2026-03-05 15:08:56.098 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:56.098 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:56.099 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:56.099 DEBUG [src.node.docker_mananger] docker run -i -t -p 57166:57166 -p 57167:57167 -p 57168:57168 -p 57169:57169 -p 57170:57170 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=57168 --rest-port=57166 --tcp-port=57167 --discv5-udp-port=57169 --rest-address=0.0.0.0 --nat=extip:172.18.216.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c542b8127fb90fa5b26889daa339e805eefe58b5accc4dc3c2ddb94cb4fa869f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57170 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNe-O8XUWWELOIArGSvej6UtxrhoORAlvvRsg6I85-S2KOQdd691B5_U2kMN8M78aVvmfEs8beekxv2qVxaePDsCgmlkgnY0gmlwhKwScVCKbXVsdGlhZGRyc5YACASsEnFQBiWjAAoErBJxUAYlpN0DgnJzhQADAQAAiXNlY3AyNTZrMaECatu_EZoYuvH1d1YoscD_YCK0Z1d-T1UuoB0j3kKlBImDdGNwgiWjg3VkcIIlpYV3YWt1Mgk --lightpushnode=/ip4/172.18.113.80/tcp/9635/p2p/16Uiu2HAm2coYKNZFhXgBnRqm82C4VByy7ynfuVS2fctjsq7Y1XWG --lightpush=true --relay=true
|
|
2026-03-05 15:08:56.304 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.247 waku 7609b135378f20de6e49553ef7b39ec0ab84ffe16742b4a139c2465cf9232d57
|
|
2026-03-05 15:08:56.348 DEBUG [src.node.docker_mananger] Container started with ID 7609b135378f. Setting up logs at ./log/docker/lightpush_node1_2026-03-05_15-08-53__f37f27f7-121b-4b06-be37-50209629224f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:56.349 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 57166
|
|
2026-03-05 15:08:56.349 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:57.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57166/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:57.375 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-05 15:08:57.375 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:57.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57166/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:57.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.247/tcp/57167/p2p/16Uiu2HAmSrwQny1eWfuLwmKxtoah8D5QKkY5EZUeZ7T7kD7uGG78","/ip4/172.18.216.247/tcp/57168/ws/p2p/16Uiu2HAmSrwQny1eWfuLwmKxtoah8D5QKkY5EZUeZ7T7kD7uGG78"],"enrUri":"enr:-L24QJnVUMxZSupNBrVxZJ2-yhEedhBJt-Jp1_HOi5KrVpugRn7S4LUPmh8K2X_XDetfnui2WgRLXNGK7Z5IyDIcsK4CgmlkgnY0gmlwhKwS2PeKbXVsdGlhZGRyc5YACASsEtj3Bt9PAAoErBLY9wbfUN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0xNDSzcRbpERbLnBAEviSOsEmggSvIsuD2e153W0-FeDdGNwgt9Pg3VkcILfUYV3YWt1Mgk"}'
|
|
2026-03-05 15:08:57.384 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:57.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.80/tcp/9635/p2p/16Uiu2HAm2coYKNZFhXgBnRqm82C4VByy7ynfuVS2fctjsq7Y1XWG"]'
|
|
2026-03-05 15:08:57.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:57.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.156/tcp/35296/p2p/16Uiu2HAmTKGCwoWYgP3iBPBMsHVpra3D92BPZTJbPWhCyV1zsPgR"]'
|
|
2026-03-05 15:08:57.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:57.414 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9634/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:57.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:57.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35295/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:57.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:57.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:08:57.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:57.436 DEBUG [tests.light_push.test_publish] Running test with contetn topic Empty string
|
|
2026-03-05 15:08:57.437 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:57.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "", "timestamp": 1772723337437053366}}'
|
|
2026-03-05 15:08:57.440 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57166/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:08:57.440 DEBUG [tests.light_push.test_publish] Running test with contetn topic A dictionary
|
|
2026-03-05 15:08:57.441 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:57.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": {"key": "YWFh"}, "timestamp": 1772723337441150533}}'
|
|
2026-03-05 15:08:57.443 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57166/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:08:57.444 DEBUG [tests.light_push.test_publish] Running test with contetn topic An integer
|
|
2026-03-05 15:08:57.444 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:57.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": 1234567890, "timestamp": 1772723337444628067}}'
|
|
2026-03-05 15:08:57.447 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57166/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:08:57.448 DEBUG [tests.light_push.test_publish] Running test with contetn topic A list
|
|
2026-03-05 15:08:57.448 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:57.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": ["YWFh"], "timestamp": 1772723337448252770}}'
|
|
2026-03-05 15:08:57.451 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57166/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:08:57.451 DEBUG [tests.light_push.test_publish] Running test with contetn topic A bool
|
|
2026-03-05 15:08:57.452 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:08:57.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57166/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": true, "timestamp": 1772723337452233634}}'
|
|
2026-03-05 15:08:57.455 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57166/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:08:57.457 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:08:57.458 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:08:57.458 DEBUG [src.node.waku_node] Stopping container with id bfe6469f218c
|
|
2026-03-05 15:08:58.040 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:58.040 DEBUG [src.node.waku_node] Stopping container with id 04dcf3fc3f21
|
|
2026-03-05 15:08:58.573 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:58.574 DEBUG [src.node.waku_node] Stopping container with id 7609b135378f
|
|
2026-03-05 15:08:58.896 ERROR [src.node.docker_mananger] Max retries reached for container bfe6469f218c. Exiting log stream.
|
|
2026-03-05 15:08:59.102 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:59.104 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:08:59.118 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:59.126 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:59.134 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|