mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
101 lines
16 KiB
Plaintext
101 lines
16 KiB
Plaintext
2026-03-05 15:09:21.528 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:09:21.528 DEBUG [tests.conftest] Running test: test_store_with_wrong_url_content_topic with id: 2026-03-05_15-09-21__9f67f3d8-a9c1-4b56-b08b-e861c8785c11
|
|
2026-03-05 15:09:21.528 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:09:21.529 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:09:21.529 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-05 15:09:21.536 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:21.536 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-05_15-09-21__9f67f3d8-a9c1-4b56-b08b-e861c8785c11__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:21.536 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:21.536 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:21.537 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:21.537 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.247
|
|
2026-03-05 15:09:21.538 DEBUG [src.node.docker_mananger] Generated ports ['5768', '5769', '5770', '5771', '5772']
|
|
2026-03-05 15:09:21.538 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:21.538 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:21.538 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:21.538 DEBUG [src.node.docker_mananger] docker run -i -t -p 5768:5768 -p 5769:5769 -p 5770:5770 -p 5771:5771 -p 5772:5772 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5770 --rest-port=5768 --tcp-port=5769 --discv5-udp-port=5771 --rest-address=0.0.0.0 --nat=extip:172.18.4.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=deefaffd521316c0582aabe6cc5e19cda9dee7d6af88f2f7d0fde60debfa5aab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5772 --metrics-logging=true --store=true --relay=true
|
|
2026-03-05 15:09:21.737 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.247 waku ae11d64191b1410e441819d38f86c164553e87fc07d4e81ee500ef19d70d6661
|
|
2026-03-05 15:09:21.770 ERROR [src.node.docker_mananger] Max retries reached for container 823973292f2b. Exiting log stream.
|
|
2026-03-05 15:09:21.779 DEBUG [src.node.docker_mananger] Container started with ID ae11d64191b1. Setting up logs at ./log/docker/publishing_node1_2026-03-05_15-09-21__9f67f3d8-a9c1-4b56-b08b-e861c8785c11__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:21.779 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 5768
|
|
2026-03-05 15:09:21.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:09:22.326 ERROR [src.node.docker_mananger] Max retries reached for container ed4d10d0009a. Exiting log stream.
|
|
2026-03-05 15:09:22.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5768/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:22.785 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":"READY"},{"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":"READY"},{"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-05 15:09:22.785 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:22.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5768/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:22.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.247/tcp/5769/p2p/16Uiu2HAm74f51tGB6kwNNYUKwwQs67zqbzy3YLA8PMNBSjRotpcZ","/ip4/172.18.4.247/tcp/5770/ws/p2p/16Uiu2HAm74f51tGB6kwNNYUKwwQs67zqbzy3YLA8PMNBSjRotpcZ"],"enrUri":"enr:-L24QKdsNpd_o021FJq15iOsxE0JXUBTxxaNUP9xrKdJ0bikFl9NCtZFmE2Rlo3rZiDZeX4A28fQuogGJ5aJkFEMZosCgmlkgnY0gmlwhKwSBPeKbXVsdGlhZGRyc5YACASsEgT3BhaJAAoErBIE9wYWit0DgnJzhQADAQAAiXNlY3AyNTZrMaECrOoEaYCyx4cTx0QRHnvtuO-DxtWcCqs403irRlDCMIKDdGNwghaJg3VkcIIWi4V3YWt1MgM"}'
|
|
2026-03-05 15:09:22.788 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:22.796 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:09:22.796 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-05_15-09-21__9f67f3d8-a9c1-4b56-b08b-e861c8785c11__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:22.796 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:09:22.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:09:22.797 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:09:22.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.79
|
|
2026-03-05 15:09:22.798 DEBUG [src.node.docker_mananger] Generated ports ['47577', '47578', '47579', '47580', '47581']
|
|
2026-03-05 15:09:22.798 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:09:22.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:09:22.798 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:09:22.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 47577:47577 -p 47578:47578 -p 47579:47579 -p 47580:47580 -p 47581:47581 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47579 --rest-port=47577 --tcp-port=47578 --discv5-udp-port=47580 --rest-address=0.0.0.0 --nat=extip:172.18.175.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbe4c9de780fc0ffaecec11f1a631aefbd5b1b7ddd9fd3dc3188d7e1d6a25f2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47581 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKdsNpd_o021FJq15iOsxE0JXUBTxxaNUP9xrKdJ0bikFl9NCtZFmE2Rlo3rZiDZeX4A28fQuogGJ5aJkFEMZosCgmlkgnY0gmlwhKwSBPeKbXVsdGlhZGRyc5YACASsEgT3BhaJAAoErBIE9wYWit0DgnJzhQADAQAAiXNlY3AyNTZrMaECrOoEaYCyx4cTx0QRHnvtuO-DxtWcCqs403irRlDCMIKDdGNwghaJg3VkcIIWi4V3YWt1MgM --storenode=/ip4/172.18.4.247/tcp/5769/p2p/16Uiu2HAm74f51tGB6kwNNYUKwwQs67zqbzy3YLA8PMNBSjRotpcZ --store=true --relay=true
|
|
2026-03-05 15:09:22.995 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.79 waku 6fe5bddb4d7d0914feae32b8551dc99fd3b93e13ca84f95fdcf58d27cf8b284d
|
|
2026-03-05 15:09:23.029 DEBUG [src.node.docker_mananger] Container started with ID 6fe5bddb4d7d. Setting up logs at ./log/docker/store_node1_2026-03-05_15-09-21__9f67f3d8-a9c1-4b56-b08b-e861c8785c11__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:09:23.029 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 47577
|
|
2026-03-05 15:09:23.030 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:09:24.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47577/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:24.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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-05 15:09:24.033 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:24.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47577/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:24.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.79/tcp/47578/p2p/16Uiu2HAmLY9r4rtTZF9uRmPdrnwfqsfhEfmxZwYZENL9DKvgeQBA","/ip4/172.18.175.79/tcp/47579/ws/p2p/16Uiu2HAmLY9r4rtTZF9uRmPdrnwfqsfhEfmxZwYZENL9DKvgeQBA"],"enrUri":"enr:-L24QAbx3ZgXGI8uDSsUzQQDlq349fw00mdxKSjcEjZjoTlRWFuuLetx41kON8ON_jL5K-vURXetuoXhPXUrGouhVL8CgmlkgnY0gmlwhKwSr0-KbXVsdGlhZGRyc5YACASsEq9PBrnaAAoErBKvTwa5290DgnJzhQADAQAAiXNlY3AyNTZrMaEDdR0qxqj_F7cK2d90ok8VQFlo-3z9sNl4CA0gMEuq8GGDdGNwgrnag3VkcIK53IV3YWt1MgM"}'
|
|
2026-03-05 15:09:24.036 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:24.037 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47577/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.4.247/tcp/5769/p2p/16Uiu2HAm74f51tGB6kwNNYUKwwQs67zqbzy3YLA8PMNBSjRotpcZ"]'
|
|
2026-03-05 15:09:24.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:09:24.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47577/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
|
2026-03-05 15:09:24.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.045 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:24.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:24.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:24.252 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:24.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:24.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.259 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:24.460 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:24.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:24.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.466 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:24.668 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:24.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:24.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.674 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:24.875 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:24.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:24.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:24.881 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:25.082 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:25.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:25.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:25.089 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:25.290 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:25.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:25.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:25.296 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:25.498 DEBUG [src.steps.store] Relaying message
|
|
2026-03-05 15:09:25.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 15:09:25.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:09:25.504 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-05 15:09:25.706 DEBUG [tests.store.test_topics] trying to find stored messages with wrong content_topic =myapp/1/latest/proto
|
|
2026-03-05 15:09:25.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5768/store/v3/messages?includeData=true&contentTopics=myapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:25.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
|
2026-03-05 15:09:25.709 DEBUG [tests.store.test_topics] response for wrong url content topic is {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
|
2026-03-05 15:09:25.711 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:09:25.713 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:09:25.713 DEBUG [src.node.waku_node] Stopping container with id ae11d64191b1
|
|
2026-03-05 15:09:26.289 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:09:26.289 DEBUG [src.node.waku_node] Stopping container with id 6fe5bddb4d7d
|
|
2026-03-05 15:09:26.838 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:09:26.840 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:09:26.848 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:09:26.855 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|