mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
83 lines
16 KiB
Plaintext
83 lines
16 KiB
Plaintext
2026-02-25 19:27:35.659 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 19:27:35.660 DEBUG [tests.conftest] Running test: test_unsubscribe_from_non_subscribed_pubsub_topics with id: 2026-02-25_19-27-35__2c031a40-c89b-4a32-a600-2938896f019a
|
|
2026-02-25 19:27:35.660 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 19:27:35.660 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 19:27:35.661 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-25 19:27:35.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:35.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_19-27-35__2c031a40-c89b-4a32-a600-2938896f019a__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:35.669 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:35.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:35.671 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:35.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.202
|
|
2026-02-25 19:27:35.671 DEBUG [src.node.docker_mananger] Generated ports ['2946', '2947', '2948', '2949', '2950']
|
|
2026-02-25 19:27:35.671 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:35.672 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:35.672 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:35.672 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:35.672 DEBUG [src.node.docker_mananger] docker run -i -t -p 2946:2946 -p 2947:2947 -p 2948:2948 -p 2949:2949 -p 2950:2950 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=2948 --rest-port=2946 --tcp-port=2947 --discv5-udp-port=2949 --rest-address=0.0.0.0 --nat=extip:172.18.109.202 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b10faafaa30d7ef26cddbdf1fdbca390e751acd5027dd4f33d4e3fb8d3b60998 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2950 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 19:27:35.864 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.202 waku 035b9f55b8c0812839aba17f12557700d6f998f44026d51eb85f8c5823b3e9b1
|
|
2026-02-25 19:27:35.881 ERROR [src.node.docker_mananger] Max retries reached for container e985a65d0c0d. Exiting log stream.
|
|
2026-02-25 19:27:35.900 DEBUG [src.node.docker_mananger] Container started with ID 035b9f55b8c0. Setting up logs at ./log/docker/node1_2026-02-25_19-27-35__2c031a40-c89b-4a32-a600-2938896f019a__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:35.901 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2946
|
|
2026-02-25 19:27:35.901 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:36.437 ERROR [src.node.docker_mananger] Max retries reached for container faa6c3fc066c. Exiting log stream.
|
|
2026-02-25 19:27:36.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2946/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:36.904 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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-25 19:27:36.904 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:36.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2946/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:36.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.109.202/tcp/2947/p2p/16Uiu2HAkv4D8KTR1LTsofHkJeoXerLkVhcVZwXWTtcbBcpP1NTna","/ip4/172.18.109.202/tcp/2948/ws/p2p/16Uiu2HAkv4D8KTR1LTsofHkJeoXerLkVhcVZwXWTtcbBcpP1NTna"],"enrUri":"enr:-L24QDrvopfGNUDZV-O0DPhif7lKiZabcGhHlB-fm7nSfZI0Q1f_2ItMcmuvd80rb7tJt9kEC3bjg8YOdFJho7OhlboCgmlkgnY0gmlwhKwSbcqKbXVsdGlhZGRyc5YACASsEm3KBguDAAoErBJtygYLhN0DgnJzhQACAQAAiXNlY3AyNTZrMaECCVwgjGG6QsEMdx9nFR_1EAZZYg08EZgpTWpsk7J--EODdGNwgguDg3VkcIILhYV3YWt1MgU"}'
|
|
2026-02-25 19:27:36.907 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:36.915 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 19:27:36.915 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_19-27-35__2c031a40-c89b-4a32-a600-2938896f019a__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:36.915 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 19:27:36.915 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 19:27:36.916 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.233
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.docker_mananger] Generated ports ['35351', '35352', '35353', '35354', '35355']
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 19:27:36.917 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 19:27:36.917 DEBUG [src.node.docker_mananger] docker run -i -t -p 35351:35351 -p 35352:35352 -p 35353:35353 -p 35354:35354 -p 35355:35355 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=35353 --rest-port=35351 --tcp-port=35352 --discv5-udp-port=35354 --rest-address=0.0.0.0 --nat=extip:172.18.169.233 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1dc6bb44e9fbea7d5b34af1ef63cee4ae362fbfdbeadaacdee2ed7c5cc6eaa04 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35355 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDrvopfGNUDZV-O0DPhif7lKiZabcGhHlB-fm7nSfZI0Q1f_2ItMcmuvd80rb7tJt9kEC3bjg8YOdFJho7OhlboCgmlkgnY0gmlwhKwSbcqKbXVsdGlhZGRyc5YACASsEm3KBguDAAoErBJtygYLhN0DgnJzhQACAQAAiXNlY3AyNTZrMaECCVwgjGG6QsEMdx9nFR_1EAZZYg08EZgpTWpsk7J--EODdGNwgguDg3VkcIILhYV3YWt1MgU
|
|
2026-02-25 19:27:37.131 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.233 waku 9c80d9ece7f5fe4fb93f0bdfafe1dd653c2013f69a0a2419d8fc4f8771b18411
|
|
2026-02-25 19:27:37.174 DEBUG [src.node.docker_mananger] Container started with ID 9c80d9ece7f5. Setting up logs at ./log/docker/node2_2026-02-25_19-27-35__2c031a40-c89b-4a32-a600-2938896f019a__wakuorg_nwaku:latest.log
|
|
2026-02-25 19:27:37.175 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35351
|
|
2026-02-25 19:27:37.175 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 19:27:38.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35351/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:38.181 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-25 19:27:38.182 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 19:27:38.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35351/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 19:27:38.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.233/tcp/35352/p2p/16Uiu2HAmEfHueycy3EuKjN3b2XgjFsATxKNywZwZT2dxcRhY34Ny","/ip4/172.18.169.233/tcp/35353/ws/p2p/16Uiu2HAmEfHueycy3EuKjN3b2XgjFsATxKNywZwZT2dxcRhY34Ny"],"enrUri":"enr:-L24QO3pr6ftf3ATc2DTKCaK5BC2ih9ipFmH4xqohFYJhkzxMRLnXqjDA3EJU70XHAzPZfbu6nIBukoykabJ_TOnx0ECgmlkgnY0gmlwhKwSqemKbXVsdGlhZGRyc5YACASsEqnpBooYAAoErBKp6QaKGd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDHcs6Dj1-guZxnVxjMnbjjoEWQIMt9faSdn6kPOzEjyaDdGNwgooYg3VkcIKKGoV3YWt1MgE"}'
|
|
2026-02-25 19:27:38.193 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 19:27:38.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35351/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.202/tcp/2947/p2p/16Uiu2HAkv4D8KTR1LTsofHkJeoXerLkVhcVZwXWTtcbBcpP1NTna"]'
|
|
2026-02-25 19:27:38.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:38.198 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:2946/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-25 19:27:38.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:38.205 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:35351/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2026-02-25 19:27:38.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 19:27:38.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.214 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
|
2026-02-25 19:27:38.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.219 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
|
2026-02-25 19:27:38.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.223 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
|
2026-02-25 19:27:38.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.227 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
|
2026-02-25 19:27:38.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.231 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
|
2026-02-25 19:27:38.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.235 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
|
2026-02-25 19:27:38.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.239 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
|
2026-02-25 19:27:38.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-25 19:27:38.242 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:2946/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
|
2026-02-25 19:27:38.245 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 19:27:38.246 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 19:27:38.246 DEBUG [src.node.waku_node] Stopping container with id 035b9f55b8c0
|
|
2026-02-25 19:27:38.837 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:38.838 DEBUG [src.node.waku_node] Stopping container with id 9c80d9ece7f5
|
|
2026-02-25 19:27:39.417 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 19:27:39.419 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 19:27:39.425 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 19:27:39.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|