mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-06 20:03:43 +00:00
76 lines
14 KiB
Plaintext
76 lines
14 KiB
Plaintext
2026-03-13 04:34:46.024 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:34:46.024 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_with_invalid_pubsub_topic_format with id: 2026-03-13_04-34-46__db2dfe93-e212-43f9-b164-3eb5d170a2a2
|
|
2026-03-13 04:34:46.025 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:34:46.025 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-13 04:34:46.025 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
|
2026-03-13 04:34:46.032 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:34:46.032 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-34-46__db2dfe93-e212-43f9-b164-3eb5d170a2a2__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:34:46.032 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:34:46.032 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:34:46.033 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:34:46.034 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.8
|
|
2026-03-13 04:34:46.034 DEBUG [src.node.docker_mananger] Generated ports ['18486', '18487', '18488', '18489', '18490']
|
|
2026-03-13 04:34:46.034 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:34:46.034 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:34:46.034 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:34:46.034 DEBUG [src.node.docker_mananger] docker run -i -t -p 18486:18486 -p 18487:18487 -p 18488:18488 -p 18489:18489 -p 18490:18490 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=18488 --rest-port=18486 --tcp-port=18487 --discv5-udp-port=18489 --rest-address=0.0.0.0 --nat=extip:172.18.17.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccffda07f80f3a9dfad5d597dfee361c52ceca2ffbc9af9e9b23442f6bbae631 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18490 --metrics-logging=true --relay=true
|
|
2026-03-13 04:34:46.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.8 waku ed5cce35ab6d9f611e7c58912dbf7bcb9a2ab5bb52748aaed2ff6365fca1560e
|
|
2026-03-13 04:34:46.267 DEBUG [src.node.docker_mananger] Container started with ID ed5cce35ab6d. Setting up logs at ./log/docker/node1_2026-03-13_04-34-46__db2dfe93-e212-43f9-b164-3eb5d170a2a2__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:34:46.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18486
|
|
2026-03-13 04:34:46.269 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:34:46.272 ERROR [src.node.docker_mananger] Max retries reached for container 9e66a8f44a77. Exiting log stream.
|
|
2026-03-13 04:34:46.822 ERROR [src.node.docker_mananger] Max retries reached for container bc80c6be0ee0. Exiting log stream.
|
|
2026-03-13 04:34:47.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18486/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:34:47.272 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-13 04:34:47.273 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:34:47.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18486/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:34:47.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.8/tcp/18487/p2p/16Uiu2HAmHiKTjRMKhVNJ6FecV3F2jWAryEx39SEf7aLrdFJ4PamL","/ip4/172.18.17.8/tcp/18488/ws/p2p/16Uiu2HAmHiKTjRMKhVNJ6FecV3F2jWAryEx39SEf7aLrdFJ4PamL"],"enrUri":"enr:-L24QC6jDpvcFlEwjSiUbuyDoZdNOTyDMfdhWIZxAHwjug8VWJYgRrVqgeGFAzOhzgI_KML0HTgi0pUxFf3OHckd4vcCgmlkgnY0gmlwhKwSEQiKbXVsdGlhZGRyc5YACASsEhEIBkg3AAoErBIRCAZION0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSyTJOJbXKyKrb6eD4VJsxFBRlRBFcdjnQkHCK4NIlm-DdGNwgkg3g3VkcIJIOYV3YWt1MgE"}'
|
|
2026-03-13 04:34:47.275 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:34:47.282 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:34:47.282 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-34-46__db2dfe93-e212-43f9-b164-3eb5d170a2a2__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:34:47.282 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:34:47.283 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:34:47.284 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:34:47.284 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.219.252
|
|
2026-03-13 04:34:47.284 DEBUG [src.node.docker_mananger] Generated ports ['26650', '26651', '26652', '26653', '26654']
|
|
2026-03-13 04:34:47.285 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:34:47.285 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:34:47.285 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:34:47.285 DEBUG [src.node.docker_mananger] docker run -i -t -p 26650:26650 -p 26651:26651 -p 26652:26652 -p 26653:26653 -p 26654:26654 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=26652 --rest-port=26650 --tcp-port=26651 --discv5-udp-port=26653 --rest-address=0.0.0.0 --nat=extip:172.18.219.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf6ce7b71b1f97c365d978f3fbeb40502fc9698bbe1f32d7abdc128c4f0bc2a7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26654 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC6jDpvcFlEwjSiUbuyDoZdNOTyDMfdhWIZxAHwjug8VWJYgRrVqgeGFAzOhzgI_KML0HTgi0pUxFf3OHckd4vcCgmlkgnY0gmlwhKwSEQiKbXVsdGlhZGRyc5YACASsEhEIBkg3AAoErBIRCAZION0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSyTJOJbXKyKrb6eD4VJsxFBRlRBFcdjnQkHCK4NIlm-DdGNwgkg3g3VkcIJIOYV3YWt1MgE
|
|
2026-03-13 04:34:47.476 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.219.252 waku 422b76b871c43e7cb707c03014af1e5f47f35d9948b54a7367a1d5b9860ac105
|
|
2026-03-13 04:34:47.513 DEBUG [src.node.docker_mananger] Container started with ID 422b76b871c4. Setting up logs at ./log/docker/node2_2026-03-13_04-34-46__db2dfe93-e212-43f9-b164-3eb5d170a2a2__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:34:47.514 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26650
|
|
2026-03-13 04:34:47.514 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:34:48.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26650/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:34:48.535 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-13 04:34:48.537 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:34:48.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26650/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:34:48.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.219.252/tcp/26651/p2p/16Uiu2HAmTjSrnRtNb1EfU5SrdWD4KpWBoGktruE5PXpA7ZdTHBFL","/ip4/172.18.219.252/tcp/26652/ws/p2p/16Uiu2HAmTjSrnRtNb1EfU5SrdWD4KpWBoGktruE5PXpA7ZdTHBFL"],"enrUri":"enr:-L24QCtj1JfDyNAdujTOZZqQ1efcEKd8IrowuPNKyakgjPsafZG6hpKBxlN8CIEdrLkCkpzVLwZtuBnITUE2VCUOnB0CgmlkgnY0gmlwhKwS2_yKbXVsdGlhZGRyc5YACASsEtv8BmgbAAoErBLb_AZoHN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4AOZtJE3tjoxMLTi3UJxns4prTm1z4hyB-CUc7_IpUeDdGNwgmgbg3VkcIJoHYV3YWt1MgE"}'
|
|
2026-03-13 04:34:48.543 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:34:48.544 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26650/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.8/tcp/18487/p2p/16Uiu2HAmHiKTjRMKhVNJ6FecV3F2jWAryEx39SEf7aLrdFJ4PamL"]'
|
|
2026-03-13 04:34:48.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:34:48.551 DEBUG [tests.relay.test_subscribe] Running test with payload /test/2/rs/0/1
|
|
2026-03-13 04:34:48.551 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/test/2/rs/0/1"'
|
|
2026-03-13 04:34:48.554 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-13 04:34:48.554 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/3/rs/0/1
|
|
2026-03-13 04:34:48.555 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/3/rs/0/1"'
|
|
2026-03-13 04:34:48.557 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-13 04:34:48.558 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/test/0/1
|
|
2026-03-13 04:34:48.558 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/test/0/1"'
|
|
2026-03-13 04:34:48.560 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-13 04:34:48.561 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/3/b
|
|
2026-03-13 04:34:48.561 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/3/b"'
|
|
2026-03-13 04:34:48.564 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-13 04:34:48.564 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/0
|
|
2026-03-13 04:34:48.565 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:18486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/0"'
|
|
2026-03-13 04:34:48.567 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18486/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
|
2026-03-13 04:34:48.569 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:34:48.570 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:34:48.570 DEBUG [src.node.waku_node] Stopping container with id ed5cce35ab6d
|
|
2026-03-13 04:34:49.168 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:34:49.168 DEBUG [src.node.waku_node] Stopping container with id 422b76b871c4
|
|
2026-03-13 04:34:49.770 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:34:49.772 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:34:49.779 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:34:49.783 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|