mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
115 lines
21 KiB
Plaintext
115 lines
21 KiB
Plaintext
2026-02-28 04:27:33.371 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:27:33.372 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_content_topics with id: 2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3
|
|
2026-02-28 04:27:33.372 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:27:33.372 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-28 04:27:33.379 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:33.379 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:33.379 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:33.379 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:33.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:33.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.112
|
|
2026-02-28 04:27:33.381 DEBUG [src.node.docker_mananger] Generated ports ['58480', '58481', '58482', '58483', '58484']
|
|
2026-02-28 04:27:33.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:33.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:33.381 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:33.381 DEBUG [src.node.docker_mananger] docker run -i -t -p 58480:58480 -p 58481:58481 -p 58482:58482 -p 58483:58483 -p 58484:58484 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=58482 --rest-port=58480 --tcp-port=58481 --discv5-udp-port=58483 --rest-address=0.0.0.0 --nat=extip:172.18.246.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec722be475b7e3d3fdfea96bfcf1286c9ed7dbcc2c7aabed7860bf931e1bb08a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58484 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-02-28 04:27:33.571 ERROR [src.node.docker_mananger] Max retries reached for container 09d3b4ca1be3. Exiting log stream.
|
|
2026-02-28 04:27:33.599 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.112 waku 0dd79ebfdd00508bd927be6c98567d7d2fd6500b1f471ec5b78dc4709b3b0087
|
|
2026-02-28 04:27:33.634 DEBUG [src.node.docker_mananger] Container started with ID 0dd79ebfdd00. Setting up logs at ./log/docker/receiving_node1_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:33.634 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58480
|
|
2026-02-28 04:27:33.636 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:34.134 ERROR [src.node.docker_mananger] Max retries reached for container 1b2fc1ed559e. Exiting log stream.
|
|
2026-02-28 04:27:34.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58480/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:34.640 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-02-28 04:27:34.640 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:34.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58480/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:34.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.112/tcp/58481/p2p/16Uiu2HAmLwfSaVb1hRcVt2dPJjBRokGo538eKzpxit1ssXSzDMMS","/ip4/172.18.246.112/tcp/58482/ws/p2p/16Uiu2HAmLwfSaVb1hRcVt2dPJjBRokGo538eKzpxit1ssXSzDMMS"],"enrUri":"enr:-L24QFNOWaZN5kP8N_5PjdsPggGJ9yK_rrgFUMsS5sKlWce6Y3EzwgMZYrUWSW94GmoTKz971PbeambzvKZdv5SqC_kCgmlkgnY0gmlwhKwS9nCKbXVsdGlhZGRyc5YACASsEvZwBuRxAAoErBL2cAbkct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeyL9KB8DTWa9QmxSUQW0bgbQCoikkpmwX-BxhcaQ6QGDdGNwguRxg3VkcILkc4V3YWt1Mgk"}'
|
|
2026-02-28 04:27:34.642 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:34.649 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:34.649 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:34.650 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:34.650 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:34.651 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:34.651 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.157
|
|
2026-02-28 04:27:34.651 DEBUG [src.node.docker_mananger] Generated ports ['2730', '2731', '2732', '2733', '2734']
|
|
2026-02-28 04:27:34.651 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:34.651 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:34.652 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:34.652 DEBUG [src.node.docker_mananger] docker run -i -t -p 2730:2730 -p 2731:2731 -p 2732:2732 -p 2733:2733 -p 2734:2734 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=2732 --rest-port=2730 --tcp-port=2731 --discv5-udp-port=2733 --rest-address=0.0.0.0 --nat=extip:172.18.246.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4eb1fc0b0a694d0d5c16faba1c7a83047eae40fdde88fe033cba2a56552309dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2734 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-02-28 04:27:34.842 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.157 waku c83fe17702800e46ab7630c2cd4b266ef472bac0131de48d6b076187cf840a82
|
|
2026-02-28 04:27:34.875 DEBUG [src.node.docker_mananger] Container started with ID c83fe1770280. Setting up logs at ./log/docker/receiving_node2_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:34.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2730
|
|
2026-02-28 04:27:34.876 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:35.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2730/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:35.879 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-02-28 04:27:35.879 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:35.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2730/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:35.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.157/tcp/2731/p2p/16Uiu2HAmG36nGtcMXZ9BxfVxBTJMyWosZtVhDCji2Q5YtLkwGChN","/ip4/172.18.246.157/tcp/2732/ws/p2p/16Uiu2HAmG36nGtcMXZ9BxfVxBTJMyWosZtVhDCji2Q5YtLkwGChN"],"enrUri":"enr:-L24QDc-yyRA68iREy1YY07rx3GarH0pfqDrbZa9YFnSlLI0eT_Trp52zB7_aLcI34t-wjAVRhxVqoScaXdXsM-rn-cCgmlkgnY0gmlwhKwS9p2KbXVsdGlhZGRyc5YACASsEvadBgqrAAoErBL2nQYKrN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMj0cIPtRypnsMGLbqNYplf57hRnj_IoNcfGrQoaJbomDdGNwggqrg3VkcIIKrYV3YWt1MgE"}'
|
|
2026-02-28 04:27:35.882 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:35.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2730/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.112/tcp/58481/p2p/16Uiu2HAmLwfSaVb1hRcVt2dPJjBRokGo538eKzpxit1ssXSzDMMS"]'
|
|
2026-02-28 04:27:35.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:35.930 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:27:35.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:35.930 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:27:35.930 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:27:35.932 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:27:35.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.248
|
|
2026-02-28 04:27:35.932 DEBUG [src.node.docker_mananger] Generated ports ['43156', '43157', '43158', '43159', '43160']
|
|
2026-02-28 04:27:35.932 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:27:35.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:27:35.933 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:27:35.933 DEBUG [src.node.docker_mananger] docker run -i -t -p 43156:43156 -p 43157:43157 -p 43158:43158 -p 43159:43159 -p 43160:43160 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=43158 --rest-port=43156 --tcp-port=43157 --discv5-udp-port=43159 --rest-address=0.0.0.0 --nat=extip:172.18.236.248 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3a97e5ec925ace358af5acf6e5aeae36bffab52ea0fc17fd1f2a9ba11e4eadac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43160 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFNOWaZN5kP8N_5PjdsPggGJ9yK_rrgFUMsS5sKlWce6Y3EzwgMZYrUWSW94GmoTKz971PbeambzvKZdv5SqC_kCgmlkgnY0gmlwhKwS9nCKbXVsdGlhZGRyc5YACASsEvZwBuRxAAoErBL2cAbkct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeyL9KB8DTWa9QmxSUQW0bgbQCoikkpmwX-BxhcaQ6QGDdGNwguRxg3VkcILkc4V3YWt1Mgk --lightpushnode=/ip4/172.18.246.112/tcp/58481/p2p/16Uiu2HAmLwfSaVb1hRcVt2dPJjBRokGo538eKzpxit1ssXSzDMMS --lightpush=true --relay=true
|
|
2026-02-28 04:27:36.144 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.248 waku 02036fed2f9060f6ff56a5b5723cef1408d4f6168c2c47fa50f3f5eec7a2af27
|
|
2026-02-28 04:27:36.179 DEBUG [src.node.docker_mananger] Container started with ID 02036fed2f90. Setting up logs at ./log/docker/lightpush_node1_2026-02-28_04-27-33__3de931b1-1ca7-4482-9d0a-ee826e9a49f3__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:27:36.179 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43156
|
|
2026-02-28 04:27:36.180 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:27:37.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43156/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:37.184 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-02-28 04:27:37.184 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:27:37.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43156/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:27:37.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.248/tcp/43157/p2p/16Uiu2HAkwqbZTKYJKjkP4AHRz8ZfRCNRW2GkPJ7Bmwy6dZU9nY56","/ip4/172.18.236.248/tcp/43158/ws/p2p/16Uiu2HAkwqbZTKYJKjkP4AHRz8ZfRCNRW2GkPJ7Bmwy6dZU9nY56"],"enrUri":"enr:-L24QILD8f8QRymqRX-AeSO5otdtu8XjL6G2N4-R33k8IMpVRs1Jm5f-XnIztpFw0FaPnC4zF7ULaMYkIaFZdGrkrc4CgmlkgnY0gmlwhKwS7PiKbXVsdGlhZGRyc5YACASsEuz4BqiVAAoErBLs-Aaolt0DgnJzhQADAQAAiXNlY3AyNTZrMaECI9hQ44SgM_l9YRBDWQAof2_5O7KC_A1l-QvwrzyOULGDdGNwgqiVg3VkcIKol4V3YWt1Mgk"}'
|
|
2026-02-28 04:27:37.187 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:27:37.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.112/tcp/58481/p2p/16Uiu2HAmLwfSaVb1hRcVt2dPJjBRokGo538eKzpxit1ssXSzDMMS"]'
|
|
2026-02-28 04:27:37.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:37.233 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.157/tcp/2731/p2p/16Uiu2HAmG36nGtcMXZ9BxfVxBTJMyWosZtVhDCji2Q5YtLkwGChN"]'
|
|
2026-02-28 04:27:37.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:37.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58480/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 04:27:37.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:37.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2730/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 04:27:37.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:37.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-02-28 04:27:37.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:27:37.274 DEBUG [tests.light_push.test_publish] Running test with contetn topic Empty string
|
|
2026-02-28 04:27:37.276 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-28 04:27:37.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "", "timestamp": 1772252857275577084}}'
|
|
2026-02-28 04:27:37.284 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:43156/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-02-28 04:27:37.287 DEBUG [tests.light_push.test_publish] Running test with contetn topic A dictionary
|
|
2026-02-28 04:27:37.289 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-28 04:27:37.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": {"key": "YWFh"}, "timestamp": 1772252857289240580}}'
|
|
2026-02-28 04:27:37.296 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:43156/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-02-28 04:27:37.296 DEBUG [tests.light_push.test_publish] Running test with contetn topic An integer
|
|
2026-02-28 04:27:37.297 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-28 04:27:37.297 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": 1234567890, "timestamp": 1772252857297039017}}'
|
|
2026-02-28 04:27:37.299 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:43156/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-02-28 04:27:37.300 DEBUG [tests.light_push.test_publish] Running test with contetn topic A list
|
|
2026-02-28 04:27:37.300 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-28 04:27:37.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": ["YWFh"], "timestamp": 1772252857300674509}}'
|
|
2026-02-28 04:27:37.303 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:43156/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-02-28 04:27:37.304 DEBUG [tests.light_push.test_publish] Running test with contetn topic A bool
|
|
2026-02-28 04:27:37.304 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-02-28 04:27:37.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43156/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": true, "timestamp": 1772252857304451724}}'
|
|
2026-02-28 04:27:37.307 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:43156/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-02-28 04:27:37.309 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:27:37.310 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:27:37.310 DEBUG [src.node.waku_node] Stopping container with id 0dd79ebfdd00
|
|
2026-02-28 04:27:37.909 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:37.910 DEBUG [src.node.waku_node] Stopping container with id c83fe1770280
|
|
2026-02-28 04:27:38.491 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:38.491 DEBUG [src.node.waku_node] Stopping container with id 02036fed2f90
|
|
2026-02-28 04:27:38.724 ERROR [src.node.docker_mananger] Max retries reached for container 0dd79ebfdd00. Exiting log stream.
|
|
2026-02-28 04:27:38.995 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:27:38.998 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:27:39.008 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:27:39.025 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:27:39.035 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|