mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
92 lines
17 KiB
Plaintext
92 lines
17 KiB
Plaintext
2025-12-24 04:22:53.577 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-24 04:22:53.578 DEBUG [tests.conftest] Running test: test_publish_with_invalid_payloads with id: 2025-12-24_04-22-53__01ec6b4b-0d70-4df9-9616-74e15ca188e9
|
|
2025-12-24 04:22:53.578 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-24 04:22:53.578 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-24 04:22:53.579 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2025-12-24 04:22:53.586 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:22:53.586 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-24_04-22-53__01ec6b4b-0d70-4df9-9616-74e15ca188e9__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:22:53.586 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:22:53.586 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:22:53.588 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:22:53.588 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.122
|
|
2025-12-24 04:22:53.588 DEBUG [src.node.docker_mananger] Generated ports ['55877', '55878', '55879', '55880', '55881']
|
|
2025-12-24 04:22:53.588 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:22:53.589 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:22:53.589 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:22:53.589 DEBUG [src.node.docker_mananger] docker run -i -t -p 55877:55877 -p 55878:55878 -p 55879:55879 -p 55880:55880 -p 55881:55881 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=55879 --rest-port=55877 --tcp-port=55878 --discv5-udp-port=55880 --rest-address=0.0.0.0 --nat=extip:172.18.135.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6c715dc056c03fdad32d26bc4ffcc97b13fc6bdaa2357528d50cba41ddffacf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55881 --metrics-logging=true --relay=true
|
|
2025-12-24 04:22:53.795 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.122 waku edeb6df784d1590e411e638cca3033d5d2fb34d0b88e51d11708c0610e400aca
|
|
2025-12-24 04:22:53.831 DEBUG [src.node.docker_mananger] Container started with ID edeb6df784d1. Setting up logs at ./log/docker/node1_2025-12-24_04-22-53__01ec6b4b-0d70-4df9-9616-74e15ca188e9__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:22:53.831 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55877
|
|
2025-12-24 04:22:53.832 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:22:54.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55877/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:54.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-24 04:22:54.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:22:54.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55877/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:54.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.122/tcp/55878/p2p/16Uiu2HAmThMUTfDmnJYeBsWbWApPP8L4JRLzKWCLVMW3qhrbgc1a","/ip4/172.18.135.122/tcp/55879/ws/p2p/16Uiu2HAmThMUTfDmnJYeBsWbWApPP8L4JRLzKWCLVMW3qhrbgc1a"],"enrUri":"enr:-L24QGBGCeHIvq4ipCBqDB9B2gBS9QI6Ol45jrRVzj1vGjcQKfNscrSxFAzGy3zj5nZRppmonON72AWPS3B6RHuE34UCgmlkgnY0gmlwhKwSh3qKbXVsdGlhZGRyc5YACASsEod6BtpGAAoErBKHegbaR90DgnJzhQADAQAAiXNlY3AyNTZrMaED33pZnsLwwMzP8fvjZ7GbYbpuSyE1ONfW3R5HIT65reWDdGNwgtpGg3VkcILaSIV3YWt1MgE"}'
|
|
2025-12-24 04:22:54.840 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:22:54.847 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-24 04:22:54.847 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-24_04-22-53__01ec6b4b-0d70-4df9-9616-74e15ca188e9__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:22:54.847 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-24 04:22:54.847 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-24 04:22:54.848 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-24 04:22:54.849 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.205
|
|
2025-12-24 04:22:54.849 DEBUG [src.node.docker_mananger] Generated ports ['56950', '56951', '56952', '56953', '56954']
|
|
2025-12-24 04:22:54.849 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-24 04:22:54.849 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-24 04:22:54.849 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-24 04:22:54.849 DEBUG [src.node.docker_mananger] docker run -i -t -p 56950:56950 -p 56951:56951 -p 56952:56952 -p 56953:56953 -p 56954:56954 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=56952 --rest-port=56950 --tcp-port=56951 --discv5-udp-port=56953 --rest-address=0.0.0.0 --nat=extip:172.18.61.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7da588bb1b12cac0ccbc8f6c684f602a047d03cddb6cdff2ef2897bdb43e358 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56954 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGBGCeHIvq4ipCBqDB9B2gBS9QI6Ol45jrRVzj1vGjcQKfNscrSxFAzGy3zj5nZRppmonON72AWPS3B6RHuE34UCgmlkgnY0gmlwhKwSh3qKbXVsdGlhZGRyc5YACASsEod6BtpGAAoErBKHegbaR90DgnJzhQADAQAAiXNlY3AyNTZrMaED33pZnsLwwMzP8fvjZ7GbYbpuSyE1ONfW3R5HIT65reWDdGNwgtpGg3VkcILaSIV3YWt1MgE
|
|
2025-12-24 04:22:55.030 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.205 waku b30d2e64732b4aa61c43e7d10d8f8d3cc9202b344d300c77e4a70107a158b5e7
|
|
2025-12-24 04:22:55.063 DEBUG [src.node.docker_mananger] Container started with ID b30d2e64732b. Setting up logs at ./log/docker/node2_2025-12-24_04-22-53__01ec6b4b-0d70-4df9-9616-74e15ca188e9__wakuorg_nwaku:latest.log
|
|
2025-12-24 04:22:55.064 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56950
|
|
2025-12-24 04:22:55.065 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-24 04:22:56.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56950/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:56.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-24 04:22:56.076 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-24 04:22:56.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:56.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.205/tcp/56951/p2p/16Uiu2HAmBvRStphqiNiPer3J8tUWKGYYjEn2qaUzM4NTXi3xM2ZS","/ip4/172.18.61.205/tcp/56952/ws/p2p/16Uiu2HAmBvRStphqiNiPer3J8tUWKGYYjEn2qaUzM4NTXi3xM2ZS"],"enrUri":"enr:-L24QKM4-15bNABqmQK79xILnIInELD438YLpUmYy-Dm6xg5Hw68RdbnGvMRoLfz2d_ZNDNilT_tzjmJNpz-CDq7VdQCgmlkgnY0gmlwhKwSPc2KbXVsdGlhZGRyc5YACASsEj3NBt53AAoErBI9zQbeeN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9Rhm7UBMpeuqmOuyQ4MUdLVbEJ4pmTRDyjqXJPCrbI2DdGNwgt53g3VkcILeeYV3YWt1MgE"}'
|
|
2025-12-24 04:22:56.082 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-24 04:22:56.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56950/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.135.122/tcp/55878/p2p/16Uiu2HAmThMUTfDmnJYeBsWbWApPP8L4JRLzKWCLVMW3qhrbgc1a"]'
|
|
2025-12-24 04:22:56.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:22:56.085 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
|
2025-12-24 04:22:56.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-24 04:22:56.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:22:56.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56950/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-24 04:22:56.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:22:56.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-24 04:22:56.102 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-24 04:22:56.202 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:22:56.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:56.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766550176095683328,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:22:56.207 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-24 04:22:56.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-24 04:22:56.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766550176095683328,"ephemeral":false,"proof":""}]'
|
|
2025-12-24 04:22:56.210 INFO [src.steps.relay] WARM UP successful!!
|
|
2025-12-24 04:22:56.211 DEBUG [tests.relay.test_publish] Running test with payload Empty string
|
|
2025-12-24 04:22:56.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.214 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2025-12-24 04:22:56.214 DEBUG [tests.relay.test_publish] Running test with payload Unecoded text
|
|
2025-12-24 04:22:56.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "Hello World!", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.217 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Incorrect base64 string'
|
|
2025-12-24 04:22:56.217 DEBUG [tests.relay.test_publish] Running test with payload A dictionary
|
|
2025-12-24 04:22:56.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": {"key": "YWFh"}, "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.219 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2025-12-24 04:22:56.220 DEBUG [tests.relay.test_publish] Running test with payload An integer
|
|
2025-12-24 04:22:56.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": 1234567890, "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.222 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2025-12-24 04:22:56.223 DEBUG [tests.relay.test_publish] Running test with payload A list
|
|
2025-12-24 04:22:56.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": ["YWFh"], "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.225 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2025-12-24 04:22:56.225 DEBUG [tests.relay.test_publish] Running test with payload A bool
|
|
2025-12-24 04:22:56.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": true, "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-24 04:22:56.228 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55877/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2025-12-24 04:22:56.229 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-24 04:22:56.230 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-24 04:22:56.230 DEBUG [src.node.waku_node] Stopping container with id edeb6df784d1
|
|
2025-12-24 04:22:56.776 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:22:56.776 DEBUG [src.node.waku_node] Stopping container with id b30d2e64732b
|
|
2025-12-24 04:22:57.310 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-24 04:22:57.312 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-24 04:22:57.318 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-24 04:22:57.323 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|