mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
115 lines
21 KiB
Plaintext
115 lines
21 KiB
Plaintext
2026-03-01 04:40:47.596 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:40:47.596 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_content_topics with id: 2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e
|
|
2026-03-01 04:40:47.597 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:40:47.597 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-01 04:40:47.604 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:47.604 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:47.604 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:47.604 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:47.606 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:47.606 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.255
|
|
2026-03-01 04:40:47.606 DEBUG [src.node.docker_mananger] Generated ports ['37028', '37029', '37030', '37031', '37032']
|
|
2026-03-01 04:40:47.606 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:47.607 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:47.607 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:47.607 DEBUG [src.node.docker_mananger] docker run -i -t -p 37028:37028 -p 37029:37029 -p 37030:37030 -p 37031:37031 -p 37032:37032 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=37030 --rest-port=37028 --tcp-port=37029 --discv5-udp-port=37031 --rest-address=0.0.0.0 --nat=extip:172.18.185.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eae2ecbefcc39bc8f0ccfcdfef99feea55fa8efead976db24e7393e903cfeadb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37032 --metrics-logging=true --lightpush=true --relay=true
|
|
2026-03-01 04:40:47.794 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.255 waku 1a3d35f5a2d2c290e8d886f3b576c8d04449ec6184084cae078de9723e93ed83
|
|
2026-03-01 04:40:47.796 ERROR [src.node.docker_mananger] Max retries reached for container 416fcd04bb5e. Exiting log stream.
|
|
2026-03-01 04:40:47.829 DEBUG [src.node.docker_mananger] Container started with ID 1a3d35f5a2d2. Setting up logs at ./log/docker/receiving_node1_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:47.830 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37028
|
|
2026-03-01 04:40:47.830 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:48.389 ERROR [src.node.docker_mananger] Max retries reached for container 52888230106e. Exiting log stream.
|
|
2026-03-01 04:40:48.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37028/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:48.834 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:40:48.834 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:48.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37028/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:48.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.255/tcp/37029/p2p/16Uiu2HAkw4PKmGyyt4qzLwGox9omLnWgNHaj8i1QzvgN84KV6VLk","/ip4/172.18.185.255/tcp/37030/ws/p2p/16Uiu2HAkw4PKmGyyt4qzLwGox9omLnWgNHaj8i1QzvgN84KV6VLk"],"enrUri":"enr:-L24QMaNtRiOrt2UipwFkogR53rY3qY4JznajmFDvDUWPrUAKkFdN4uFvQfBjoQN4IAs5kVkSOq1C0XDi060qOP5aBcCgmlkgnY0gmlwhKwSuf-KbXVsdGlhZGRyc5YACASsErn_BpClAAoErBK5_waQpt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGENYH0CzicBjW5arIKQlQ3mip0JmF0_J_3PFz9SG_XGDdGNwgpClg3VkcIKQp4V3YWt1Mgk"}'
|
|
2026-03-01 04:40:48.837 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:48.844 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:48.845 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:48.845 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:48.845 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:48.846 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:48.846 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.112
|
|
2026-03-01 04:40:48.847 DEBUG [src.node.docker_mananger] Generated ports ['2862', '2863', '2864', '2865', '2866']
|
|
2026-03-01 04:40:48.847 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:48.847 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:48.847 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:48.847 DEBUG [src.node.docker_mananger] docker run -i -t -p 2862:2862 -p 2863:2863 -p 2864:2864 -p 2865:2865 -p 2866:2866 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=2864 --rest-port=2862 --tcp-port=2863 --discv5-udp-port=2865 --rest-address=0.0.0.0 --nat=extip:172.18.133.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2d8bc3ea246cd0fb49a3311adf7d0fa4eeee7fe7406a9df824bcfeda2683490 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2866 --metrics-logging=true --lightpush=false --relay=true
|
|
2026-03-01 04:40:49.036 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.112 waku 0eec7b128ac89ff923df4957694ab2c6bbc19175d46adb228d068eb4111ff061
|
|
2026-03-01 04:40:49.072 DEBUG [src.node.docker_mananger] Container started with ID 0eec7b128ac8. Setting up logs at ./log/docker/receiving_node2_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:49.073 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2862
|
|
2026-03-01 04:40:49.074 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:50.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2862/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:50.077 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:40:50.077 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:50.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2862/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:50.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.112/tcp/2863/p2p/16Uiu2HAmNbpZPaK6W4ag9ibvcE29g8nPHb9KkenktGhzaBAuYhk8","/ip4/172.18.133.112/tcp/2864/ws/p2p/16Uiu2HAmNbpZPaK6W4ag9ibvcE29g8nPHb9KkenktGhzaBAuYhk8"],"enrUri":"enr:-L24QLtR83DO1jCxJK87CAwOuc4gZ2wNmWhNTWe3Ss1qbZyGV_QWeHN5KtZI-lLoUCPIkiVKKTOd2mnWUW4pePbpWBMCgmlkgnY0gmlwhKwShXCKbXVsdGlhZGRyc5YACASsEoVwBgsvAAoErBKFcAYLMN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDk8UOQcq04cMCRvmEcYJu1aT_ftC9zqdaT73k8uMD8h2DdGNwggsvg3VkcIILMYV3YWt1MgE"}'
|
|
2026-03-01 04:40:50.080 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:50.080 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2862/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.255/tcp/37029/p2p/16Uiu2HAkw4PKmGyyt4qzLwGox9omLnWgNHaj8i1QzvgN84KV6VLk"]'
|
|
2026-03-01 04:40:50.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:50.134 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:40:50.135 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:50.135 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:40:50.135 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:40:50.136 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:40:50.137 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.56
|
|
2026-03-01 04:40:50.137 DEBUG [src.node.docker_mananger] Generated ports ['48331', '48332', '48333', '48334', '48335']
|
|
2026-03-01 04:40:50.137 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:40:50.137 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:40:50.138 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:40:50.138 DEBUG [src.node.docker_mananger] docker run -i -t -p 48331:48331 -p 48332:48332 -p 48333:48333 -p 48334:48334 -p 48335:48335 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=48333 --rest-port=48331 --tcp-port=48332 --discv5-udp-port=48334 --rest-address=0.0.0.0 --nat=extip:172.18.129.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfd6ea79e7b72baaa5fb5ff9ceb3c7a8d92462c9b5befaf64e1e44b71a59ab88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48335 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMaNtRiOrt2UipwFkogR53rY3qY4JznajmFDvDUWPrUAKkFdN4uFvQfBjoQN4IAs5kVkSOq1C0XDi060qOP5aBcCgmlkgnY0gmlwhKwSuf-KbXVsdGlhZGRyc5YACASsErn_BpClAAoErBK5_waQpt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGENYH0CzicBjW5arIKQlQ3mip0JmF0_J_3PFz9SG_XGDdGNwgpClg3VkcIKQp4V3YWt1Mgk --lightpushnode=/ip4/172.18.185.255/tcp/37029/p2p/16Uiu2HAkw4PKmGyyt4qzLwGox9omLnWgNHaj8i1QzvgN84KV6VLk --lightpush=true --relay=true
|
|
2026-03-01 04:40:50.334 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.56 waku b3b70d452cd9924085e1371a6802efdcaf9ce465de1d62aa7d65212b45cb5b19
|
|
2026-03-01 04:40:50.370 DEBUG [src.node.docker_mananger] Container started with ID b3b70d452cd9. Setting up logs at ./log/docker/lightpush_node1_2026-03-01_04-40-47__6f4647bd-7d93-4ba8-a3fc-1e61c76caa3e__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:40:50.371 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48331
|
|
2026-03-01 04:40:50.371 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:40:51.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48331/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:51.374 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:40:51.374 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:40:51.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48331/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:40:51.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.56/tcp/48332/p2p/16Uiu2HAm1hTktHe9YmTJttHuh9QW7HX6SZ2ozC8NNQ5Didh3v1oM","/ip4/172.18.129.56/tcp/48333/ws/p2p/16Uiu2HAm1hTktHe9YmTJttHuh9QW7HX6SZ2ozC8NNQ5Didh3v1oM"],"enrUri":"enr:-L24QHt_DI98u1xzDgH0iFu6u-h5uA9IA9sCSBnq5F0ImCsYIgjQ3agBwWV_YUKG8dvBtjtQo1tCOY45yKXSrZPEoZACgmlkgnY0gmlwhKwSgTiKbXVsdGlhZGRyc5YACASsEoE4BrzMAAoErBKBOAa8zd0DgnJzhQADAQAAiXNlY3AyNTZrMaECXTGYK1f8sVE6INvpdlcB1s985Ysh9l0AvQi5QEXmp2iDdGNwgrzMg3VkcIK8zoV3YWt1Mgk"}'
|
|
2026-03-01 04:40:51.377 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:40:51.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.255/tcp/37029/p2p/16Uiu2HAkw4PKmGyyt4qzLwGox9omLnWgNHaj8i1QzvgN84KV6VLk"]'
|
|
2026-03-01 04:40:51.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:51.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.112/tcp/2863/p2p/16Uiu2HAmNbpZPaK6W4ag9ibvcE29g8nPHb9KkenktGhzaBAuYhk8"]'
|
|
2026-03-01 04:40:51.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:51.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37028/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:40:51.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:51.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2862/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:40:51.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:51.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-01 04:40:51.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:40:51.493 DEBUG [tests.light_push.test_publish] Running test with contetn topic Empty string
|
|
2026-03-01 04:40:51.493 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:40:51.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "", "timestamp": 1772340051493500501}}'
|
|
2026-03-01 04:40:51.496 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48331/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:40:51.497 DEBUG [tests.light_push.test_publish] Running test with contetn topic A dictionary
|
|
2026-03-01 04:40:51.498 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:40:51.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": {"key": "YWFh"}, "timestamp": 1772340051497865541}}'
|
|
2026-03-01 04:40:51.500 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48331/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:40:51.501 DEBUG [tests.light_push.test_publish] Running test with contetn topic An integer
|
|
2026-03-01 04:40:51.501 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:40:51.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": 1234567890, "timestamp": 1772340051501745305}}'
|
|
2026-03-01 04:40:51.504 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48331/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:40:51.505 DEBUG [tests.light_push.test_publish] Running test with contetn topic A list
|
|
2026-03-01 04:40:51.505 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:40:51.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": ["YWFh"], "timestamp": 1772340051505282203}}'
|
|
2026-03-01 04:40:51.507 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48331/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:40:51.508 DEBUG [tests.light_push.test_publish] Running test with contetn topic A bool
|
|
2026-03-01 04:40:51.509 DEBUG [src.steps.light_push] Lightpushing message
|
|
2026-03-01 04:40:51.509 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48331/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": true, "timestamp": 1772340051509009060}}'
|
|
2026-03-01 04:40:51.511 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48331/lightpush/v1/message. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-01 04:40:51.514 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:40:51.515 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:40:51.515 DEBUG [src.node.waku_node] Stopping container with id 1a3d35f5a2d2
|
|
2026-03-01 04:40:52.069 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:52.071 DEBUG [src.node.waku_node] Stopping container with id 0eec7b128ac8
|
|
2026-03-01 04:40:52.615 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:52.616 DEBUG [src.node.waku_node] Stopping container with id b3b70d452cd9
|
|
2026-03-01 04:40:52.882 ERROR [src.node.docker_mananger] Max retries reached for container 1a3d35f5a2d2. Exiting log stream.
|
|
2026-03-01 04:40:53.145 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:40:53.146 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:40:53.157 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:40:53.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:40:53.172 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|