mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
81 lines
16 KiB
Plaintext
81 lines
16 KiB
Plaintext
2026-02-28 04:30:43.753 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-28 04:30:43.754 DEBUG [tests.conftest] Running test: test_unsubscribe_from_non_subscribed_content_topics with id: 2026-02-28_04-30-43__66960633-419b-409e-a7e7-6208c463894d
|
|
2026-02-28 04:30:43.754 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-28 04:30:43.754 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-28 04:30:43.754 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-28 04:30:43.762 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:30:43.762 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-28_04-30-43__66960633-419b-409e-a7e7-6208c463894d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:30:43.762 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:30:43.762 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:30:43.763 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:30:43.764 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.24
|
|
2026-02-28 04:30:43.764 DEBUG [src.node.docker_mananger] Generated ports ['30962', '30963', '30964', '30965', '30966']
|
|
2026-02-28 04:30:43.764 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:30:43.764 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:30:43.764 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:30:43.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 30962:30962 -p 30963:30963 -p 30964:30964 -p 30965:30965 -p 30966:30966 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=30964 --rest-port=30962 --tcp-port=30963 --discv5-udp-port=30965 --rest-address=0.0.0.0 --nat=extip:172.18.236.24 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2d9da16053f292c3b4b1a57b58f9a7fd51fe5b06d3ceae1c2ecbe6ab4f15cec0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30966 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 04:30:43.961 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.24 waku c9148b4b82cd95219160cba773dd9e1b9325e90b6ca0c5536e18df33bcfc7f1e
|
|
2026-02-28 04:30:43.996 DEBUG [src.node.docker_mananger] Container started with ID c9148b4b82cd. Setting up logs at ./log/docker/node1_2026-02-28_04-30-43__66960633-419b-409e-a7e7-6208c463894d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:30:43.996 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30962
|
|
2026-02-28 04:30:43.997 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:30:44.005 ERROR [src.node.docker_mananger] Max retries reached for container bfdb969bceb4. Exiting log stream.
|
|
2026-02-28 04:30:44.552 ERROR [src.node.docker_mananger] Max retries reached for container 2901cdf8cdbe. Exiting log stream.
|
|
2026-02-28 04:30:44.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30962/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:30:45.000 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-28 04:30:45.000 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:30:45.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30962/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:30:45.002 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.24/tcp/30963/p2p/16Uiu2HAmD4z7z1tHBNwNELUNTfxPFfmDTawNfDuPXrK2LHzzCFWz","/ip4/172.18.236.24/tcp/30964/ws/p2p/16Uiu2HAmD4z7z1tHBNwNELUNTfxPFfmDTawNfDuPXrK2LHzzCFWz"],"enrUri":"enr:-L24QPpRfYOH75020d2k5Bf2xX4XKHuZk7wqEQy1PreXAe_9WrFHelkdxW7tfjbro38FjeoH7Op8p1tUpMAj6hz7ftkCgmlkgnY0gmlwhKwS7BiKbXVsdGlhZGRyc5YACASsEuwYBnjzAAoErBLsGAZ49N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBiWuFanD-nMyrctHAa_K2jWUP0L4Cg8_DOlCwQcJLCuDdGNwgnjzg3VkcIJ49YV3YWt1MgU"}'
|
|
2026-02-28 04:30:45.003 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:30:45.009 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-28 04:30:45.010 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-28_04-30-43__66960633-419b-409e-a7e7-6208c463894d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:30:45.010 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-28 04:30:45.010 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-28 04:30:45.011 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-28 04:30:45.011 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.196
|
|
2026-02-28 04:30:45.011 DEBUG [src.node.docker_mananger] Generated ports ['13242', '13243', '13244', '13245', '13246']
|
|
2026-02-28 04:30:45.012 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-28 04:30:45.012 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-28 04:30:45.012 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-28 04:30:45.012 DEBUG [src.node.docker_mananger] docker run -i -t -p 13242:13242 -p 13243:13243 -p 13244:13244 -p 13245:13245 -p 13246:13246 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=13244 --rest-port=13242 --tcp-port=13243 --discv5-udp-port=13245 --rest-address=0.0.0.0 --nat=extip:172.18.69.196 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=63e3ee1a5facc3f833f2cba5ab2babc4c0f1ffddfc0b5cc9edeabeb2d9884d46 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13246 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPpRfYOH75020d2k5Bf2xX4XKHuZk7wqEQy1PreXAe_9WrFHelkdxW7tfjbro38FjeoH7Op8p1tUpMAj6hz7ftkCgmlkgnY0gmlwhKwS7BiKbXVsdGlhZGRyc5YACASsEuwYBnjzAAoErBLsGAZ49N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDBiWuFanD-nMyrctHAa_K2jWUP0L4Cg8_DOlCwQcJLCuDdGNwgnjzg3VkcIJ49YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
|
2026-02-28 04:30:45.208 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.196 waku a74da74307e49221df3d14fdedb9776b6f4ad1b1c3b1593636add6001af9e289
|
|
2026-02-28 04:30:45.244 DEBUG [src.node.docker_mananger] Container started with ID a74da74307e4. Setting up logs at ./log/docker/node2_2026-02-28_04-30-43__66960633-419b-409e-a7e7-6208c463894d__wakuorg_nwaku:latest.log
|
|
2026-02-28 04:30:45.245 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13242
|
|
2026-02-28 04:30:45.245 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-28 04:30:46.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13242/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:30:46.256 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-28 04:30:46.258 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-28 04:30:46.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13242/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-28 04:30:46.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.196/tcp/13243/p2p/16Uiu2HAmJRNmfHHVGtt8hwpoF5KSLi5WEdQH7bCMRwaUvDU11Qtr","/ip4/172.18.69.196/tcp/13244/ws/p2p/16Uiu2HAmJRNmfHHVGtt8hwpoF5KSLi5WEdQH7bCMRwaUvDU11Qtr"],"enrUri":"enr:-L24QCQUHeCas6X9aIJxhOefDZqRnAw2mDJH5voBJ1o0lGAgJ8OryT7rDnCwv7bSU0uEdU7tbaMinjs_BvVzFs-gJEYCgmlkgnY0gmlwhKwSRcSKbXVsdGlhZGRyc5YACASsEkXEBjO7AAoErBJFxAYzvN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDValXP_EFGLuPRIo0HR7XBCR4L3XxI0PzKRvY49FIpluDdGNwgjO7g3VkcIIzvYV3YWt1MgE"}'
|
|
2026-02-28 04:30:46.267 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-28 04:30:46.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13242/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.24/tcp/30963/p2p/16Uiu2HAmD4z7z1tHBNwNELUNTfxPFfmDTawNfDuPXrK2LHzzCFWz"]'
|
|
2026-02-28 04:30:46.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:30:46.276 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:30962/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-02-28 04:30:46.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:30:46.283 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:13242/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
|
2026-02-28 04:30:46.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-28 04:30:46.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.293 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.297 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.301 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.305 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.309 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.313 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.317 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30962/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-28 04:30:46.321 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30962/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
|
2026-02-28 04:30:46.324 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-28 04:30:46.325 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-28 04:30:46.325 DEBUG [src.node.waku_node] Stopping container with id c9148b4b82cd
|
|
2026-02-28 04:30:46.881 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:30:46.881 DEBUG [src.node.waku_node] Stopping container with id a74da74307e4
|
|
2026-02-28 04:30:47.417 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-28 04:30:47.419 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-28 04:30:47.425 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-28 04:30:47.430 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|