mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-28 04:33:37 +00:00
123 lines
23 KiB
Plaintext
123 lines
23 KiB
Plaintext
2026-03-01 04:46:15.981 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:46:15.982 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_timestamps with id: 2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536
|
|
2026-03-01 04:46:15.982 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:46:15.983 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-01 04:46:15.993 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:46:15.993 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:15.993 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:46:15.994 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:46:15.997 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:46:15.998 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.223
|
|
2026-03-01 04:46:15.999 DEBUG [src.node.docker_mananger] Generated ports ['3035', '3036', '3037', '3038', '3039']
|
|
2026-03-01 04:46:15.999 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:46:15.999 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:46:16.000 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:46:16.000 DEBUG [src.node.docker_mananger] docker run -i -t -p 3035:3035 -p 3036:3036 -p 3037:3037 -p 3038:3038 -p 3039:3039 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=3037 --rest-port=3035 --tcp-port=3036 --discv5-udp-port=3038 --rest-address=0.0.0.0 --nat=extip:172.18.144.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ad1c5dfd9e6aeb8cdaffab6bbaecc8c8bb5c665af0d58ddb241a2490a7fc2428 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3039 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-01 04:46:16.180 ERROR [src.node.docker_mananger] Max retries reached for container 6ce19bdb9c00. Exiting log stream.
|
|
2026-03-01 04:46:16.208 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.223 waku 27915a03b17db3e65c373219cf08a33949d0c89f0614e5df9c3b1a376890f290
|
|
2026-03-01 04:46:16.245 DEBUG [src.node.docker_mananger] Container started with ID 27915a03b17d. Setting up logs at ./log/docker/receiving_node1_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:16.246 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3035
|
|
2026-03-01 04:46:16.247 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:46:16.856 ERROR [src.node.docker_mananger] Max retries reached for container f99489d5682b. Exiting log stream.
|
|
2026-03-01 04:46:17.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3035/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:17.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_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-01 04:46:17.253 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:46:17.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3035/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:17.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.223/tcp/3036/p2p/16Uiu2HAmKr4NRq5dab6gwqoyFwxE3HzxjDdtu8nhsSBi2rB9rn3Q","/ip4/172.18.144.223/tcp/3037/ws/p2p/16Uiu2HAmKr4NRq5dab6gwqoyFwxE3HzxjDdtu8nhsSBi2rB9rn3Q"],"enrUri":"enr:-L24QKILzgWURhf5OeR-RVD9pfAAaH0LMO6-h4tH1soacO2EZED4FQZBexCPYUtHSN5AuvIK3t_ysrGKdSNHZm8fjs4CgmlkgnY0gmlwhKwSkN-KbXVsdGlhZGRyc5YACASsEpDfBgvcAAoErBKQ3wYL3d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDate-Di6FAmJSfsrLpRH-2-9tIoCtqs8TopZIGMZRcAeDdGNwggvcg3VkcIIL3oV3YWt1Mgk"}'
|
|
2026-03-01 04:46:17.256 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:46:17.264 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:46:17.264 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:17.264 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:46:17.264 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:46:17.266 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:46:17.266 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.41
|
|
2026-03-01 04:46:17.266 DEBUG [src.node.docker_mananger] Generated ports ['34916', '34917', '34918', '34919', '34920']
|
|
2026-03-01 04:46:17.266 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:46:17.266 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:46:17.266 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:46:17.267 DEBUG [src.node.docker_mananger] docker run -i -t -p 34916:34916 -p 34917:34917 -p 34918:34918 -p 34919:34919 -p 34920:34920 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=34918 --rest-port=34916 --tcp-port=34917 --discv5-udp-port=34919 --rest-address=0.0.0.0 --nat=extip:172.18.110.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0deccf44d1db5cbf40f1d4eded7b0e0ffe74320cacdecff47dbac9a7a098fac3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34920 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-01 04:46:17.463 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.41 waku c9f4d8ffc2c10607edbedb31211cce31e8533d9c348987f234007d90a3a13108
|
|
2026-03-01 04:46:17.498 DEBUG [src.node.docker_mananger] Container started with ID c9f4d8ffc2c1. Setting up logs at ./log/docker/receiving_node2_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:17.499 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34916
|
|
2026-03-01 04:46:17.499 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:46:18.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34916/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:18.503 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-01 04:46:18.503 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:46:18.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34916/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:18.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.41/tcp/34917/p2p/16Uiu2HAm65UYRwXCd5nrBKTyjPxbCRAxTqLdEKzh5EneJnpGHZnn","/ip4/172.18.110.41/tcp/34918/ws/p2p/16Uiu2HAm65UYRwXCd5nrBKTyjPxbCRAxTqLdEKzh5EneJnpGHZnn"],"enrUri":"enr:-L24QAdSJmEKY9JlX48fxPmDHP2_U1k5-0Wp_dRaAGaa3X-nVacfLwgum7UdxUt0Q0rkH7EEcvSh1VPDKkjxkOwqKzYCgmlkgnY0gmlwhKwSbimKbXVsdGlhZGRyc5YACASsEm4pBohlAAoErBJuKQaIZt0DgnJzhQADAQAAiXNlY3AyNTZrMaECnkQCAN0KSBmNIKhrSrdCsBpG8tuurqXPL6zQx0ZDJG-DdGNwgohlg3VkcIKIZ4V3YWt1MgE"}'
|
|
2026-03-01 04:46:18.506 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:46:18.506 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34916/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.223/tcp/3036/p2p/16Uiu2HAmKr4NRq5dab6gwqoyFwxE3HzxjDdtu8nhsSBi2rB9rn3Q"]'
|
|
2026-03-01 04:46:18.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:18.563 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:46:18.563 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:18.564 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:46:18.564 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:46:18.572 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:46:18.572 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.231
|
|
2026-03-01 04:46:18.572 DEBUG [src.node.docker_mananger] Generated ports ['10391', '10392', '10393', '10394', '10395']
|
|
2026-03-01 04:46:18.572 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:46:18.572 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:46:18.573 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:46:18.573 DEBUG [src.node.docker_mananger] docker run -i -t -p 10391:10391 -p 10392:10392 -p 10393:10393 -p 10394:10394 -p 10395:10395 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=10393 --rest-port=10391 --tcp-port=10392 --discv5-udp-port=10394 --rest-address=0.0.0.0 --nat=extip:172.18.27.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e46b2e90affc4fc24fa09a08dda0e82aa06da340a82cad4e0a9efeb952b9211c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10395 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKILzgWURhf5OeR-RVD9pfAAaH0LMO6-h4tH1soacO2EZED4FQZBexCPYUtHSN5AuvIK3t_ysrGKdSNHZm8fjs4CgmlkgnY0gmlwhKwSkN-KbXVsdGlhZGRyc5YACASsEpDfBgvcAAoErBKQ3wYL3d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDate-Di6FAmJSfsrLpRH-2-9tIoCtqs8TopZIGMZRcAeDdGNwggvcg3VkcIIL3oV3YWt1Mgk --lightpushnode=/ip4/172.18.144.223/tcp/3036/p2p/16Uiu2HAmKr4NRq5dab6gwqoyFwxE3HzxjDdtu8nhsSBi2rB9rn3Q --lightpush=true --relay=true
|
|
2026-03-01 04:46:18.769 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.231 waku 726e7342a3ea904fbfa11a8c305fc2ae141b58a1d96ba80f02a290e9706f8227
|
|
2026-03-01 04:46:18.804 DEBUG [src.node.docker_mananger] Container started with ID 726e7342a3ea. Setting up logs at ./log/docker/lightpush_node1_2026-03-01_04-46-15__b7f7d5e4-4da4-4695-9498-e4b3ba3c0536__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:46:18.805 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10391
|
|
2026-03-01 04:46:18.805 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:46:19.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10391/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:19.809 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-01 04:46:19.809 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:46:19.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10391/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:46:19.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.231/tcp/10392/p2p/16Uiu2HAmKhyjs1CpFasDNc1iUA4tRXpQrtJrAr5rQKRbbEf6Vmne","/ip4/172.18.27.231/tcp/10393/ws/p2p/16Uiu2HAmKhyjs1CpFasDNc1iUA4tRXpQrtJrAr5rQKRbbEf6Vmne"],"enrUri":"enr:-L24QDbcMahB_35NRs_bxsLGTtSNRuVkOggeStguo2kqkUjHbc1XrK-zAzABnOGi19wh_n0dOthWSt8GRd9qFyhNFRsCgmlkgnY0gmlwhKwSG-eKbXVsdGlhZGRyc5YACASsEhvnBiiYAAoErBIb5wYomd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaMXcOn9Dmv-5LIa9BU-aGunCEQB-E4q7n3_zTV2Q2DeDdGNwgiiYg3VkcIIomoV3YWt1Mgk"}'
|
|
2026-03-01 04:46:19.812 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:46:19.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.223/tcp/3036/p2p/16Uiu2HAmKr4NRq5dab6gwqoyFwxE3HzxjDdtu8nhsSBi2rB9rn3Q"]'
|
|
2026-03-01 04:46:19.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:19.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.41/tcp/34917/p2p/16Uiu2HAm65UYRwXCd5nrBKTyjPxbCRAxTqLdEKzh5EneJnpGHZnn"]'
|
|
2026-03-01 04:46:19.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:19.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:46:19.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:19.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34916/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:46:19.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:19.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:46:19.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:46:19.916 DEBUG [tests.light_push.test_publish] Running test with timestamp Timestamp as string number
|
|
2026-03-01 04:46:19.916 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": "1772339883248823296"}}'
|
|
2026-03-01 04:46:19.919 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.920 DEBUG [tests.light_push.test_publish] Running test with timestamp Invalid large number
|
|
2026-03-01 04:46:19.920 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 9223372036854775808}}'
|
|
2026-03-01 04:46:19.923 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.923 DEBUG [tests.light_push.test_publish] Running test with timestamp Float number
|
|
2026-03-01 04:46:19.924 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1.7723398832488246e+18}}'
|
|
2026-03-01 04:46:19.926 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.927 DEBUG [tests.light_push.test_publish] Running test with timestamp Array instead of timestamp
|
|
2026-03-01 04:46:19.927 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": [1772339883248826368]}}'
|
|
2026-03-01 04:46:19.930 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.931 DEBUG [tests.light_push.test_publish] Running test with timestamp Object instead of timestamp
|
|
2026-03-01 04:46:19.931 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": {"time": 1772339883248826880}}}'
|
|
2026-03-01 04:46:19.933 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.934 DEBUG [tests.light_push.test_publish] Running test with timestamp ISO 8601 timestamp
|
|
2026-03-01 04:46:19.935 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": "2023-12-26T10:58:51"}}'
|
|
2026-03-01 04:46:19.938 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.938 DEBUG [tests.light_push.test_publish] Running test with timestamp Missing
|
|
2026-03-01 04:46:19.939 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:46:19.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10391/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": null}}'
|
|
2026-03-01 04:46:19.942 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:10391/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:46:19.944 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:46:19.945 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:46:19.945 DEBUG [src.node.waku_node] Stopping container with id 27915a03b17d
|
|
2026-03-01 04:46:20.509 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:46:20.509 DEBUG [src.node.waku_node] Stopping container with id c9f4d8ffc2c1
|
|
2026-03-01 04:46:21.095 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:46:21.095 DEBUG [src.node.waku_node] Stopping container with id 726e7342a3ea
|
|
2026-03-01 04:46:21.329 ERROR [src.node.docker_mananger] Max retries reached for container 27915a03b17d. Exiting log stream.
|
|
2026-03-01 04:46:21.634 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:46:21.635 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:46:21.646 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:46:21.660 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:46:21.669 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|