mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
93 lines
16 KiB
Plaintext
93 lines
16 KiB
Plaintext
2026-03-18 09:08:27.605 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 09:08:27.607 DEBUG [tests.conftest] Running test: test_time_filter_matches_one_message with id: 2026-03-18_09-08-27__a2e05139-c843-44ec-9521-a7746246b3f3
|
|
2026-03-18 09:08:27.607 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 09:08:27.607 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-18 09:08:27.608 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-18 09:08:27.618 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:08:27.619 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-18_09-08-27__a2e05139-c843-44ec-9521-a7746246b3f3__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:27.619 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:08:27.619 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:08:27.622 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:08:27.622 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.186
|
|
2026-03-18 09:08:27.623 DEBUG [src.node.docker_mananger] Generated ports ['21815', '21816', '21817', '21818', '21819']
|
|
2026-03-18 09:08:27.623 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:08:27.623 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:08:27.624 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:08:27.624 DEBUG [src.node.docker_mananger] docker run -i -t -p 21815:21815 -p 21816:21816 -p 21817:21817 -p 21818:21818 -p 21819:21819 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21817 --rest-port=21815 --tcp-port=21816 --discv5-udp-port=21818 --rest-address=0.0.0.0 --nat=extip:172.18.118.186 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=45af6348d738abc5b003ceee5c270caaf45fd70eec4a3c93e2f17beefabc87cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21819 --metrics-logging=true --store=true --relay=true
|
|
2026-03-18 09:08:27.761 ERROR [src.node.docker_mananger] Max retries reached for container d0f3240b39fa. Exiting log stream.
|
|
2026-03-18 09:08:27.825 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.186 waku 5753b48378de36137fd131bfe1adf863a77e61f7bd86399f8f70b04691e10780
|
|
2026-03-18 09:08:27.863 DEBUG [src.node.docker_mananger] Container started with ID 5753b48378de. Setting up logs at ./log/docker/publishing_node1_2026-03-18_09-08-27__a2e05139-c843-44ec-9521-a7746246b3f3__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:27.863 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 21815
|
|
2026-03-18 09:08:27.864 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:08:28.439 ERROR [src.node.docker_mananger] Max retries reached for container 29cb142ae366. Exiting log stream.
|
|
2026-03-18 09:08:28.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21815/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:28.868 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-18 09:08:28.869 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:08:28.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21815/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:28.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.186/tcp/21816/p2p/16Uiu2HAm7ebHdFeqFnU96AUfYzLEGbhzjoFLRqidzvDNnRrwsmHN","/ip4/172.18.118.186/tcp/21817/ws/p2p/16Uiu2HAm7ebHdFeqFnU96AUfYzLEGbhzjoFLRqidzvDNnRrwsmHN"],"enrUri":"enr:-L24QI76gTKAGtwZS1_fnT7v8s09NzmDtEaxK00-tyczdNIoL73yfMk19sfZVnXfTC2kATfH_orUW2VBl32Ln2jVVwACgmlkgnY0gmlwhKwSdrqKbXVsdGlhZGRyc5YACASsEna6BlU4AAoErBJ2ugZVOd0DgnJzhQDGAQAAiXNlY3AyNTZrMaECtZt83Y_0qjQqkx40C2H0E1wTD1RvvT3VGAQJITYoHjWDdGNwglU4g3VkcIJVOoV3YWt1MgM"}'
|
|
2026-03-18 09:08:28.872 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:08:28.880 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:08:28.880 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-18_09-08-27__a2e05139-c843-44ec-9521-a7746246b3f3__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:28.880 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:08:28.880 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:08:28.882 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:08:28.882 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.116
|
|
2026-03-18 09:08:28.882 DEBUG [src.node.docker_mananger] Generated ports ['18131', '18132', '18133', '18134', '18135']
|
|
2026-03-18 09:08:28.882 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:08:28.882 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:08:28.883 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:08:28.883 DEBUG [src.node.docker_mananger] docker run -i -t -p 18131:18131 -p 18132:18132 -p 18133:18133 -p 18134:18134 -p 18135:18135 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18133 --rest-port=18131 --tcp-port=18132 --discv5-udp-port=18134 --rest-address=0.0.0.0 --nat=extip:172.18.61.116 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=e18451d7b6a8c639d15adc9796caa2f537bc2d1ccd1e6cee5cbcc8efecdad0db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18135 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QI76gTKAGtwZS1_fnT7v8s09NzmDtEaxK00-tyczdNIoL73yfMk19sfZVnXfTC2kATfH_orUW2VBl32Ln2jVVwACgmlkgnY0gmlwhKwSdrqKbXVsdGlhZGRyc5YACASsEna6BlU4AAoErBJ2ugZVOd0DgnJzhQDGAQAAiXNlY3AyNTZrMaECtZt83Y_0qjQqkx40C2H0E1wTD1RvvT3VGAQJITYoHjWDdGNwglU4g3VkcIJVOoV3YWt1MgM --storenode=/ip4/172.18.118.186/tcp/21816/p2p/16Uiu2HAm7ebHdFeqFnU96AUfYzLEGbhzjoFLRqidzvDNnRrwsmHN --store=true --relay=true
|
|
2026-03-18 09:08:29.109 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.116 waku 3ce76f8fb40e13a6ac6227d43eed5f7d89991bd9df15d51e22c0a580bbea5d1b
|
|
2026-03-18 09:08:29.143 DEBUG [src.node.docker_mananger] Container started with ID 3ce76f8fb40e. Setting up logs at ./log/docker/store_node1_2026-03-18_09-08-27__a2e05139-c843-44ec-9521-a7746246b3f3__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:08:29.144 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 18131
|
|
2026-03-18 09:08:29.145 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:08:30.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:30.149 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-18 09:08:30.149 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:08:30.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18131/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:30.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.116/tcp/18132/p2p/16Uiu2HAmN1EAHU48GM3MQCe4KEY8vMEsMmdgT3SQ1ZNtL8atE57n","/ip4/172.18.61.116/tcp/18133/ws/p2p/16Uiu2HAmN1EAHU48GM3MQCe4KEY8vMEsMmdgT3SQ1ZNtL8atE57n"],"enrUri":"enr:-L24QDDiPe56Nvv1LF5sZ70qeZu5IQc8UGkjgJ2Aq3tpEoBzf4e_LeKmtqon7-L-iRwqQSgtPNW8aMeaYrESDYjLolwCgmlkgnY0gmlwhKwSPXSKbXVsdGlhZGRyc5YACASsEj10BkbUAAoErBI9dAZG1d0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDiuhp8GzazTSf-aUgeA4jqIcwVBBpRF3FCX77mW_bJjGDdGNwgkbUg3VkcIJG1oV3YWt1MgM"}'
|
|
2026-03-18 09:08:30.152 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:08:30.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18131/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.186/tcp/21816/p2p/16Uiu2HAm7ebHdFeqFnU96AUfYzLEGbhzjoFLRqidzvDNnRrwsmHN"]'
|
|
2026-03-18 09:08:30.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:08:30.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18131/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
|
|
2026-03-18 09:08:30.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.162 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:30.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:30.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:30.369 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:30.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:30.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.377 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:30.578 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:30.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:30.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.586 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:30.787 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:30.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:30.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:30.794 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:30.995 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:30.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:31.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:31.002 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:31.203 DEBUG [src.steps.store] Relaying message
|
|
2026-03-18 09:08:31.203 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21815/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-18 09:08:31.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-18 09:08:31.210 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-18 09:08:31.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21815/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&startTime=1773824907161706080&endTime=1773824907161906080&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:31.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xde7cb3690b87f146f3d80b88cc5b16cbbfa128671d542717ee631119f794a3eb"}]}'
|
|
2026-03-18 09:08:31.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18131/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&startTime=1773824907161706080&endTime=1773824907161906080&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:08:31.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xde7cb3690b87f146f3d80b88cc5b16cbbfa128671d542717ee631119f794a3eb"}]}'
|
|
2026-03-18 09:08:31.420 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 09:08:31.421 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 09:08:31.421 DEBUG [src.node.waku_node] Stopping container with id 5753b48378de
|
|
2026-03-18 09:08:32.033 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:08:32.033 DEBUG [src.node.waku_node] Stopping container with id 3ce76f8fb40e
|
|
2026-03-18 09:08:32.625 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:08:32.626 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 09:08:32.641 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-18 09:08:32.647 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|