mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
123 lines
23 KiB
Plaintext
123 lines
23 KiB
Plaintext
2026-03-05 15:10:45.247 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:10:45.249 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_timestamps with id: 2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461
|
|
2026-03-05 15:10:45.249 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:10:45.250 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:10:45.261 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:45.262 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:45.262 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:45.262 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:45.265 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:45.265 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.99
|
|
2026-03-05 15:10:45.266 DEBUG [src.node.docker_mananger] Generated ports ['55149', '55150', '55151', '55152', '55153']
|
|
2026-03-05 15:10:45.266 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:45.267 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:45.267 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:45.267 DEBUG [src.node.docker_mananger] docker run -i -t -p 55149:55149 -p 55150:55150 -p 55151:55151 -p 55152:55152 -p 55153:55153 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=55151 --rest-port=55149 --tcp-port=55150 --discv5-udp-port=55152 --rest-address=0.0.0.0 --nat=extip:172.18.93.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3eb6e8dc8e2b7e0a7be5b53e1f7bceffdb1539125abafc94bc763aa55dbfe1a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55153 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-05 15:10:45.444 ERROR [src.node.docker_mananger] Max retries reached for container 4e3a524a1006. Exiting log stream.
|
|
2026-03-05 15:10:45.473 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.99 waku 269a7ee4ca571b6138d06a142cd682ba874156d8619234a72b966511053c770e
|
|
2026-03-05 15:10:45.505 DEBUG [src.node.docker_mananger] Container started with ID 269a7ee4ca57. Setting up logs at ./log/docker/receiving_node1_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:45.506 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 55149
|
|
2026-03-05 15:10:45.506 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:46.118 ERROR [src.node.docker_mananger] Max retries reached for container 5e08b60452e3. Exiting log stream.
|
|
2026-03-05 15:10:46.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55149/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.511 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:10:46.511 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:46.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55149/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:46.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.99/tcp/55150/p2p/16Uiu2HAm4rprXvV9XGoFtcDMkb467Sf6wCxn251ZkWcf7e4JcNQB","/ip4/172.18.93.99/tcp/55151/ws/p2p/16Uiu2HAm4rprXvV9XGoFtcDMkb467Sf6wCxn251ZkWcf7e4JcNQB"],"enrUri":"enr:-L24QFZLH0OdTDBwQGwLe6XhWe7Cfn7xjWTUmzAqX95BVa0aJGLCEOlS3FSMVfcbvhM3QuBaIBtyEQRVEZfka6f-nPUCgmlkgnY0gmlwhKwSXWOKbXVsdGlhZGRyc5YACASsEl1jBtduAAoErBJdYwbXb90DgnJzhQADAQAAiXNlY3AyNTZrMaECjCq8xGwphOPLt35ONZwmI8tImX02Acw49d-RaB6EUdyDdGNwgtdug3VkcILXcIV3YWt1Mgk"}'
|
|
2026-03-05 15:10:46.514 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:46.521 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:46.522 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:46.522 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:46.522 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:46.523 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:46.523 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.148
|
|
2026-03-05 15:10:46.524 DEBUG [src.node.docker_mananger] Generated ports ['16516', '16517', '16518', '16519', '16520']
|
|
2026-03-05 15:10:46.524 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:46.524 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:46.524 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:46.524 DEBUG [src.node.docker_mananger] docker run -i -t -p 16516:16516 -p 16517:16517 -p 16518:16518 -p 16519:16519 -p 16520:16520 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=16518 --rest-port=16516 --tcp-port=16517 --discv5-udp-port=16519 --rest-address=0.0.0.0 --nat=extip:172.18.233.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a8dd3ff657f6ab6abfb6e1f2c3ec2f60600f6f72263c6ad2e87a5c5f69d1f1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16520 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-05 15:10:46.722 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.148 waku 0ad2829a6075b044d8cc2fa420866ebf4e33fd123a1a1e53c724d83dcbd80e82
|
|
2026-03-05 15:10:46.759 DEBUG [src.node.docker_mananger] Container started with ID 0ad2829a6075. Setting up logs at ./log/docker/receiving_node2_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:46.759 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 16516
|
|
2026-03-05 15:10:46.760 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:47.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16516/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:47.763 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:47.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:47.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16516/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:47.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.148/tcp/16517/p2p/16Uiu2HAmNDUFykCuLRHAHH8JMuSxW1iMzCRku6FPjdoEhgUSZsNg","/ip4/172.18.233.148/tcp/16518/ws/p2p/16Uiu2HAmNDUFykCuLRHAHH8JMuSxW1iMzCRku6FPjdoEhgUSZsNg"],"enrUri":"enr:-L24QO2VuycTxD7H0pagyd1dhgp5HtiwmLg4cSNlICdwAIL6fc8Wi0eRoDlMzxq6CUYgRFMwXXYnTNQkOLhRfOWrKnoCgmlkgnY0gmlwhKwS6ZSKbXVsdGlhZGRyc5YACASsEumUBkCFAAoErBLplAZAht0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjgtTC67Gl-azugqCemSyOdWk8PyW4eatHh9RtFMN-iGDdGNwgkCFg3VkcIJAh4V3YWt1MgE"}'
|
|
2026-03-05 15:10:47.766 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:47.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16516/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.99/tcp/55150/p2p/16Uiu2HAm4rprXvV9XGoFtcDMkb467Sf6wCxn251ZkWcf7e4JcNQB"]'
|
|
2026-03-05 15:10:47.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:47.817 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:10:47.817 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:47.817 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:10:47.817 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:10:47.827 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:10:47.830 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.190
|
|
2026-03-05 15:10:47.830 DEBUG [src.node.docker_mananger] Generated ports ['1152', '1153', '1154', '1155', '1156']
|
|
2026-03-05 15:10:47.830 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:10:47.830 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:10:47.831 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:10:47.831 DEBUG [src.node.docker_mananger] docker run -i -t -p 1152:1152 -p 1153:1153 -p 1154:1154 -p 1155:1155 -p 1156:1156 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=1154 --rest-port=1152 --tcp-port=1153 --discv5-udp-port=1155 --rest-address=0.0.0.0 --nat=extip:172.18.241.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9bb1ae3ffc70aff2de8aa8b6618c7b0cd8315f25ac5ec1ddcc3d73c41dbb75e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1156 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFZLH0OdTDBwQGwLe6XhWe7Cfn7xjWTUmzAqX95BVa0aJGLCEOlS3FSMVfcbvhM3QuBaIBtyEQRVEZfka6f-nPUCgmlkgnY0gmlwhKwSXWOKbXVsdGlhZGRyc5YACASsEl1jBtduAAoErBJdYwbXb90DgnJzhQADAQAAiXNlY3AyNTZrMaECjCq8xGwphOPLt35ONZwmI8tImX02Acw49d-RaB6EUdyDdGNwgtdug3VkcILXcIV3YWt1Mgk --lightpushnode=/ip4/172.18.93.99/tcp/55150/p2p/16Uiu2HAm4rprXvV9XGoFtcDMkb467Sf6wCxn251ZkWcf7e4JcNQB --lightpush=true --relay=true
|
|
2026-03-05 15:10:48.026 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.190 waku abd27fbcc481f2de9a58d1407b2a83e61f8ff9207f4a277ed0d22b20b34c79ff
|
|
2026-03-05 15:10:48.062 DEBUG [src.node.docker_mananger] Container started with ID abd27fbcc481. Setting up logs at ./log/docker/lightpush_node1_2026-03-05_15-10-45__fd0c0f69-65bf-4c80-a28a-4ae256d0a461__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:10:48.062 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 1152
|
|
2026-03-05 15:10:48.062 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:10:49.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1152/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:49.066 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:10:49.066 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:10:49.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1152/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:10:49.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.190/tcp/1153/p2p/16Uiu2HAmSKYvAhQ5oUs2tftxzijHQn8kWFdhhCmu8PVA7dhLPdTF","/ip4/172.18.241.190/tcp/1154/ws/p2p/16Uiu2HAmSKYvAhQ5oUs2tftxzijHQn8kWFdhhCmu8PVA7dhLPdTF"],"enrUri":"enr:-L24QBaoHzPOrzQC0EalEyUux_03-5JgHgu2OAMRJAZitb4aLq7nnjQh5sdBugiYfHngKQxh-zI6O-EcLbHFTvL-buMCgmlkgnY0gmlwhKwS8b6KbXVsdGlhZGRyc5YACASsEvG-BgSBAAoErBLxvgYEgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDywjTApTf0v41BVd-QcldO710gJjfvORFVYu7p1acqKKDdGNwggSBg3VkcIIEg4V3YWt1Mgk"}'
|
|
2026-03-05 15:10:49.069 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:10:49.069 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.99/tcp/55150/p2p/16Uiu2HAm4rprXvV9XGoFtcDMkb467Sf6wCxn251ZkWcf7e4JcNQB"]'
|
|
2026-03-05 15:10:49.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:49.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.233.148/tcp/16517/p2p/16Uiu2HAmNDUFykCuLRHAHH8JMuSxW1iMzCRku6FPjdoEhgUSZsNg"]'
|
|
2026-03-05 15:10:49.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:49.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55149/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:49.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:49.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16516/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:49.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:49.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:10:49.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:10:49.181 DEBUG [tests.light_push.test_publish] Running test with timestamp Timestamp as string number
|
|
2026-03-05 15:10:49.182 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": "1772723059860372224"}}'
|
|
2026-03-05 15:10:49.189 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.191 DEBUG [tests.light_push.test_publish] Running test with timestamp Invalid large number
|
|
2026-03-05 15:10:49.192 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/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-05 15:10:49.196 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.197 DEBUG [tests.light_push.test_publish] Running test with timestamp Float number
|
|
2026-03-05 15:10:49.198 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/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.7727230598603738e+18}}'
|
|
2026-03-05 15:10:49.201 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.202 DEBUG [tests.light_push.test_publish] Running test with timestamp Array instead of timestamp
|
|
2026-03-05 15:10:49.203 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": [1772723059860375808]}}'
|
|
2026-03-05 15:10:49.205 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.206 DEBUG [tests.light_push.test_publish] Running test with timestamp Object instead of timestamp
|
|
2026-03-05 15:10:49.207 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.207 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/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": 1772723059860376320}}}'
|
|
2026-03-05 15:10:49.209 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.210 DEBUG [tests.light_push.test_publish] Running test with timestamp ISO 8601 timestamp
|
|
2026-03-05 15:10:49.211 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/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-05 15:10:49.213 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.214 DEBUG [tests.light_push.test_publish] Running test with timestamp Missing
|
|
2026-03-05 15:10:49.214 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-05 15:10:49.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1152/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-05 15:10:49.217 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:1152/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-05 15:10:49.219 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:10:49.220 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:10:49.221 DEBUG [src.node.waku_node] Stopping container with id 269a7ee4ca57
|
|
2026-03-05 15:10:49.766 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:49.766 DEBUG [src.node.waku_node] Stopping container with id 0ad2829a6075
|
|
2026-03-05 15:10:50.359 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:50.360 DEBUG [src.node.waku_node] Stopping container with id abd27fbcc481
|
|
2026-03-05 15:10:50.582 ERROR [src.node.docker_mananger] Max retries reached for container 269a7ee4ca57. Exiting log stream.
|
|
2026-03-05 15:10:50.909 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:10:50.911 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:10:50.919 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:10:50.928 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:10:50.939 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|