mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
75 lines
14 KiB
Plaintext
75 lines
14 KiB
Plaintext
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_unsubscribe_with_invalid_pubsub_topic_format with id: 2026-02-27_04-34-43__f4f0f717-9c8d-4195-b347-bdc98bf286ab
|
||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-34-43__f4f0f717-9c8d-4195-b347-bdc98bf286ab__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.151.71
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4042', '4043', '4044', '4045', '4046']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4042:4042 -p 4043:4043 -p 4044:4044 -p 4045:4045 -p 4046:4046 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=4044 --rest-port=4042 --tcp-port=4043 --discv5-udp-port=4045 --rest-address=0.0.0.0 --nat=extip:172.18.151.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=72a01227cb1f1f97f22fb03c52e252e65aaccba7f5f1bef9b1b6cb9affac93d8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4046 --metrics-logging=true --relay=true
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.71 waku eeb0fb4a3f8eb822f67739646c8fc29f4790418648100ab166033252536989e3
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID eeb0fb4a3f8e. Setting up logs at ./log/docker/node1_2026-02-27_04-34-43__f4f0f717-9c8d-4195-b347-bdc98bf286ab__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4042
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 57aa7222bdc7. Exiting log stream.
|
||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2079e4d42aa4. Exiting log stream.
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4042/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4042/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.71/tcp/4043/p2p/16Uiu2HAm5PaLVnzLNxNKSDJpr8Vc1k852e65DEnRex3ES5TH3QtD","/ip4/172.18.151.71/tcp/4044/ws/p2p/16Uiu2HAm5PaLVnzLNxNKSDJpr8Vc1k852e65DEnRex3ES5TH3QtD"],"enrUri":"enr:-L24QAygDzXtea68pt5BzoFPr--9tkcb-QmVphnaT63ATxs6ZW-VGXruylCxbUphy9x1wuDD9olRn_oo6KQYFJWCBSICgmlkgnY0gmlwhKwSl0eKbXVsdGlhZGRyc5YACASsEpdHBg_LAAoErBKXRwYPzN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClAtTuO-1Mz3OIQMQMlxnB1iCb_wv2RhmU4aF_vtKteaDdGNwgg_Lg3VkcIIPzYV3YWt1MgE"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-34-43__f4f0f717-9c8d-4195-b347-bdc98bf286ab__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.249.230
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55826', '55827', '55828', '55829', '55830']
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 55826:55826 -p 55827:55827 -p 55828:55828 -p 55829:55829 -p 55830:55830 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=55828 --rest-port=55826 --tcp-port=55827 --discv5-udp-port=55829 --rest-address=0.0.0.0 --nat=extip:172.18.249.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cd0f745aba92888dfc770aebdebaf506f58e8bbe65dda1aafeeb569cb60fc0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55830 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAygDzXtea68pt5BzoFPr--9tkcb-QmVphnaT63ATxs6ZW-VGXruylCxbUphy9x1wuDD9olRn_oo6KQYFJWCBSICgmlkgnY0gmlwhKwSl0eKbXVsdGlhZGRyc5YACASsEpdHBg_LAAoErBKXRwYPzN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClAtTuO-1Mz3OIQMQMlxnB1iCb_wv2RhmU4aF_vtKteaDdGNwgg_Lg3VkcIIPzYV3YWt1MgE
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.249.230 waku 8bd2fe082dbd776a5a0ca97baa632a1178539087d4167af6de3ab8d138e952c2
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8bd2fe082dbd. Setting up logs at ./log/docker/node2_2026-02-27_04-34-43__f4f0f717-9c8d-4195-b347-bdc98bf286ab__wakuorg_nwaku:latest.log
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55826
|
||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55826/health" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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"}]}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55826/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.230/tcp/55827/p2p/16Uiu2HAm5KX5FU8UtSanvsVhZsyBXLoFwirMJUbhKNqGrBVByd7Q","/ip4/172.18.249.230/tcp/55828/ws/p2p/16Uiu2HAm5KX5FU8UtSanvsVhZsyBXLoFwirMJUbhKNqGrBVByd7Q"],"enrUri":"enr:-L24QAA0XLmsOMATF5wmklLVSh38fWxsUTC8wt_fXC1AvVDCZ5wgLWeaiY8qaa3M71Y4UTMfjGGm1J4B93LkzYkIELgCgmlkgnY0gmlwhKwS-eaKbXVsdGlhZGRyc5YACASsEvnmBtoTAAoErBL55gbaFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECkwFQgCNxK57EHBKMbRxdEV5WnZfbn7MYcrelMA5J52ODdGNwgtoTg3VkcILaFYV3YWt1MgE"}'
|
||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55826/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.151.71/tcp/4043/p2p/16Uiu2HAm5PaLVnzLNxNKSDJpr8Vc1k852e65DEnRex3ES5TH3QtD"]'
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||
[35mDEBUG [0m tests.relay.test_subscribe:test_subscribe.py:87 Running test with payload /test/2/rs/0/1
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/test/2/rs/0/1"'
|
||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4042/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||
[35mDEBUG [0m tests.relay.test_subscribe:test_subscribe.py:87 Running test with payload /waku/3/rs/0/1
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/3/rs/0/1"'
|
||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4042/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||
[35mDEBUG [0m tests.relay.test_subscribe:test_subscribe.py:87 Running test with payload /waku/2/test/0/1
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/test/0/1"'
|
||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4042/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||
[35mDEBUG [0m tests.relay.test_subscribe:test_subscribe.py:87 Running test with payload /waku/2/rs/3/b
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/3/b"'
|
||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4042/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||
[35mDEBUG [0m tests.relay.test_subscribe:test_subscribe.py:87 Running test with payload /waku/2/rs/0
|
||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:4042/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/0"'
|
||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:4042/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id eeb0fb4a3f8e
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8bd2fe082dbd
|
||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs. |